Table of ContentsΒΆ
- What’s New in Python 2.7
- 1. The Future for Python 2.x
- 2. Changes to the Handling of Deprecation Warnings
- 3. Python 3.1 Features
- 4. PEP 372: Adding an Ordered Dictionary to collections
- 5. PEP 378: Format Specifier for Thousands Separator
- 6. PEP 389: The argparse Module for Parsing Command Lines
- 7. PEP 391: Dictionary-Based Configuration For Logging
- 8. PEP 3106: Dictionary Views
- 9. PEP 3137: The memoryview Object
- 10. Other Language Changes
- 11. New and Improved Modules
- 12. Build and C API Changes
- 13. Other Changes and Fixes
- 14. Porting to Python 2.7
- 15. New Features Added to Python 2.7 Maintenance Releases
- 16. Acknowledgements
- The Python Tutorial
- 1. Whetting Your Appetite
- 2. Using the Python Interpreter
- 3. An Informal Introduction to Python
- 4. More Control Flow Tools
- 5. Data Structures
- 6. Modules
- 7. Input and Output
- 8. Errors and Exceptions
- 9. Classes
- 10. Brief Tour of the Standard Library
- 11. Brief Tour of the Standard Library – Part II
- 12. What Now?
- 13. Interactive Input Editing and History Substitution
- 14. Floating Point Arithmetic: Issues and Limitations
- 15. Appendix
- The Python Language Reference
- Python Setup and Usage
- Python HOWTOs
- 1. Porting Python 2 Code to Python 3
- 2. Porting Extension Modules to Python 3
- 3. Curses Programming with Python
- 4. Descriptor HowTo Guide
- 5. Idioms and Anti-Idioms in Python
- 6. Functional Programming HOWTO
- 7. Logging HOWTO
- 8. Logging Cookbook
- 9. Regular Expression HOWTO
- 10. Socket Programming HOWTO
- 11. Sorting HOW TO
- 12. Unicode HOWTO
- 13. HOWTO Fetch Internet Resources Using urllib2
- 14. HOWTO Use Python in the web
- 15. Argparse Tutorial
- Installing Python Modules
- Distributing Python Modules
- Extending and Embedding the Python Interpreter
- Python/C API Reference Manual
- Glossary
- Python Frequently Asked Questions