Sponsorised links
Yesterday
How WSGI Works // Werkzeug
documentation covers the low-level parts of Werkzeug that are in fact just plain WSGI.
22 July 2008
testosterone - Google Code
Testosterone is a curses-based interface for running tests written with the PyUnit testing framework (aka unittest in the standard library).
Sponsorised links
21 July 2008
Using Fixture To Test A Pylons SQLAlchemy App — fixture v1.0 documentation
This explains how to use fixture in the test suite of a simple Address Book application written in Pylons powered by two tables in a SQLite database via SQLAlchemy.
simple way to do unit testing with Pylons
15 July 2008
Simple Top-Down Parsing in Python
modeste et pourtant si hautIn this article, I’ll be a bit more modest:
Module for creating Excel file with python
Purpose: Provide a library for developers to use to generate Microsoft Excel (tm) spreadsheet files.
10 July 2008
python-microblast - Google Code
One post -> many sites. Currently supports Twitter (via JSON API) and Identi.ca (via XMPP) simultaneous posting.
09 July 2008
AppleScript: Scripting Bridge
Mac OS X v.10.5 includes a new framework called Scripting Bridge that enables common languages, such as Ruby, Python, and Objective-C, to easily send Apple Events to scriptable applications.
Embedding equations in html using LaTeX, dvipng and Python - Part II | fauskes.net
how to easily embed mathematics in XHTML documents using LaTeX.
06 July 2008
david petar novakovic: attempted axiomatisation » Code: Full text Delicious index in python with xapian and twisted
Your own personal bookmark search engine in 100 lines of code.
Xapian, FeedParser, Twisted and a few lines of code. Very neat hack.
03 July 2008
Jonas Galvez : /log
Django's templating system is often a pain to work with, and XML libraries for Python are also not stellar, so I decided to take advantage of Python's with statement and wrote a XML generation library somewhat similar to Ruby's Builder.
great example of the "with" usage
02 July 2008
01 July 2008
AtomPub data model for music metadata storage and indexing - deFuze.org
associate a collection per artist and album and a member per track. I used hachoir-metadata to get a few basic metadata about tracks as well as a couple of simple queries to the Musicbrainz web service to get more advanced information like tags,
30 June 2008
code_swarm
The "Which Language" Question
Python has an explicit "batteries included" philosophy.
29 June 2008
SPARQL Endpoint interface to Python
This is a wrapper around a SPARQL service. It helps in creating the query URI and, possibly, convert the result into a more manageable format. The package is licensed under W3C license, and it can be downloaded in .zip and .tar.gz formats from SourceForge (also from Debian).
27 June 2008
SPARQL Endpoint interface to Python
This is a wrapper around a SPARQL service. It helps in creating the query URI and, possibly, convert the result into a more manageable format.
simple SPARQL wrapper.
Astuce python : de l'autocomplétion dans l'interpréteur - filyb.info
26 June 2008
25 June 2008
Tailor - DarcsWiki
24 June 2008
partiallydisassembled.net
to annotate a Python script with the types observed during a run of the program.
Static Code Analizers for Python | And Now For Something Completely Different
A static analysis tool reads your source code without executing it and looks for common mistakes.
