Bookmarks for tag python
Given a list of text files in a similar format, templatemaker creates a template that can extract data from files in that same format.
A library to aid in the development of multiprocess programs in python. Implements the same API as threading does for threads and adds some more tools
Notes on running python scripts that depend on django
Discussion of Googles App Engine as a python and django platform. Lots of python is missing.
Some clever ideas with HoFs in python
Slides from a talk about django’s current and future internals
Using WSGI to build a web framework with python. A tutorial
Twotp is an implementation of the Erlang node protocol written in Python using the Twisted networking engine. It makes possible to run an Erlang node in Python, like the Jinterface library of Erlang allows to do in Java. You can then call methods on an Erlang node or receive method calls.
How and how not to use Python
A short tutorial on profiling django and python, and generating visualisations
More notes on profiling django
Python documentation on the standard profiling tools
Why shows how to using ruby 1.9 and python 2.5 to take ruby bytecode, convert it to python byte code and then decompile it back to python source
A port of John Gruber’s titlecase perl script to python
Trac’s post commit hooks for SVN to support fixes #123 e etc
Tools to help find bugs or style issues in python code.
Peter Norvig explains how googles spelling corrector workers. Perhaps useful for tag clouds?
A Django ModelField to support tracking the history of a model instance. Via Matt
David Goodger’s presentation about idiomatic python code
The creator of Python’s impressions of Scala, with a interesting comments thread
James Bennett (Djangos release manager) on why he likes pip over easy_install and setuptools
A clearer function for seeing what operations are available on a python object. via Clint Ecker
A light weight network queue implementation written in python.
Jacobian (of Django fame) on why he chooses Python.
