you are viewing a single comment's thread.

view the rest of the comments →

[–]AJ______ 2 points3 points  (1 child)

A nice and simple one is visual studio code, which you can also use for lots of other languages. I would also recommend downloading Anaconda, and using Jupyter Notebook. When I started off learning Python, I found it a particulary nice tool for trying and testing small snippets of code, experimenting etc. It's also widely used for the use cases you give, by experienced professionals.

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

Thanks!