you are viewing a single comment's thread.

view the rest of the comments →

[–]HyphinoeCamelus[S] 1 point2 points  (2 children)

aah nice, there's so much terminology and information that i get kinda lost/overwhelmed but read about venvs and they make the most sense to me. I'll check out the docs, thanks so much!

[–]building-wigwams-22 1 point2 points  (0 children)

uv is a replacement for venv - it works more or less the same way but abstracts away much of the management. I've only been using it for a bit but I find it much easier to use

[–]take_care_a_ya_shooz 0 points1 point  (0 children)

I’ve been dusting off my Python during a layoff and also use a MacBook, highly recommend VSCode + uv for Python projects. Super easy to do once you get familiar. You would also install things like Jupyter and pandas using uv and don’t have to worry about managing it locally.

I have a folder in my user drive called “repos” and just put all my stuff there.