1. Use common operating systems for Python development

  • Windows: Windows 10 or later is recommended. The Windows XP operating system does not support Python 3.5 or later.

  • Mac OS: Python has been included since Mac OS X 10.3

  • Linux: Ubuntu is recommended

2. Install Python

    1. To develop Python, you need to install the Python interpreter. Because Python is an interpreted programming language, you need an interpreter in order to run the code you write.
    1. Download the Python installation package from the Python website. Here we will install Python version 3.8.5.