Python Documentation contents
- What’s New in Python
- The Python Tutorial
- Python Setup and Usage
- The Python Language Reference
- The Python Standard Library
- 1. Introduction
- 2. Built-in Functions
- 3. Non-essential Built-in Functions
- 4. Built-in Constants
- 5. Built-in Types
- 5.1. Truth Value Testing
- 5.2. Boolean Operations — and, or, not
- 5.3. Comparisons
- 5.4. Numeric Types — int, float, long, complex
- 5.5. Iterator Types
- 5.6. Sequence Types — str, unicode, list, tuple, bytearray, buffer, xrange
- 5.7. Set Types — set, frozenset
- 5.8. Mapping Types — dict
- 5.9. File Objects
- 5.10. memoryview type
- 5.11. Context Manager Types
- 5.12. Other Built-in Types
- 5.13. Special Attributes
- 6. Built-in Exceptions
- 7. String Services
- 8. Data Types
- 9. Numeric and Mathematical Modules
- 10. File and Directory Access
- 11. Data Persistence
- 12. Data Compression and Archiving
- 13. File Formats
- 14. Cryptographic Services
- 15. Generic Operating System Services
- 16. Optional Operating System Services
- 17. Interprocess Communication and Networking
- 18. Internet Data Handling
- 19. Structured Markup Processing Tools
- 20. Internet Protocols and Support
- 21. Multimedia Services
- 22. Internationalization
- 23. Program Frameworks
- 24. Graphical User Interfaces with Tk
- 25. Development Tools
- 26. Debugging and Profiling
- 27. Python Runtime Services
- 28. Custom Python Interpreters
- 29. Restricted Execution
- 30. Importing Modules
- 31. Python Language Services
- 32. Python compiler package
- 33. Miscellaneous Services
- 34. MS Windows Specific Services
- 35. Unix Specific Services
- 36. Mac OS X specific services
- 37. MacPython OSA Modules
- 38. SGI IRIX Specific Services
- 39. SunOS Specific Services
- 40. Undocumented Modules
- Extending and Embedding the Python Interpreter
- Python/C API Reference Manual
- Distributing Python Modules
- Installing Python Modules
- Python HOWTOs
- Python Frequently Asked Questions
- Glossary
- About these documents
- Reporting Bugs
- Copyright
- History and License