Skip to main content

Grundlagen - Installation

Python Installation unter Windows

1. Download von Python

PythonWebseite.png

  • Gehe auf die offizielle Webseite: python.org
  • Klicke oben auf Downloads.
  • Lade die aktuelle Version herunter (z.B. 3.13.7) Downloads.png
2. Installer starten
  • Öffne die heruntergeladene Datei (z.B. python-3.13.7-amd64.exe) dOWNLOAD.png
  • Es erscheint das Installationsfenster PythonInstaller.png
3. Wichtige Einstellung setzen
  • Haken setzen bei: Add python.exe to PATH AddPythonToPATH.png
  • Klicke dann auf Install Now.
4. Installation abwarten
  • Python installiert (inkl. IDLE und pip).
  • Nach kurzer Zeit erscheint eine Meldung, dass die Installation erfolgreich war. InstallationSuccess.png
5. Testen
  • Öffne die Windows Eingabeaufforderung (CMD) oder Powershell CMD.png
  • Gib ein:
    • python --version 
      
  • Es sollte die installierte Version angezeigt werden, z.B. Python 3.13.7 CommandVersion.png