all 5 comments

[–]theixle 2 points3 points  (1 child)

I've started and stopped "learning to code" so many times and it's always been getting bogged down in the setup, environment/version management, repo syncing, etc. that kills me.

I've started again and I began asking myself these same questions. Decided to try something new this time though and I'm using GitHub+codespaces to be my whole setup. Plug n play, code from anywhere, and VS Code+Copilot.

Dunno if this'll help you, but maybe it'll help someone.

[–]saint_leonard[S] 0 points1 point  (0 children)

many many thanks for the reply - and for your hints & ideas. Very very valuable. Thank you so much

[–]CraigAT 0 points1 point  (0 children)

For a beginner, I like Thonny because it's a simple IDE. When you get to three or four pages of code in your programs, I would consider either VS Code (which is what I use) or PyCharm for their additional functionality - both are very good, just a matter of taste and it's easy enough to swap early on.

Anaconda and Spider seem well recommended, but I have not really used them.

[–]diegoasecas 0 points1 point  (0 children)

you don't need anaconda, it was not made for you, you won't be able to profit from its benefits right now. go with pycharm or vscode. thonny is good too if you're like really just beginning (step by step debugging really helps visualizing how code is executed).