This is a beginner lesson on how to program with Python, with easy-to-follow examples and clarifications. Get started with Python here.
All posts tagged tutorial
What Are Python Type-Hints and How to Use Them?
After covering SQL databases with Python and Flask, here and here, today I wanted to introduce the concept of type-hints in Python, their use cases, as well as their pros and cons. Type-hints can be great tools to improve the readability of your code but they are not always the best solution. This post is…