ads

Python Introduction and How to Install Python (Python for Hackers Part-1)


Hello guys and welcome to my blog. In this series, we will learn Python programming language and this is the first tutorial in this series. Here in this tutorial we will learn about the history of python and next why Python that is why we need to learn Python, next where to use Python alright.

Follow by email for regular updates of this series.

So computer is nothing but it is an electronic device or it is also called as Programmable device or computational device, and these computers are not self operated device that's nothing but computers need to get instruction from someone, that someone who will give instruction to the computer is called as “PROGRAMMER”or “DEVELOPER” and this “PROGRAMMER” or “DEVELOPER” will give instruction to the computer and this group of instruction is called as “PROGRAM” and to write this program we need language and those languages are called as “PROGRAMMING LANGUAGES".

There are many programming languages are present and here in this series we will discuss about the Python, so we will use Python to write the program. So this Python programming language is a GENERAL PURPOSE LANGUAGE, that's nothing but we can use this language to develop different types of softwares.

Very Short History:This Python programming language was created by the “Guido Van Rossum” in early 1990’s and the name “Python” came from one of the most popular show “Monty python's flying Circus” from here he got the name Python. And in Python there are different version and this Python 1.0 was released at 1994 Jan and this second version was released in 2000 October and 3rd version 3.0 was was released in 2008 December. So these are the three version of python and Python 3 is the new version.

Why Python ? Where to use  Python ?

1. It's because it is a beginner friendly language, if you are a beginner then this language is the best language to start with.

2. It is very easy to understand, as i said Python is a high level languages so it reads like English so Syntax will be very easy in this language so it is very easy to understand this language.

3. It is easy to maintain as well as it is a portable language. Portable is nothing but we can run this python code in variety of hardware platforms.

This is the beginner friendly, easy to understand, Easy to maintain. so if you are beginner and you don't have any knowledge about the programming then Python is the best language to learn first.

Where we can use Python: Python is the one of the most popular programming language and it can be used for backend web development, data analysis, to build Artificial Intelligence and scientific computing. We can build games, desktop apps, 3D graphicsand to create desktop GUIs, GUI stands for “graphical user interface” right, so in this fields we can use Python programming language . So this is about the introduction part of Python programming language.

How to Install Python ?

Installing Python is very easy process. Just follow the steps mentioned below and you will be ready to use Python on your system:-

1. Open any browser(Chrome is recommend as it is fast) and search go to python.org


2. Now, to download python, go to DOWNLOAD TAB and then click on ALL RELEASES.


3. There you will see different versions of Python. Look for the latest version of Python and click on it.


4. You will be able to see all the related information about that version. Just scroll down, you will see different download links according to different systems. How example, if you are using Windows 64 bit, click on Windows x86-64 executable installer . (You can check your system information in PROPERTIES)


5. Now you will get a pop up menu for saving the file. Just click on SAVE or SAVE AS(to save in desired location/path). Wait for the file to download.

6. When the download is completed, go to the file location and DOUBLE CLICK on that file.

7. You will see an installation Popup, CHECK the ADD PYTHON TO PATH option and then click on INSTALL NOW option.


8. You will able to read SETUP WAS COMPLETE in the Popup.

You have Python installed in your System. To check whether Python is working or not, go to START and search for Python, you will see PYTHON IDLE.

To check whether it's working or not, type

print("welcome")

You will see welcome as output, if not then something is wrong,check the installation part again. If still getting error then comment below.


###Don't forget to FOLLOW BY EMAIL for regular updates of the Course###

Post a Comment

0 Comments