A guide to web scraping in Python using Beautiful Soup The Beautiful Soup library in Python makes extracting HTML from web pages easy.
How I rediscovered Logo with the Python Turtle module The Logo programming language is available today as a Python package.
Parse command-line arguments with argparse in Python Use the argparse module to enable options in your Python applications.
Run Python applications in virtual environments Avoid versioning conflicts and improve security by running Python applications in isolation with pipx.
Monitor your home's temperature and humidity with Raspberry Pis and Prometheus Instrument a Prometheus application with Python on Raspberry Pis to collect temperature sensor data.
5 hidden gems in Python 3 Python 3 improved upon Python 2 in many ways; here are some of the most notable.