We're answering all your questions about what exactly a type checker is, how it’s used and how it can be used creatively to keep data secure. (more…)
Read more »
The recent 2019-nCoV Wuhan coronavirus outbreak in China has sent shocks through financial markets and entire economies, and has duly triggered panic among the general population around the world… (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 »
Have you heard people say that async Python code is faster than "normal" (or sync) Python code? How can that be? In this article I'm going to try to explain what async is and how it differs from… (more…)
Read more »