gordonbrander + python 48
MongoDB: What's the best MongoDB ORM for Python? - Quora
24 days ago by gordonbrander
Some interesting ideas here. I think I may want to go the route of constructing object structures that have validation functions in place of data. We could provide some basic validation funcs with options for required, etc.
MongoDB
learn
mvc
development
web
JavaScript
python
24 days ago by gordonbrander
Intro to Ming — Ming 0.3 documentation
24 days ago by gordonbrander
Schema validation for MongoDB in Python. This is almost the same problem domain we have validating models in JavaScript.
JavaScript
MongoDB
development
web
python
opensource
database
mvc
24 days ago by gordonbrander
Travis Continuous Integration Testing
ruby
nodejs
python
scala
lisp
test
development
web
25 days ago by gordonbrander
Our CI environment provides multiple runtimes (e.g. Node.js or PHP versions), data stores and so on. Because of this, hosting your project on travis-ci.org means you can effortlessly test your library or applications against multiple runtimes and data stores without even having all of them installed locally.
25 days ago by gordonbrander
Python for Lisp Programmers
So, I guess everything is an expression then.
lisp
python
development
9 weeks ago by gordonbrander
Basically, Python can be seen as a dialect of Lisp with "traditional" syntax (what Lisp people call "infix" or "m-lisp" syntax). Python supports all of Lisp's essential features except macros
So, I guess everything is an expression then.
9 weeks ago by gordonbrander
Google's Python Class - Google's Python Class - Google Code
january 2012 by gordonbrander
Google has put together a curriculum for learning Python. This would be a good resource for teaching development in general. Perhaps a good model for writing courses?
teaching
python
development
january 2012 by gordonbrander
Computer Science 101
january 2012 by gordonbrander
Nick Parlante is teaching a Comp Sci 101 course at Stanford.
school
teaching
development
python
january 2012 by gordonbrander
Instant Server for Current Directory — Gist
december 2011 by gordonbrander
A nice wrapper around python's SimpleHTTPServer.
web
development
python
server
december 2011 by gordonbrander
Pylons Project : Pyramid
december 2011 by gordonbrander
A Python microframework from the Pylons guys. It reminds me of ExpressJS.
development
web
python
mvc
framework
app
opensource
december 2011 by gordonbrander
Tech Tip: Really Simple HTTP Server with Python | Linux Journal
november 2011 by gordonbrander
Python comes with a small webserver for local web development. To start one:
cd some/dir/
python -m SimpleHTTPServer
python
web
development
server
cd some/dir/
python -m SimpleHTTPServer
november 2011 by gordonbrander
Homepage | Celery: Distributed Task Queue
python
opensource
framework
django
november 2011 by gordonbrander
Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well.
The execution units, called tasks, are executed concurrently on a single or more worker servers using multiprocessing, Eventlet, or gevent.
november 2011 by gordonbrander
Installing and Configuring VirtualenvWrapper
october 2011 by gordonbrander
A set of thin wrappers for Virtualenv that make it easier to manage environments.
python
package
development
web
opensource
reference
october 2011 by gordonbrander
Less painful getters and setters using properties in Python - Program - Python - Builder AU
october 2011 by gordonbrander
Getters and setters can be defined via the property(getter, setter,
deleter) BIF.
Getters and setters are beautiful, letting you mask functions as properties so your API makes sense and is loosely coupled.
python
development
from iphone
deleter) BIF.
Getters and setters are beautiful, letting you mask functions as properties so your API makes sense and is loosely coupled.
october 2011 by gordonbrander
9. Classes — Python v2.7.2 documentation
october 2011 by gordonbrander
The semantics and ideas behind Python classes. Particularly neat: any
statement can go into a class definition. It's just a namespace. vars
become props, funcs, methods.
python
development
learn
from iphone
statement can go into a class definition. It's just a namespace. vars
become props, funcs, methods.
october 2011 by gordonbrander
Green Unicorn - Welcome
october 2011 by gordonbrander
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model ported from Ruby's Unicorn project.
django
python
web
server
opensource
october 2011 by gordonbrander
django-treebeard 1.61 : Python Package Index
october 2011 by gordonbrander
django-treebeard is a library that implements efficient tree implementations for the Django Web Framework 1.0+, written by Gustavo Picón and licensed under the Apache License 2.0.
django
opensource
python
october 2011 by gordonbrander
5. Data Structures — Python v2.7.2 documentation
october 2011 by gordonbrander
All the basics on looping over and manipulating collections of various types.
python
development
web
reference
from iphone
october 2011 by gordonbrander
Developing with Vagrant, Puppet, and playdoh « Mozilla Webdev
october 2011 by gordonbrander
M. MacPherson on Mozilla's dev pipeline, from Django to Puppet.
development
web
django
python
opensource
learn
october 2011 by gordonbrander
The Pocoo Style Guide — Pocoo
september 2011 by gordonbrander
More great coding standards - Python-specific, but generally useful.
python
pattern
development
september 2011 by gordonbrander
Python Idioms and Efficiency Suggestions
september 2011 by gordonbrander
Development patterns used in Python.
python
development
pattern
september 2011 by gordonbrander
Give an image, get a data-uri — Gist
july 2011 by gordonbrander
A class for converting an image to it's CSS base64 representation.
python
image
css
performance
july 2011 by gordonbrander
pressfs – A WordPress Filesystem | Joseph Scott
may 2011 by gordonbrander
Joseph Scott has created a plugin that creates an accessible file system for WordPress. Crazy!
python
wordpress
may 2011 by gordonbrander
Python Package Index : django-ratelimit 0.1
may 2011 by gordonbrander
Decorator for rate-limiting Django views.
django
python
opensource
may 2011 by gordonbrander
Paver: Easy Scripting for Software Projects — Paver v1.0.1 documentation
may 2011 by gordonbrander
A build script framework for Python, similar to Rake.
python
build
development
may 2011 by gordonbrander
Data Science Toolkit
march 2011 by gordonbrander
Shockingly good tools for extracting useful things out of messy data.
data
django
python
journalism
geo
march 2011 by gordonbrander
Django | Generic views | Django documentation
march 2011 by gordonbrander
Generic views handle all kinds of interesting common tasks like month and year-based archives, CRUD, redirects. You don't have to write a line.
django
python
march 2011 by gordonbrander
lakshmivyas/hyde - GitHub
march 2011 by gordonbrander
Hyde is a static blog/site generator in Python. Comparable to Jekyll for Ruby. Also has a WordPress importer.
python
blog
opensource
cms
march 2011 by gordonbrander
Are you generic? / Wilson Miner
march 2011 by gordonbrander
An overview of the generic views that ship with Django and how they can be used.
django
python
learn
march 2011 by gordonbrander
windmill/windmill - GitHub
march 2011 by gordonbrander
Python unit testing framework with ability to test Javascript.
javascript
unittest
opensource
python
march 2011 by gordonbrander
Outputting CSV with Django | Django documentation
march 2011 by gordonbrander
Not too difficult.
django
python
data
march 2011 by gordonbrander
Documentation for ucomment
march 2011 by gordonbrander
An open source Django app for colaborative book editing thorugh para-by-para commenting.
django
python
opensource
book
collaboration
writing
march 2011 by gordonbrander
Python Package Index : django-waffle 0.2
march 2011 by gordonbrander
"A feature flipper for Django."
django
python
opensource
march 2011 by gordonbrander
Haystack - Search for Django
march 2011 by gordonbrander
Interface Django with search engines
django
python
opensource
march 2011 by gordonbrander
Bottle: Python Web Framework — Bottle v0.9.dev documentation
february 2011 by gordonbrander
A very small Python framework (like Sinatra) with routing, templates, utilities and a server.
framework
python
web
app
development
opensource
february 2011 by gordonbrander
python-epub-builder - Project Hosting on Google Code
february 2011 by gordonbrander
Opensource library for generating ePub format books.
python
epub
book
publishing
library
opensource
february 2011 by gordonbrander
Smarter web hosting - WebFaction
february 2011 by gordonbrander
Reasonably priced shared hosting. You can run Django/Rails apps and host Git/SVN repositories.
django
hosting
python
february 2011 by gordonbrander
django-wikiapp - Project Hosting on Google Code
february 2011 by gordonbrander
A "fully-featured enough" Wiki for Django. Part of Pinax
django
app
python
opensource
wiki
february 2011 by gordonbrander
“Python for Informatics” Open Textbook Remixed in 11 Days
february 2010 by gordonbrander
Open textbook based on another Python open textbook. Nice.
opensource
python
development
book
creativecommons
learn
journalism
february 2010 by gordonbrander
Cloned my project, what to do next? - Pinax Users on Google Groups
november 2009 by gordonbrander
An unofficial walkthrough, since the documentation is currently so sparse.
pinax
django
python
documentation
development
november 2009 by gordonbrander
Pinax v0.7.1 documentation
november 2009 by gordonbrander
...a bundle of common social network paradigms as Django Apps. It comes with an installer that will set up a virtualenv sandbox for you and download all supporting frameworks automatically.
python
plugin
django
framework
november 2009 by gordonbrander
Django's comments framework
november 2009 by gordonbrander
Semi-canonical with documentation.
django
python
plugin
november 2009 by gordonbrander
pip 0.5.1
october 2009 by gordonbrander
A package manager for python. Used well with virtual_env.
python
plugin
development
django
october 2009 by gordonbrander
Setting Up A Django Development Virtual Environment on OS X
october 2009 by gordonbrander
...here's one piece of the puzzle.
django
framework
python
development
october 2009 by gordonbrander
mimesniff
september 2009 by gordonbrander
"An implementation of the HTML5 content sniffing algorithm."
opensource
html
python
development
september 2009 by gordonbrander
EveryBlock code (ebcode)
august 2009 by gordonbrander
The source code (Django modules, etc) for the initial release of EveryBlock.
hyperlocal
journalism
django
python
opensource
development
map
august 2009 by gordonbrander
Dive Into Python 3
july 2009 by gordonbrander
Mark Pilgrim's CC intro to the Python programming language.
python
creativecommons
book
resource
code
development
learn
july 2009 by gordonbrander
The Django Book
april 2008 by gordonbrander
Thank you Adrian Holovaty.
python
development
framework
django
book
code
opensource
learn
april 2008 by gordonbrander
related tags
app ⊕ blog ⊕ book ⊕ build ⊕ cms ⊕ code ⊕ collaboration ⊕ creativecommons ⊕ css ⊕ data ⊕ database ⊕ development ⊕ django ⊕ documentation ⊕ epub ⊕ framework ⊕ geo ⊕ gis ⊕ hosting ⊕ html ⊕ hyperlocal ⊕ image ⊕ javascript ⊕ journalism ⊕ learn ⊕ library ⊕ lisp ⊕ map ⊕ MongoDB ⊕ mvc ⊕ nodejs ⊕ opensource ⊕ package ⊕ pattern ⊕ performance ⊕ php ⊕ pinax ⊕ plugin ⊕ publishing ⊕ python ⊖ reference ⊕ resource ⊕ ruby ⊕ scala ⊕ school ⊕ server ⊕ teaching ⊕ test ⊕ unittest ⊕ web ⊕ wiki ⊕ wordpress ⊕ writing ⊕Copy this bookmark: