Discover Python and Patterns (26): Game Modes – Design Patterns and Video Games
Mix different games (normal, menu and messages) using the Game Loop pattern. Implementation with Python and Pygame. (more…)
Read more »
In this post I will talk about some tools that can help us solve another painful problem in Python: profiling CPU usage. CPU profiling means measuring the performance of our code by analyzing the w… Read more