Python Online Tutorial
Python
Python is a popular programming language. It was created by Guido van Rossum, and released in 1991.
It is used for:
- web development (server-side),
- software development.
What can Python do?
- Python can be used on a server to create web applications.
- Python can be used alongside software to create workflows.
- Python can connect to database systems. It can also read and modify files.
- Python can be used to handle big data and perform complex mathematics.
- Python can be used for rapid prototyping, or for production-ready software development.
Python Syntax
print(“Hello India”)
Python Installation:
Python software installation step by step is given below:
- Go to search box and type cmd than Entre.

Type python >> Enter.
Then you will see the version of python, in your PC/ Laptop.
If you see no result after typing python in cmd then do not worry about that, i will show you how to install python in your PC/Laptop.
Install Python in Your PC:
Step 1: Go to https://python.org
Step 2: Go to Downloads, then you will see the version of python. click to download the python version.

Step 3: Install the software once download it.

Step 4: Now you will Successfully install the python software in your PC / Laptop.
Step 5: Now Check the whether python install in your PC or not by following given method.
Go to Search Box >> cmd >> type – python >> Enter.
Now you will see python version in your PC that means, python installed successfully in your PC.
Install IDE in PC/Laptop:
Step 1: Your PC must be connected with the internet.
Step 2: Go to cmd >> pip install jupyter >> Enter
After couple of minutes Jupyter successfully installed in your PC/Laptop.
Run Jupyter to write Code:
Step 1: Run cmd >> jupyter notebook >> Enter

It may ask you to open jupyter in your browser, select the browser now.
Now Click on New >> Python 3.

Now its time to write code in the box, then click on Run.
