1. About¶
2. Star¶
3. Enum¶
4. Match¶
5. Idiom¶
6. Type Annotation¶
Type Annotation
- 6.1. Type Annotation Basics
- 6.2. Type Annotation Primitives
- 6.3. Type Annotation Sequences
- 6.4. Type Annotation Mapping
- 6.5. Type Annotation Sequences
- 6.6. Type Annotation TypedDict
- 6.7. Type Annotation NamedTuple
- 6.8. Type Annotation Callable
- 6.9. Type Annotation Types
- 6.10. Type Annotation Annotated
- 6.11. Type Annotation Extra
- 6.12. Type Annotation Deprecated
- 6.13. Type Annotation Check
- 6.14. Type Annotation Annotate
- 6.15. Type Annotation Cython
- 6.16. Type Annotation Mypyc
7. Dataclass¶
Dataclass
- 7.1. Dataclass About
- 7.2. Dataclass Define Basic
- 7.3. Dataclass Define Special
- 7.4. Dataclass Define Nested
- 7.5. Dataclass Mechanism
- 7.6. Dataclass Postinit
- 7.7. Dataclass Mutable Attrs
- 7.8. Dataclass Field
- 7.9. Dataclass Metadata
- 7.10. Dataclass Parameters
- 7.11. Dataclass Helpers
- 7.12. Dataclass Inheritance
- 7.13. Dataclass Introspect
8. JSON¶
9. CSV¶
10. Regular Expressions¶
Regular Expressions
- 10.1. Regex Syntax About
- 10.2. Regex Syntax Qualifier
- 10.3. Regex Syntax Anchor
- 10.4. Regex Syntax Negation
- 10.5. Regex Syntax Identifier
- 10.6. Regex Syntax Quantifier
- 10.7. Regex Syntax Group
- 10.8. Regex Syntax Flag
- 10.9. Regex Syntax Look Ahead/Behind
- 10.10. Regex Syntax Flavors
- 10.11. Regex Syntax Use Cases
- 10.12. Regex RE Match
- 10.13. Regex RE Search
- 10.14. Regex RE Findall, Finditer
- 10.15. Regex RE Compare
- 10.16. Regex RE Compile
- 10.17. Regex RE Group
- 10.18. Regex RE Multiline
- 10.19. Regex RE Substitute
- 10.20. Regex RE Split
- 10.21. Regex RE Lazy
- 10.22. Regex RE Type Annotation
- 10.23. Regex Cheatsheet
11. Datetime and Timezones¶
12. Operator¶
Operator
- 12.1. Operator String About
- 12.2. Operator String Str
- 12.3. Operator String Repr
- 12.4. Operator String Format
- 12.5. Operator String Operators
- 12.6. Operator Arithmetic About
- 12.7. Operator Left
- 12.8. Operator Increment
- 12.9. Operator Right
- 12.10. Operator Comparison
- 12.11. Operator Comparison
- 12.12. Operator Contains
- 12.13. Operator Bitwise
- 12.14. Operator Module
- 12.15. Operator Builtin
- 12.16. Operator Accessors
- 12.17. Operator Numerical
13. Modules and Packages¶
Modules and Packages
14. Logging¶
15. Mathematics¶
Mathematics