This describes reliable patterns of coding Python Extensions in C. It covers the essentials of reference counts, exceptions and creating functions that are safe and efficient. (more…)
Read more »
Nothing forecasts the future of a programming language better than the epos of its community. For Python, one word dominates the discussions of the past few years: performance. (more…)
Read more »
I am starting a new series of small snippets of code which I think that maybe useful or inspiring for others. (more…)
Read more »
Lex Fridman Podcast full episode: https://www.youtube.com/watch?v=-DVyjdw4t9IPlease support this podcast by checking out our sponsors:- GiveDirectly: https:/... (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 »