You can use your os package manger to install Python and any other optional packages:
You can also install Python from source:
https://devguide.python.org/getting-started/setup-building/
You can check your installation:
Installing a new Python package (with the "
--user" flag, the package will be installed for the specified user only):
Upgrading an existing package:
You can use the same command to upgrade pip:
Accessing Python Shell:
Execute a Python program in file: