Overview
Explore Python's typing module in this comprehensive 25-minute video tutorial. Learn about type hints and annotations to improve code documentation and readability. Dive into various topics including type annotations, static code analysis with mypy, function annotations, and different types such as List, Dict, Set, Custom, Optional, Any, Sequence, Tuple, and Callable. Discover how to use Generics and understand the benefits of adding types to variables and parameters. Gain valuable insights to enhance your Python programming skills and write more maintainable code.
Syllabus
| Overview
| Typing Module
| Type Annotations
| Static Code Analysis mypy
| Function Annotations
| List Type
| Dict Type
| Set Type
| Custom Types
| Optional Type
| Any Type
| Sequence Type
| Tuple Type
| Callable Type
| Generics
Taught by
Tech With Tim