====== Python ======
===== Basics =====
https://www.w3schools.com/python/python_intro.asp
[[https://docs.python.org/3/tutorial/|https://docs.python.org/3/tutorial/]]
===== Installation =====
PIPX Install and Run Python Applications in Isolated Environments
[[https://pypa.github.io/pipx/|https://pypa.github.io/pipx/]]
Tumbleweed: systemweite Installation über zypper install python-xyz. z.B. python311-rsa
**venv anlegen**
[[https://wiki.ubuntuusers.de/venv/|https://wiki.ubuntuusers.de/venv/]]
python3 -m venv /home/BENUTZER/venv-test
**venv reaktivieren**
source /home/BENUTZER/venv-test/bin/activate