Python-IDE für Wissenschaftler (Python 2)
apt install spyder apt install python-pip
Pakete installieren direkt aus den Python Repository mit pip / pip3
ipydex - IPython based debugging and exploring
pip install --user ipydex
– im Programm –
.... .... import ipydex ST = ipydex.TracerFactory() ST() ....
—–
Python-IDE für Wissenschaftler (Python 3)
apt install spyder3 pip3 install --user ipydex
—
Software:Programmierung Programmiersprachen Python
—