Spyder vs PyScripter
When comparing Spyder vs PyScripter, the Slant community recommends Spyder for most people. In the question“What are the best Python IDEs or editors?” Spyder is ranked 7th while PyScripter is ranked 15th. The most important reason people chose Spyder is:
Released under the MIT license.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Free and open-source
Released under the MIT license.
Pro Graph plotting support
Spyder can plot graphs and provide the list of all variables.
Pro Enables to write consistent code
Pylint integration enables to check the code for PEP8 style guide and detect errors.
Pro Powerful autocompletion
Spyder's autocomplete features are made possible by a library called rope which gives Spyder powerful autocompletion.
Pro Has cross platform support - Linux, Mac, and even Windows
Spyder (formerly Pydee) has support for all of the major operating platforms - Linux, Mac, and even Windows.
Pro Helps you to use documentation
Pro Intuitive interface
Pro Relatively lightweight
Pro Has support for Vim bindings via plugin support
Aside from being an open sourced, actively developed IDE, vim key-binding support is also available. If you remember Pydee - this is it, albeit with a new name.
Pro Good GitHub project
Pro Excellent variable explorer
Dynamic variable explorer with editor and visualizer
Pro Completely Python
Pro Lightweight
PyScripter is a lightweight Python IDE.
Pro Easy to use
Covers the needs of advanced users (thread debugging, unit testing etc.).
Pro Superb for interactively developing scripts
When you run a program, the context is automatically available in the Python interpreter afterwards, without having to set breakpoints.
Pro Easy to set up
No configurations needed. Just download and code.
Cons
Con Not beautiful
The default theme is not beautiful. And there are not many themes.
Con The documentation is poor when it comes to debugging
Not a lot of information about debugging is available in the documentation.
Con Consumes a lot of memory
If you're working with large data, especially arrays, another IDE should be considered as spyder uses at least 200-300Mb of memory.
Con Windows only
Available for Windows only.
Con Noticeably unstable since v.4
Frequently hangs/freezes, esp. when debugging.
Con Refactoring is not that easy
In Pyscripter, refactoring pretty much leans on traditional dumb find-and-replace.