Python
Python 3.13
Geïnstalleerd op openSUSE Tumbleweed:
python 313… 3.13.7.1
numpy 313
scipy python313-scipy
mathplotlib python313-matplotlib
pandas python313-pandas-plot
tensorflow python313-transformers
Editor
Idle3: python313-idle – An Integrated Development Environment for Python
– Version: 3.13.7-1.1
– komt in development menu als IDLE3
– afkorting van: Python’s Integrated Development and Learning Environment (zie https://docs.python.org/3/library/idle.html)
Todo: Pyzo
– python313-pyzo – Python IDE for scientific computing
– Version: 4.11.2-2.1
– komt niet in menu?
– via zypper install pyzo komt die wel in menu, maar programma klapt onmiddellijk toe na opstartscherm.
Todo: Thonny (beschikbaar Version: 4.1.7-1.2)
– veel Raspberry Pi voorbeelden zijn daarin gemaakt
Geprobeerd: editor/IDE pycharm-community uit MaxxedSUSE
Geprobeerd: Jupyter, zie (Python jupyter notbook of notebook?)
Pyzo foutmelding: …
linuxuser@bcp4:~/dev/Python/JupyterNb> pyzo
Started our command server
Loaded theme 'Dark'
Loaded theme 'Default'
Loaded theme 'Scintilla'
Loaded theme 'Solarized_Dark'
Loaded theme 'Solarized_Light'
Uncaught Python exception: No module named 'imp'
File "/usr/bin/pyzo", line 8, in
sys.exit(main())
~~~~^^
File "/usr/lib/python3.13/site-packages/pyzo/__main__.py", line 60, in main
pyzo.start()
~~~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/pyzo/__init__.py", line 324, in start
MainWindow(None, appLocale)
~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/pyzo/core/main.py", line 96, in __init__
self._populate()
~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/pyzo/core/main.py", line 151, in _populate
from pyzo.tools import ToolManager
File "/usr/lib/python3.13/site-packages/pyzo/tools/__init__.py", line 36, in
import os, sys, imp