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!
Written in Rust, the PyApp utility wraps up Python programs into self-contained click-to-run executables. It might be the ...
Interested in learning Python? Jack Wallen takes you through your first steps in building a simple application to take user input and write it to a file.
Indeed, it turns out that for several years already, Python's standard library has come with the pathlib module, which makes it easier to work with directories and files.
Learn how to make a game in Python using the popular Pygame. You'll learn how to handle player inputs, draw graphics, and more.