Prioritizing simplicity in your Python code This is the second part of a special series about the Zen of Python focusing on the third and fourth principles: simplicity and complexity.
Why your Python code needs to be beautiful and explicit Welcome to Pythonukkah, a special series about the Zen of Python. On the first day, we celebrate the first two principles: beauty and explicitness.
Annual release cycle for Python, new Python Software Foundation fellows from Africa, and more updates Find out what's going on in the Python community in December.
Enable your Python game player to run forward and backward Let your player run free by enabling the side-scroller effect in your Python platformer using the Pygame module.
3 easy steps to update your apps to Python 3 Python 2 has reached its end of life, so it's past time to convert your Python 2 project to Python 3.
Add jumping to your Python platformer game Learn how to fight gravity with jumping in this installment on programming video games with Python's Pygame module.