What is the best Python IDE for a MATLAB Programmer?

I just moved to Python very recently and eager to master this piece of art. I’m an expert in MATLAB programming, and would like to know what is the best Python IDE for me to quickly become familiar with Python. I noticed that there many available online. Any help is much appreciated.

The best IDE is rather subjective. What are features in the IDE you are looking for?

Personally, I like Spyder (GitHub - spyder-ide/spyder: Official repository for Spyder - The Scientific Python Development Environment).
One of the features in Spyder that works really well (and is often valued by Matlab programmers) is working with code cells.

1 Like

I second Spyder. The Variable Explorer — Spyder 5 documentation should be familiar to MATLAB programmers as well.

1 Like