News

In this article, we’ll explore the basics of using PyInstaller, including how PyInstaller works, how to use PyInstaller to create a standalone Python executable, how to fine-tune the Python ...
In this video, I'm going to teach you how to write unit tests in Python using a module called Pytest. It's a skill you'll ...
Python is easy to use, friendly to the beginner, and powerful enough to create robust software for nearly any application. But like any other piece of software, Python can be complex to set up and ...
What we’ll create is a simple command-line application to store software licences. I’ll be demonstrating on Pop!_OS Linux, but this will work on any platform that supports Python.
Learn how to run a Python script using Docker with a real example. Package your code and dependencies for any system, step by step.