Other Python Documentation Collections
- Guido's essays on Python topics
- (from elementary to mindboggling)
Tip: browse the standard library (the directory Lib/ directory) and the standard collections of demos (Demo/ directory) and tools (Tools/ directory) that come with the source distribution. There's a lot you can learn from the source!
Off-site Collections
- Pythonware library
- (Tkinter, Python Imaging Library)
- ActiveState O'Reilly Python cookbook
- (code snippets and techniques)
