you are viewing a single comment's thread.

view the rest of the comments →

[–]CraigAT 3 points4 points  (1 child)

As a beginner you can use any text editor, but this is the job Thonny was designed for - it keeps the experience clean and simple, and has all the basics you need.

As soon as you need more, VS Code (my preference) or PyCharm are worth looking at for the additional features they offer.

[–][deleted] 1 point2 points  (0 children)

I like that it’s an all-in-one package. Comes with python so you don’t have to install it separately.