python:grundlagen

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
python:grundlagen [2023/12/05 21:33] – angelegt 185.38.49.0python:grundlagen [2023/12/05 21:35] (aktuell) – [related Articles] 185.38.49.0
Zeile 1: Zeile 1:
 +{{tag>python}}
 ====== Python Grundlagen ====== ====== Python Grundlagen ======
 +===== Links =====
 +  * [[https://www.python.org/|python.org]]
 +  * [[https://www.python.org/doc/|Python Docs]] @python.org
 +  * [[https://docs.python.org/3/|documentation 3.11.1]] @python.org
 +  * [[https://tutorialspoint.com/python/index.htm|Python Tutorial]]
  
 +===== related Articles =====
 +  * [[python:projekte|Python-Projekte]]
 +
 +
 +===== Virtuelle Umgebung =====
 +{{youtube>6Ya8McK-Z3Q?}}
 +  * venv
 +  * virtualenv
 +  * [[https://www.delftstack.com/de/howto/python/how-to-create-and-activate-a-python-virtual-environment/|Anleitung]]
 +
 +<codedoc code:python>
 +cd your_project_folder
 +virtualenv your_project
 +source your_project/bin/activate
 +</codedoc>
 +{{youtube>5iWhQWVXosU?}}
 +{{youtube>DbEjOOcXv5A?}}
 +===== PIP - Package Manager für Python =====
 + {{page>python:pip&noheader}}
  • python/grundlagen.1701808383.txt.gz
  • Zuletzt geändert: 2023/12/05 21:33
  • von 185.38.49.0