The implementation of the Game Loop pattern in the previous post is not good: I propose to use the Command pattern to get a better one. This pattern allows separating input handling and game updating. This post is part of … Continue reading →... (more…)
Read more »
Let your Python tests travel through time. Contribute to spulec/freezegun development by creating an account on GitHub. (more…)
Read more »
Exploring Python through counter-intuitive snippets. - satwikkansal/wtfpython... (more…)
Read more »
Learn to transcribe speech in recordings like MP3s into text with Python and AssemblyAI's API. Great post on fullstackpython.com! (more…)
Read more »
TL;DR: Use Flake8, pytest, and Sphinx in your current Python project. Also evaluate pre-commit, black, and Pylint. For your next project, consider adding poetry and Dependabot. I always find it… (more…)
Read more »