{{tag>python}} ====== 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]] cd your_project_folder virtualenv your_project source your_project/bin/activate {{youtube>5iWhQWVXosU?}} {{youtube>DbEjOOcXv5A?}} ===== PIP - Package Manager für Python ===== {{page>python:pip&noheader}}