Python type annotations

When it comes to programming, I have a belt and suspenders philosophy.
Anything that can help me avoid errors early is worth looking into.
The type annotati… Read more

Similar

How to Use Generator and Yield in Python

Today we are going to talk about generators in Python, how are they different from normal functions, and why you should use them. What are generators in Python? Have you ever run into a situation where you would need to read large datasets or files, and t... (more…)

Read more »