Gregory D. Benson
Search this site
About
CV
Code
Python
Unix
Storage
Cluster
Sitemap
Python
References
Python Quick Reference PQR 2.
6
(
from Richard Gruet's Python page
)
Python Official Website
Python Documentation v2.6.4
(from
http://www.python.org/doc/
)
Learning Python
The Python Tutorial
An Informal Introduction to Python
(from the Python Tutorial)
Idioms, Conventions, and Performance
Efficient String Concatenation
Packages
Parsers
Construct
: a python library for parsing and building data structures.
ELF specification in Construct
.
Bytecode Engineering
Byteplay
Philip Eby's Bytecode Assembler
Bytecode Hacks
Networking Frameworks
Syncless
: a nonblocking concurrent client and server network library
Implementations
Stackless Python
Stackless Python vs Erlang
Comments