In this tutorial, you'll learn how to use a Python virtual environment to manage your Python projects. You'll also gain a deep understanding of the structure of virtual environments created with the venv module, as well as the rationale behind using virtual environments.| realpython.com
How to copy a Postgres database backup into your local database| Matt Segal Dev
How to make a GitHub project look good to impress potential employers| Matt Segal Dev
How to quickly and repeatably populate your Django app with fake data| Matt Segal Dev
How to run your Python unit tests via GitHub actions| Matt Segal Dev