Do yall like to code in a venv when working on a specific project or nah?
Personally venv is the way to go for project specific libraries, where you don't populate your global environment with random pkgs for your project
Else if its general coding, then I use global environment
Wbu guys??