DEV Community

Play Button Pause Button
Cheuk Ting Ho 🐍
Cheuk Ting Ho 🐍

Posted on

Python Zero to Hero - Ep.19 - Python type hinting

Python is dynamically typed, which makes it very easy to learn for beginners. However, there are many reasons why we would like to annotate the type of variables in our code. In this episode, we will explore those scenarios and look at how type hinting works in Python. If you have any questions or any suggestions about which Python topics to cover, please leave your comment at my Twitch channel

You can get the slide deck here and the example code and homework form GitHub here. Ask questions at my Twitch channel

Top comments (0)