If you want to use Anaconda for science projects, one of the first things to consider is the spyder package, which is included in the basic Anaconda installation. Spyder is short for Scientific PYthon ...
Multi-language editor with function/class browser, code analysis features (pyflakes and pylint are currently supported), code completion, horizontal and vertical splitting, and goto definition. Python ...
There are several popular integrated development environments (IDEs) for Python, including PyCharm, Pyscripter, Emacs, Eric, and Spyder among others. A comprehensive list of Python IDEs can be found ...