Version 2 (modified by lueningh, 16 years ago) (diff) |
---|
Learning Python
Learning
- Dive into Python, available in (free) online and dead trees formats. Good introduction.
- djbclark recommends Beginning Python: From Novice to Professional
- djbclark recommends Python Cookbook, 2nd Edition
References
- desai recommends "Python: Essential Reference, 3rd Edition", which is available online, in pdf, and as a book.
- djbclark recommends Python Pocket Reference, 3rd Edition
- Python in a Nutshell, 2nd Edition
- lueningh recommends the official library reference for, say, when you just need to know what all of a string object's methods are.