gordonbrander + python   48

MongoDB: What's the best MongoDB ORM for Python? - Quora
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
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
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.
ruby  nodejs  python  scala  lisp  test  development  web 
25 days ago by gordonbrander
Python for Lisp Programmers
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.
lisp  python  development 
9 weeks ago by gordonbrander
Google's Python Class - Google's Python Class - Google Code
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
Nick Parlante is teaching a Comp Sci 101 course at Stanford.
school  teaching  development  python 
january 2012 by gordonbrander
Pylons Project : Pyramid
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
Python comes with a small webserver for local web development. To start one:

cd some/dir/
python -m SimpleHTTPServer
python  web  development  server 
november 2011 by gordonbrander
Homepage | Celery: Distributed Task Queue
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.
python  opensource  framework  django 
november 2011 by gordonbrander
Installing and Configuring VirtualenvWrapper
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
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
october 2011 by gordonbrander
9. Classes — Python v2.7.2 documentation
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
october 2011 by gordonbrander
Green Unicorn - Welcome
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
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
All the basics on looping over and manipulating collections of various types.
python  development  web  reference  from iphone
october 2011 by gordonbrander
The Pocoo Style Guide — Pocoo
More great coding standards - Python-specific, but generally useful.
python  pattern  development 
september 2011 by gordonbrander
Give an image, get a data-uri — Gist
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
Joseph Scott has created a plugin that creates an accessible file system for WordPress. Crazy!
python  wordpress 
may 2011 by gordonbrander
Data Science Toolkit
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
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
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
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
Python unit testing framework with ability to test Javascript.
javascript  unittest  opensource  python 
march 2011 by gordonbrander
Documentation for ucomment
An open source Django app for colaborative book editing thorugh para-by-para commenting.
django  python  opensource  book  collaboration  writing 
march 2011 by gordonbrander
Bottle: Python Web Framework — Bottle v0.9.dev documentation
A very small Python framework (like Sinatra) with routing, templates, utilities and a server.
framework  python  web  app  development  opensource 
february 2011 by gordonbrander
Smarter web hosting - WebFaction
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
A "fully-featured enough" Wiki for Django. Part of Pinax
django  app  python  opensource  wiki 
february 2011 by gordonbrander
Cloned my project, what to do next? - Pinax Users on Google Groups
An unofficial walkthrough, since the documentation is currently so sparse.
pinax  django  python  documentation  development 
november 2009 by gordonbrander
Pinax v0.7.1 documentation
...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
pip 0.5.1
A package manager for python. Used well with virtual_env.
python  plugin  development  django 
october 2009 by gordonbrander
mimesniff
"An implementation of the HTML5 content sniffing algorithm."
opensource  html  python  development 
september 2009 by gordonbrander
EveryBlock code (ebcode)
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
Mark Pilgrim's CC intro to the Python programming language.
python  creativecommons  book  resource  code  development  learn 
july 2009 by gordonbrander

Copy this bookmark:



description:


tags: