#2 - Installing python in our system.

Installation

Hey! So let's start our journey. But for that, we need python to be there on our computers so we need to download it from the official site of python.

Let's get started by installing python.

Use the official site of python to download python.

python.org/downloads

Download Python


What about the version?

The latest version when this blog is being made is Python 3.9.1 but it may differ when you are reading this.

Not to worry as there will be no major change in it so you can also go for the latest version you are getting.

Do we need to set up any type of environment?

One of the major advantage that python gives you is that it doesn't need any environment setup like other programming languages and all you need to do is to download and install it. So simply download the file and then run it.

What next?

Now we need to decide which IDE we want to use. In easy language, IDE is just a software that we use to write code in. There are many IDEs available and you can go for any. But it is important to choose the right IDE as it affects our productivity.

Which IDE?

Comments

Post a Comment

Popular posts from this blog

Comments

#1- Let's Learn Python In the least possible time

Dictionaries