In this tutorial, we will create a Python application that can be installed directly from pip that will show the 10 latest blog posts from this website (the one you are reading this on!). If you just want to avoid all of this hard work and publish a pytho... (more…)
Read more »
Even if you are not a Mac user, you have likely heard Apple is switching from Intel CPUs to their own custom CPUs, which they refer to collectively as "Apple Silicon." The last time Apple changed its computer architecture this dramatically was 15 years ag... (more…)
Read more »
Book Python One-Liners : Write Concise, Eloquent Python Like a Professional by Christian Mayer... (more…)
Read more »
This article contains supporting material for this blog post at Scientific American . The thesis of the post is that modern programming l... (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 »