python

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
python [05/03/2024 - 10:52] – Externe Bearbeitung 127.0.0.1python [10/09/2024 - 07:25] (aktuell) thommie4
Zeile 1: Zeile 1:
 ====== Python ====== ====== Python ======
  
-https://docs.python.org/3/tutorial/+===== 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 PIPX Install and Run Python Applications in Isolated Environments
  
-https://pypa.github.io/pipx/+[[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/]] 
 + 
 +<code> 
 +python3 -m venv /home/BENUTZER/venv-test 
 +</code> 
 + 
 +**venv reaktivieren**
  
 +<code>
 +source /home/BENUTZER/venv-test/bin/activate
 +</code>
  
  • python.1709635959.txt.gz
  • Zuletzt geändert: 17/08/2024 - 07:06
  • (Externe Bearbeitung)