News

This post explains what a Python module is and how to use it to drastically extend the capabiltiies of your code. Plus: how to make your own!
Use PyInstaller to package your Python apps into standalone executables for easy distribution.
Tech with Tim on MSN13d
5 Python Projects for Beginners
This video will discuss 5 beginner python projects! Hopefully it can give you some inspiration and ideas so that you can get started working on a new python project and apply your knowledge of python.
Most modules have a quit () function that cleans up the module, but there is no need to call it manually, as there is with SDL. Pygame calls these functions automatically and exits cleanly when Python ...
Devs unknowingly use “malicious” modules snuck into official Python repository Code packages available in PyPI contained modified installation scripts.
Even if extracting NES game data is not your thing, the emulator concept [Matthew] uses might be still worth a read.