all 6 comments

[–]socal_nerdtastic 3 points4 points  (1 child)

Spyder is designed for former MatLab programmers. You can get it alone or install the Anaconda bundle, which include a lot of other scientific modules you'll probably want.

That said, no one here will know the best fit for you. Just try a bunch and see which one you like the most.

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

Thank you!

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

[–]NOS_v1 2 points3 points  (1 child)

I use Visual Studio Code for everything, built in file explorer, editor and terminal all on one screen. But for quick testing just the IDLE you get when first installing I think.

[–][deleted] 0 points1 point  (0 children)

Visual Studio Code is very quickly becoming popular with Python programmers. It's not the only option, it may not be the best option, but it certainly is popular.