Skip to content
Back to posts

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 >_<

Monkey patching in Python

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

String interning

Difference between , _ and xx in Python

Anatomy of Pexpect

Pexpect examples

A summary of the PEP 8 Python style guide

A Python implementation of consistent hashing

Using Redis from Python

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


Originally published on SegmentFault.

Copyright notice

Unless otherwise stated, quietin owns the copyright in all articles. All rights reserved. Except as permitted by law or with prior written permission, reproduction or republication, in whole or in part, is prohibited. Permitted quotations must credit the author and link to the original article.