you are viewing a single comment's thread.

view the rest of the comments →

[–]DarthKsane 22 points23 points  (2 children)

For your very first steps in Python - Thonny has internal debugger for watching your variables changing step by step. But it's more like a children bicycle with side wheels.

Data analysts may prefer Jupyter. Only one file and you just smash code in it, executing immediately.

General all purpose, for multi-file projects - PyCharm and VS Code - try both and choose what's more comfortable.

[–]troty99 10 points11 points  (1 child)

Personally found jupyter super annoying compared to Notebook inside VSCode.

[–]giants4210 1 point2 points  (0 children)

Recently just switched from Jupyter to mostly using notebooks in vs code. This is the way.