Python Typing - Type Hints & Annotations
Offered By: Tech with Tim via YouTube
Course Description
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
Related Courses
Stanford Seminar - Optional Static Typing for PythonStanford University via YouTube Learning the Ropes - Understanding Python Generics
EuroPython Conference via YouTube Protocols - Static Duck Typing for Decoupled Code
EuroPython Conference via YouTube Writing Good Python
EuroPython Conference via YouTube Don't Start with a Database
EuroPython Conference via YouTube