1. About¶
2. Unpack¶
3. Enum¶
4. Match¶
Unpack
5. Type Annotation¶
Type Annotation
- 5.1. Type Annotation Basics
- 5.2. Type Annotation Primitives
- 5.3. Type Annotation Sequences
- 5.4. Type Annotation Mapping
- 5.5. Type Annotation Sequences
- 5.6. Type Annotation TypedDict
- 5.7. Type Annotation NamedTuple
- 5.8. Type Annotation Callable
- 5.9. Type Annotation Types
- 5.10. Type Annotation Extra
- 5.11. Type Annotation Deprecated
- 5.12. Type Annotation Check
- 5.13. Type Annotation Annotate
- 5.14. Type Annotation Cython
- 5.15. Type Annotation Mypyc
6. Dataclass¶
Dataclass
- 6.1. Dataclass About
- 6.2. Dataclass Define Basic
- 6.3. Dataclass Define Special
- 6.4. Dataclass Define Nested
- 6.5. Dataclass Mechanism
- 6.6. Dataclass Postinit
- 6.7. Dataclass Mutable Attrs
- 6.8. Dataclass Field
- 6.9. Dataclass Metadata
- 6.10. Dataclass Parameters
- 6.11. Dataclass Helpers
- 6.12. Dataclass Inheritance
- 6.13. Dataclass Introspect
7. JSON¶
8. CSV¶
9. Regular Expressions¶
Regular Expressions
- 9.1. Syntax About
- 9.2. Syntax Qualifier
- 9.3. Syntax Anchor
- 9.4. Syntax Negation
- 9.5. Syntax Identifier
- 9.6. Syntax Quantifier
- 9.7. Syntax Group
- 9.8. Syntax Flag
- 9.9. Syntax Look Ahead/Behind
- 9.10. Syntax Flavors
- 9.11. Syntax Use Cases
- 9.12. RE Match
- 9.13. RE Search
- 9.14. RE Findall, Finditer
- 9.15. RE Compare
- 9.16. RE Compile
- 9.17. RE Group
- 9.18. RE Multiline
- 9.19. RE Substitute
- 9.20. RE Split
- 9.21. RE Lazy
- 9.22. RE Type Annotation
- 9.23. Regex Cheatsheet
10. Datetime and Timezones¶
11. Operator¶
Operator
- 11.1. Operator String About
- 11.2. Operator String Str
- 11.3. Operator String Repr
- 11.4. Operator String Format
- 11.5. Operator String Operators
- 11.6. Operator Arithmetic About
- 11.7. Operator Left
- 11.8. Operator Increment
- 11.9. Operator Right
- 11.10. Operator Comparison
- 11.11. Operator Comparison
- 11.12. Operator Contains
- 11.13. Operator Boolean
- 11.14. Operator Module
- 11.15. Operator Builtin
- 11.16. Operator Accessors
- 11.17. Operator Numerical
12. Modules and Packages¶
Modules and Packages
13. Logging¶
14. Mathematics¶
Mathematics