Installing Python in Computer



 Let's understand how to install python on your computer so that you can practice coding without the internet.

Here is step by step process of installing python:

Downloading Python Setup:

website img


Visit Here and hover on the DOWNLOAD tab. It will show a recent version of python for your OS.

Click on the given button and it will start downloading python for you.

NOTE: If you don't find Python for your OS, again hover over the "DOWNLOAD" tab and click on the option with your OS. On the next page, jump bottom and download any version of Python 3.x series (recommended >3.5).

Installing Python Setup:

website img


Double click on the .exe file and click on the INSTALL NOW option to start installing python on your computer.

NOTE: Please check to add python3.X to the path check box to add python in your command Prompt.

NOTE: Above process of installation is for the WINDOWS system. Options look similar for other OS also.

Running Python in your system:

website img


Search for IDLE and Open it.
* If open correctly, you have a screen called "Shell" in front of yourself.
* You can write print("hello world") and press enters to run your first program.
* You always write your code in front of >>> with space(don't remove if it is given).
* Whatever you write in Shell, runs immediately.
* Shell is only used for testing and learning purposes, no program will save forever in idle.
* you can create a python file by File > New.


Read Our Othe Blogs At:

https://thecodepanda.in/blog/python.html

Follow us On Other Platform:

Facebook             Instagram             Youtube             Website


Comments

Post a Comment