पाइथन (Python) language क्या है?
Python is a programming language. Its first version was released in 1991. In this article, we will learn about python language. So far 3 versions of Python have been launched, out of which the latest is Python 3.8.
Table of Contents
पाइथन क्यों सीखें?
Python is currently one of the fastest growing languages in the world. It is a multidimensional language that is used in web development, app creation, games, and future technologies such as big data and artificial intelligence.
Programs written in Python language are smaller than other languages.
Now here we will start Python programming. First of all, we will know below how we will download Python.
पाइथन डाउनलोड करना-
For this, first of all you go to Python’s website. The name of the website is https://www.python.org. If your computer is on the Windows operating system, click where the blue arrow is made, as shown in the image below.
For another operating system, go to the https://www.python.org/downloads/ link and select the Python download link with your computer’s operating system
After clicking on these links, the file will be downloaded to your computer. After double-clicking this file, you will get instructions for performing Python installation. Most of the times Python will be installed in the C drive of the computer.
पाइथन एडिटर को डाउनलोड करना-
After installing Python, we will download the Python Editor. For this, go to this link – https://www.jetbrains.com/pycharm/
Select Windows, Mac or Linux as shown in the image below.
After that select the Community Edition and click on it to download the pycharm editor
After that the file will be downloaded to your computer.
After double-clicking this file and following some further instructions, this editor will be installed in your computer. While installing, keep in mind that you select the option to create a shortcut on the home screen.
After installing, the logo of pycharm software will appear according to the picture below.
In this way, we have installed python in the computer. In the next article we will start learning Python programming.
Recent Comments