Documentation
Apart from the main python.org documentation pages, a number of other resources exist.
Beginners
Start here if you're new to Python or are considering trying Python after using other languages.
Topic Guides
If you are developing a particular kind of program or library, you might wish to study some related material.
Advanced Topics
- Python 3 porting guide including a quick reference 
- Introduction into Text Categorization and Classification using Python 
Philosophy and Wisdom
Other Resources
- PythonPapers - see also PythonPeriodicals (for "The Python Papers") 
Reference Documentation
- Use the GoogleTips to search the Python website. 
- The Hitchhiker’s Guide to Python! - "A best-practice handbook to the installation, configuration, and usage of Python". 
- DocumentationTools describes tools you can use to generate documentation for your own Python programs. 
Working on the Official Documentation
Discussion
Please see DocumentationDiscussion.
