News

This post explains how to run Python apps on PC, Mac, Linux, Android, iOS, or even the web. Know your options when writing Python code!
Have you ever wished you could edit Python packages installed locally without reinstalling them? Editable installs are the ...
Learn how to run a Python script using Docker with a real example. Package your code and dependencies for any system, step by step.
Learn which Python standard library modules are headed for the boneyard in Python 3.13, and how to replace them.
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 ...