Bookmarks for tag python

templatemaker - Google Code
Tags: development, python, scraping, templating
Given a list of text files in a similar format, templatemaker creates a template that can extract data from files in that same format.
Documentation for processing-0.50
Tags: concurrency, development, processes, python
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
The B-List: Standalone Django scripts
Tags: development, django, python, scripts
Notes on running python scripts that depend on django
The B-List: Batteries sold separately
Tags: development, django, google, python
Discussion of Googles App Engine as a python and django platform. Lots of python is missing.
James Tauber : Thunks, Trampolines and Continuation Passing
Tags: continuations, lambda, python
Some clever ideas with HoFs in python
Django: Under the Hood
Tags: development, django, python, web
Slides from a talk about django’s current and future internals
Another Do-It-Yourself Framework
Tags: development, frameworks, python, tutorial, web, wsgi
Using WSGI to build a web framework with python. A tutorial
Twisted interface to Erlang OTP in Launchpad
Tags: development, erlang, python, twisted
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.
PEP 3108 — Standard Library Reorganization
Tags: development, python, python 3.0
Idioms and Anti-Idioms in Python
Tags: development, documentation, idioms, python
How and how not to use Python
Django profiling with hotshot and kcachegrind
Tags: django, kcachegrind, profiling, python
A short tutorial on profiling django and python, and generating visualisations
ProfilingDjango - Django Code - Trac
Tags: django, profiling, python
More notes on profiling django
The Python Profilers
Tags: development, profiling, python
Python documentation on the standard profiling tools
hackety org - Sneaking Ruby Through Google App Engine (and Other Strictly Python Places)
Tags: cross compiling, development, google app engine, hacks, python, ruby
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
title_case.py
Tags: gruber, python, text, title case, typography
A port of John Gruber’s titlecase perl script to python
Trac SVN Post Commit Hook
Tags: development, python, svn, trac
Trac’s post commit hooks for SVN to support fixes #123 e etc
Static Code Analizers for Python
Tags: development, pychecker, pylint, python
Tools to help find bugs or style issues in python code.
How to Write a Spelling Corrector
Tags: norvig, python, spelling corrector
Peter Norvig explains how googles spelling corrector workers. Perhaps useful for tag clouds?
AuditTrail for Django
Tags: audittrail, development, django, python, web
A Django ModelField to support tracking the history of a model instance. Via Matt
Code Like a Pythonista: Idiomatic Python
Tags: development, programming, python
David Goodger’s presentation about idiomatic python code
Guido van Rossum: Scala?
Tags: gvr, programming, python, scala, typing
The creator of Python’s impressions of Scala, with a interesting comments thread
James Bennett - Why I like pip
Tags: deployment, development, james bennett, python
James Bennett (Djangos release manager) on why he likes pip over easy_install and setuptools
see; a replacement for pythons dir
Tags: development, python, see
A clearer function for seeing what operations are available on a python object. via Clint Ecker
ZenQueue
Tags: github, python, queue
A light weight network queue implementation written in python.
Python fixes maintenance”
Tags: development, hacker news, maintainance, python
Jacobian (of Django fame) on why he chooses Python.

Related tags

audittrail, concurrency, continuations, cross compiling, deployment, development, django, documentation, erlang, frameworks, github, google, google app engine, gruber, gvr, hacker news, hacks, idioms, james bennett, kcachegrind, lambda, maintainance, norvig, processes, profiling, programming, pychecker, pylint, python 3.0, queue, ruby, scala, scraping, scripts, see, spelling corrector, svn, templating, text, title case, trac, tutorial, twisted, typing, typography, web, wsgi