This post discusses two ways to schedule Python tasks. We'll cover Python's schedule package and how to schedule Python via crontab on a Mac. (more…)
Read more »
Use 2D arrays to render a background for our tank game. Implementation with Python and Pygame. (more…)
Read more »
This script provides an efficient way to translate `.po` files using OpenAI's GPT-4 model. It supports both bulk and one-by-one translation modes, making it versatile for different sizes and ty... (more…)
Read more »
Today I'm starting a new series of articles about a topic that does not get a lot of coverage: how to write Python unit tests. Unlike other testing tutorials, I'm going to focus on testing techniques… (more…)
Read more »
This is a fantasy mini-RPG written in python using the pygame framework. It took about four months, but it was worth it.https://github.com/justinmeister/The... (more…)
Read more »