spyder3
Python IDE for scientists (Python 3)
Install
- All systems
-
curl cmd.cat/spyder3.sh
- Debian
-
apt-get install spyder3
- Ubuntu
-
apt-get install spyder3
- Arch Linux
-
pacman -S spyder3
- Kali Linux
-
apt-get install spyder3
- Fedora
-
dnf install spyder3
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install spyder3
- Raspbian
-
apt-get install spyder3
- Dockerfile
- dockerfile.run/spyder3
spyder3
Python IDE for scientists (Python 3)
Spyder (previously known as Pydee) is a free open-source Python development environment providing MATLAB-like features in a simple and light-weighted software This package provides the application for Python 3.
python3-spyder
Python IDE for scientists (Python 3 modules)
Originally written to design Spyder (the Scientific PYthon Development EnviRonment), the spyderlib Python library provides ready-to-use pure-Python widgets: source code editor with syntax highlighting and code introspection/analysis features, NumPy array editor, dictionary editor, Python console, etc. It's based on the Qt Python binding module PyQt4 (and is compatible with PySide since v2.2). This is the Python 3 version of the package.