Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

3 items tagged “stdlib”

Python-by-example. “This guide aims to show examples of use of all Python Library Reference functions, methods and classes”, thus addressing my number one complaint about Python’s standard library documentation. 6 2nd April 2008, 3:42 pm

DictMixin. I wasn’t aware of this Python class (part of the UserDict module): lets you implement __get__, __set__, __del__ and keys() and provides the other dictionary methods for you. 0 17th August 2007, 10:34 am

Why doesn’t Python have more data format readers in the stdlib? I for one would love to see simplejson included in the standard library, with or without a C implementation. 0 8th January 2007, 1:03 am

A django site