I will dive straight
into the topic without writing much. Follow these steps : -
1. Download the latest Python installer from the
official site https://www.python.org/downloads/.
2. Make sure you use the same architecture of the
installer as of your PC. If you are not sure about your system architecture,
then use the 32-bit version.
3. After you have downloaded it double click the
installer to execute it.
4. Click on Next.
5. Make sure the following are ticked-
1. Associate files with Python
2. Create shortcuts for installed applications
3. Add Python to environment variables
4. Precompile standard library
6. Wait for installation to complete.
Writing your first Python program
print("Hello World!!")