Checking Python Version
After installation, we can check the Python version. To do this, run the following command in the terminal:
python --version
Knowing the installed Python version is very important. At the moment, there are two main versions of Python: 2 and Python 3. However, the final version of Python 2 is deprecated and no longer supported. This means that it will not receive bug fixes or updates. The only current version is Python 3.0 and higher. All lessons in this tutorial are prepared specifically for this version.
Find out your Python version.