Skip to content

Latest commit

 

History

History

Python - Variable Annotations

Learning Objectives

  • Type annotations in Python 3
  • How you can use type annotations to specify function signatures and variable types
  • Duck typing
  • How to validate your code with mypy