Note: This was originally posted at martinheinz.dev Every project - regardless of whether you are wo... (more…)
Read more »
I recently added type hints to a little program, and that experience
wasn't entirely positive that left me feeling
that maybe I shouldn't bother. Because I don't promise to be
consistent, I went back and re-added type hints to the program all
over again, ... (more…)
Read more »
Thanks to the Pygame library we installed in the previous post, we can draw 2D graphics. In this post, I propose to introduce controls with the keyboard as well as some improvements like window centering and frame rate handling. This … Continue reading →... (more…)
Read more »
These tips will help you determine which Python machine learning book suits you. (more…)
Read more »
Six examples of ways to refactor your Python code, and why they are improvements. (more…)
Read more »