Install Python on Windows:
In this Install Python on Windows blog, we will look at how easy it is to get started with setting up and installing Python on Windows. It involves a few simple steps to get you started with Python for Windows quickly.
We will be checking out the following topics in this Install Python on Windows blog:
Introduction To Python
Python is a very versatile language. It has thousands of libraries and modules to work with.
Personally, I think Python is really fun to work with when compared to all the other languages out there. It is very beginner friendly which is very important and the syntax is very simple to figure out. As a beginner, think this is very vital when starting out with a language.
Best of all, no semicolon, right?
Well since Python and most of its libraries are open source it has gained a lot of traction among startups and the industry as well. And this definitely leads to millions of happy learners across the globe.
Everything from web development using Django and bottle. Mathematical computations using Numpy, designing your own GUI using Tkinter and making your own games using Pygame and so on.
Next up on this Install Python on Windows blog, we will look at why Python is so popular.
Why Is Python So Popular?
If you can recall a few years ago, people told python was the next big thing. Well, they were true. In today’s situation, it is a big thing!
Well for starters we all feel a bit let down or lagging when we start learning new languages whether you’re a beginner or a pro right? It may be because of the sheer concepts or something that confuses you or doesn’t give you a good picture.
Well, in my personal opinion, python solves all of my headaches with the languages that I have learned and if I had to start with a language from scratch I would choose python for sure, no two thoughts about it.
It is very beginner friendly and the syntax is extremely simple to read and follow through
This definitely makes us all happy and surely yes, python has millions of happy learners across the globe!
I cannot begin to tell you how fun it is to work with python and I am sure you will share the same opinion at the end of this “Install Python on Windows” blog.
Next up on this “Install Python on Windows” blog, we will look at why you should consider learning Python.
Why Should You Learn Python?
Python is a general-purpose language. It has a wide range of applications from Web development (like Django and Bottle), scientific and mathematical computing (Orange, SymPy, NumPy) to desktop graphical user Interfaces (Pygame, Panda3D).
The syntax of the language is clean and the length of the code is relatively short. It’s fun to work in Python because it allows you to think about the problem rather than focusing on the syntax.
Every Fortune 500 company that exists today uses Python in one way or the other. You don’t even have to do any digging to know this fact. Again, as I said Python is extremely popular among both startups and established industry giants.
Next up on this “Install Python on Windows” blog, we will look at how we can go about installing Python.
Installing Python On Windows
Installing Python on Windows is a slightly longer process when compared to installing Python on Linux. In Linux, it is as easy as running a command and having it set up. With Windows, it takes a slightly different route.
Step 1: Download the Python 3 Installer
- Open a browser window and navigate to the Download page for Windows at python.org.
- Underneath the heading at the top that says Python Releases for Windows, click on the link for the Latest Python 3 Release – Python 3.x.x. (As of this writing, the latest version is Python 3.8.5.)
- Scroll to the bottom and select either Windows x86-64 executable installer for 64-bit or Windows x86 executable installer for 32-bit.
Step 2: Run the Installer
Once you have chosen and downloaded an installer, simply run it by double-clicking on the downloaded file. A dialog should appear that looks something like this:
Then just click Install Now. That should be all there is to it. A few minutes later you should have a working Python 3 installation on your system.
You can refer this video
Conclusion
I hope this tutorial helps you in learning how to install and set up Python on your Windows machine.
Got a question? Please mention it in the comments section of this “Install Python on Windows Tutorial” blog and I will get back to you as soon as possible.