Python Type Hints : Design Patterns In Python
Channel:
Subscribers:
24,900
Published on ● Video Link: https://www.youtube.com/watch?v=ENKeLCg5ePs
Documentation : https://sbcode.net/python/facade/#type-hints
Note that the Python runtime does not enforce the type hints and that they are optional. However, where they are beneficial is in the IDE of your choice or other third party tools such type checkers.
For type checking, you can install an extra module called mypy
$ pip install mypy
$ mypy example.py
Sometimes you just want to switch off your computer and read from a book. So, all GoF patterns are discussed in my Design Patterns In Python book
https://www.amazon.com/dp/B08XLJ8Z2J : ASIN B08XLJ8Z2J
https://www.amazon.com/dp/B08Z282SBC : ASIN B08Z282SBC
#typeHints
#designPatterns
#pythonDesignPatterns
Other Videos By SBCODE
Tags:
Design Patterns In Python
python design patterns
B08XLJ8Z2J
mypy
python type hints
B08Z282SBC