Python-Tutorial: Wie ist die Python-Installation auszuführen? Gibt es auch eine Python online Alternative?

Python tutorial: How to run the Python installation? Is there a Python online alternative?

The Python installation is very easy to carry out for both Windows and MacOSX. Simply follow the Python tutorial:

  • Open the "Download Python" page in the browser and open Download Python 3.7.4

Windows Python tutorial for installing Python:

  • Open file with double click after download
  • An IDE called IDLE is also installed together with Python
  • Open IDLE and save under the menu item File > New Windows and file with extension .py
  • Enter and save code - Test code Python print: print("Hello, World!")
  • When testing, this simple program writes "Hello World" to the command line, go to Run > Run module

MacOSX Python tutorial for installing Python:

  • After downloading, open the .dmg file and follow the installation instructions
  • We recommend Sublime Text as a Python editor (download free text version)
  • Python installation (as with any other program)
  • Open Sublime Text under the menu item File > New File and save the file with the extension .py with File > SaveEnter and save code - Python print test code: print("Hello, World!")
  • When testing, this simple program writes "Hello World" to the command line, go to Tool > Build

With this Python tutorial, installing Python is quick and easy. Once Python has been installed, the programming can be easily tested using the test code based on Python Print. As an alternative to installing Python, Python online can also be used. This runs via the Python Online Editor. A Python tutorial is often part of a Python course or training on this topic.

Suitable training courses/seminars: