2022-08-05 UTC
# jeremycherfas Serious noob question: Most of my Python programs are silly little things that only do a few things for me, usually using data that currently lives in the same folder as the .py Would I be better off having all of those in a higher Python folder, and setting a single environment for that? Or is it really best to keep each project in a folder with an environment for that project alone?