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. Built-in Constants
- 4. Built-in Types
- 4.1. Truth Value Testing
- 4.2. Boolean Operations — and, or, not
- 4.3. Comparisons
- 4.4. Numeric Types — int, float, complex
- 4.5. Iterator Types
- 4.6. Sequence Types — str, bytes, bytearray, list, tuple, range
- 4.7. Set Types — set, frozenset
- 4.8. Mapping Types — dict
- 4.9. memoryview type
- 4.10. Context Manager Types
- 4.11. Other Built-in Types
- 4.12. Special Attributes
- 5. Built-in Exceptions
- 6. String Services
- 7. Data Types
- 8. Numeric and Mathematical Modules
- 9. Functional Programming 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. Importing Modules
- 30. Python Language Services
- 31. Miscellaneous Services
- 32. MS Windows Specific Services
- 33. Unix Specific Services
- 34. 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