News

Python is one of the most approachable languages to learn, thanks to its object-oriented-first approach and its minimal ...
When you compile a Python program with Nuitka, you pass the name of the entry-point module as a parameter to Nuitka, for example, nuitka main.py. When invoked like this, Nuitka will take in main ...
Improve your Python testing even more. In my last two articles, I introduced pytest, a library for testing Python code (see "Testing Your Code with Python's pytest" Part I and Part II). pytest has ...