Python References and Notes
An evolving reading list of useful Python articles, language notes, and implementation examples.
I will organize these into categories once the collection grows. For now, this will do >_<
Advanced use of the format function
Getting line numbers, function names, and related information in Python
Python 2.7.7 source analysis: list and dict objects
Python dictionary implementation
Difference between , _ and xx in Python
A summary of the PEP 8 Python style guide
A Python implementation of consistent hashing
Writing Python 2-3 compatible code
Configuring time zones in Python
Cache Python MySQL Result using Redis
Web-page scraping and JavaScript parsing with Python
A Guide to Python’s Magic Methods
OrderedSet (Python recipe) — an unusual implementation containing circular references
ordered set — implemented in Cython