3.3. References¶
This section contains the Python 3 memo as a very synthetic reference documentation.
- 3.3.1. Annotations and Type Hints
- 3.3.2. Comparisons
- 3.3.3. Conditional Expressions
- 3.3.4. Coroutines
- 3.3.5. Data Model
- 3.3.6. Decorators
- 3.3.7. Exceptions
- 3.3.8. Generators
- 3.3.9. Lambda Expressions
- 3.3.10. Lexical Analysis
- 3.3.11. Litterals
- 3.3.12. Loops
- 3.3.13. Math
- 3.3.14. Modules
- 3.3.15. Scope
- 3.3.16. Strings
- 3.3.17. Unicode
- 3.3.18. Unpacking