Learn Python in 60 days and create several projects in different categories like interactive and non-interactive projects.
- Install python from this official website: https://www.python.org/downloads/
- Verify Python installation successfully using the following command(s)
-
python --version
or
-
py - Ex: py -3.16
-