Tag (python)
Saturday, 2008-06-07
Wednesday, 2008-06-04
Thursday, 2008-05-29
Friday, 2008-04-25
16:19
by dchud -
httplib2 - Google Code
with tag
python
"A comprehensive HTTP client library that supports many features left out of other HTTP libraries."
Wednesday, 2008-04-09
Sunday, 2008-03-30
11:27
by dchud -
mactorii - Trac
with tag
python
"mactorii is an image browser implemented in python"
Wednesday, 2008-03-26
Monday, 2008-03-24
Thursday, 2008-03-20
00:36
by dchud -
FrontPage - Storm
"Storm is an object-relational mapper (ORM) for Python developed at Canonical. The project has been in development for more than a year for use in Canonical projects such as [WWW] Launchpad, and has recently been released as an open-source product."
Tuesday, 2008-03-18
16:32
by dchud -
PEP 3101 -- Advanced String Formatting
with tag
python
"This PEP proposes a new system for built-in string formatting operations, intended as a replacement for the existing '%' string formatting operator."
Monday, 2008-03-17
23:16
by dchud -
Welcome // Werkzeug
with tag
python
"Werkzeug started as simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, full featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules."
Sunday, 2008-03-16
14:23
by dchud -
Dalke Scientific: python4ply
"python4ply is a Python parser for the Python language. The grammar definition uses PLY, a parser system for Python modelled on yacc/lex. The parser rules use the "compiler" module from the standard library to build a Python AST and to generate byte code for .pyc file.
You might use python4ply to experiment with variations in the Python language. The PLY-based lexer and parser are much easier to change than the C implementation Python itself uses or even the ones written in Python which are part of the standard library. This tutorial walks through examples of how to make changes in different levels of the system."