Reading and writing files with Python Every programming language handles data files differently. Here's how Python does it.
Enter invisible passwords using this Python module Give your password an extra layer of security with GPG and the Python getpass module.
Use Python to parse configuration files The first step is choosing a configuration format: INI, JSON, YAML, or TOML.
How I teach Python on the Raspberry Pi 400 at the public library After a long year of putting plans on hold, declining COVID case numbers in the United States are bringing back community-based programming courses.
How I monitor my greenhouse with CircuitPython and open source tools Keep track of your greenhouse's temperature, humidity, and ambient light using a microcontroller, sensors, Python, and MQTT.
How Python 3.9 fixed decorators and improved dictionaries Explore some of the useful features of the recent version of Python.