Python Learning, The world of Super
Python is a multi-paradigm, dynamically typed, multipurpose programming language. It is designed to be quick to learn, understand, and use, and enforces a clean and uniform syntax.
Python Installation:
Download the Python Installer binaries
Once the installer is downloaded, run the Python installer.
Select Customize installation and check all the checkbox
Click Next.
Next, Select all the checkbox in advance option
You will see a Python Setup Successful window, Once the installation is over.
You can see that Python is successfully installed
Run the python with below command
python filename.py
Example:
python 01_helloworld.py
That's it for this article.
See you in next article, have a great day.