1. About¶
2. Syntax¶
3. Types¶
4. Iterables¶
5. Unpack¶
6. Mappings¶
7. Conditional¶
8. Loops¶
9. Comprehensions¶
Comprehensions
- 9.1. Comprehension About
- 9.2. Comprehension List
- 9.3. Comprehension Set
- 9.4. Comprehension Dict
- 9.5. Comprehension Tuple
- 9.6. Comprehension Map
- 9.7. Comprehension Filter
- 9.8. Generator Expression
- 9.9. Comprehension Nested
- 9.10. Comprehension All, Any
- 9.11. Comprehension Conditionals
- 9.12. Comprehension Performance
10. Files¶
11. Functions¶
12. Exception¶
13. OOP¶
OOP
- 13.1. OOP Class Define
- 13.2. OOP Class Instance
- 13.3. OOP Attribute About
- 13.4. OOP Attribute Define
- 13.5. OOP Attribute Set
- 13.6. OOP Attribute Get
- 13.7. OOP Init Define
- 13.8. OOP Init Setattr
- 13.9. OOP Init Validation
- 13.10. OOP Method About
- 13.11. OOP Method Parameters
- 13.12. OOP Method Arguments
- 13.13. OOP Methods and Attributes
- 13.14. OOP Methods and Methods
- 13.15. OOP Stringify About
- 13.16. OOP Stringify Str
- 13.17. OOP Stringify Repr
- 13.18. OOP Inheritance About
- 13.19. OOP Inheritance Inherit
- 13.20. OOP Inheritance Overload
- 13.21. OOP Inheritance Super
- 13.22. OOP Inheritance Patterns
- 13.23. OOP Architecture Rationale
- 13.24. OOP Architecture Class Diagram