Virtual environments are vital if you’re developing Python apps or just writing some Python scripts. They allow you to isolate different app requirements to prevent conflicts and keep your global OS environment clean. This is super important for many reasons. The most obvious one is requirements isolation. Let’s say that you’re working on two different… Continue reading A Better Place to Put Your Python Virtual Environments
Articles on setup
There’s no Wrong Way… to Eat a Bite of Py
By AJ Kerrigan on 27 November 2019
There are many ways to tackle a Bites of Py exercise, try them all!
Bootstrap Your Next Python Project With Cookiecutter
By Bob Belderbos on 24 October 2017
I finally did it! I bootstrapped my first project with Cookiecutter. There is a lot to discover but wow this tool can save you a ton of time, making your project more professional.