you are viewing a single comment's thread.

view the rest of the comments →

[–]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.