Trust me I am going to get you through this entire language.
We're going to talk about all the core and important concepts in python.
We're going to look at everything you need to know to start programming in python and start being confident in writing scripts and start writing programs that are awesome in doing cool things in your life.
At the end of the series of tutorial blogs.
I will help you build some cool python projects and little projects throughout these course articles.
I'm excited to be teaching you guys.
I can't wait to get started in this course and I hope you guys stick around and fall along with the course and learn this amazing programming language. I suggest you to keep practicing all the concepts when you read them here. This tutorial demonstrates how to install python onto your computer the correct way. We're also going to install a text editor that we can use to write our python programs. So the first thing to do is to install python on your computer. For that, you just need to head down to the python website.
You will have a "downloads" button over at the website something like the picture below.
So here's the thing about python there's actually two major versions of python that are in use currently there is python 2 and python 3. You can see in the download sections, there is python two, and here the latest python three version. So there's these two versions that you can download and the first thing we have to decide on which version do we want to download.
The basic difference python two is a legacy version of python which means that it's like an old version and it's not being like actively maintained or supported like officially by python any more.
Python 3 is the future of python. It's like the newest version, it's the one that's getting actively maintained and supported. So there's pros and cons to picking either one. A lot of people say like python 2 has been there for a longer period of time and so there's more resources and libraries. Therefore like there's a few more things that you can do in python than you can do in python three but then again python two is not supported and you know, five or ten years from now probably no one's going to be using it.
Python three is the future of programming languages. It's the newest version it's the one that you know it's sort of being maintained going forward.
The differences aren't very big. there are a few differences in like some syntax and just so you know little things here and there, but if you learn python three you'll be able to understand the code in this post clearly.
We are going to be learning python three so we're going to want to download python three.
I have a windows machine so I downloaded this version so, just look out for your operating system. Now you have downloaded python 3.8.5. Click on Python 3.8.5 to start downloading directly. You will now have python downloaded in your PC in a couple of minutes.When that's done downloading go to your downloads folder and you'll see a checkbox something like this:
The next step is we need to choose a text editor as we're going to be writing a bunch of code so we're going to need some environment of some sort that we can write all that code in. And really you can write python in any text editor you could write it in the note pad, it doesn't really matter but there are special text editors that are designed just for writing python code.
These are called IDEs and that stands for an integrated development environment. It's basically just a special environment where we can you know run and execute our python code.
So you can choose a compiler of your own choice be it Anaconda, Visual Studio Code, or Pycharm.
Comments
Post a Comment
If you liked the article subscribe and tell us in the comments below :