
The Python IDE that scientists and data analysts deserve
The Python IDE that scientists and data analysts deserve. Designed by the community, for the community
Spyder IDE | Download
Download Spyder for a powerful, user-friendly programming environment with advanced features from Jupyter, PyCharm, and VSCode.
Installation — Spyder 3 documentation
Qtconsole >=4.2.0 – for an enhanced Python interpreter. Rope >=0.9.4 and Jedi >=0.9.0 – for code completion, go-to-definition and calltips in the Editor. Pyflakes – for real-time code analysis.
Welcome to Spyder’s Documentation — Spyder 5 documentation
Spyder is a powerful scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It features a unique combination of the advanced …
Editor — Spyder 5 documentation
Spyder can optionally highlight syntax errors, style issues, and other potential problems with your code in the Editor, which can help you spot bugs quickly and make your code easier to read …
Overview — Spyder 3 documentation
Fully customizable keyboard shortcuts editor. Selection of a custom Python interpreter to use for consoles. Choice of 10 built-in syntax coloring theme, or create your own. Toggle automatic …
Spyder: The Scientific Python Development Environment — …
Spyder is a powerful scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It features a unique combination of the advanced …
Install Guide — Spyder 5 documentation
You can install Spyder with the pip package manager, which is included by default with most Python installations. Before installing Spyder itself by this method, you need to download the …
IPython Console — Spyder 5 documentation
Automatic code completion. Real-time function calltips. Full GUI integration with the enhanced Spyder Debugger. The Variable Explorer, with GUI-based editors for many built-in and third …
Working with Spyder — Spyder 5 documentation
To analyze a file that is open in the Editor, we can press the configurable shortcut, F8 by default, or select Source –> Run code analysis from the menu bar. We can also select a file to analyze …