Crus4

logo

How to Download Python & PyCharm on Windows 10


Table of Contents

Hi guys, in this article we will see how you can install Python and PyCharm IDE on your operating system.

Download and Install Python

Python comes pre installed in many PCs. In order to check if you have python installed or not, simply open your command prompt and type python –version.

Here you will find out did you have python installed or not.

If you don’t have python installed on your computer, you can install it in just few steps. Simply open your browser, and type python in the search bar. The first link that will appear their is from python. org just click on it. Then you will see something like that interface.

Now go to downloads.

And here you can download Python on your operating system.

Once the Python is downloaded on your computer, click on it and select Install Now.

Once the installation is done you will see this pop-up window which shows Setup was Successful,

Now click on close. So that is it, now the Python is successfully installed on your Computer.

Download and Install PyCharm

Once you have installed python, now it’s time to download PyCharm IDE on your operating system. So to install PyCharm you have to follow few simple steps:

Step 1:- To download PyCharm open your web browser and search for Download PyCharm. The first you will see there is from jetbrains, just click on it:

Step 2:- After clicking on the link you will see something like that interface.

Here you can see below the Download option, there are three options (Windows, Linux, Mac), select anyone according to your operating system, then click on Download under the community section.

Step 3:- Once you click on the Download button, it will take you to this page, which displays Thank you for downloading PyCharm!

Just wait for few minutes until your downloading starts.

Step 4:- Once the PyCharm is ready to start downloading on your computer, it will ask you where you want to store this file, you can store it where you want. You can also change it’s name if you want.

Step 5:- Once it’s done the PyCharm starts downloading on your computer.

Now wait for few seconds until the downloading process is completed.

Step 6:- Once the downloading is completed, open the PyCharm and you will see this interface:

Click on Next. After that it may ask you some more permissions just keep allowing it.

Step 7:- After that you will see something like that interface, which displays installation options:

select PyCharm Community Edition, and click on next.

Step 8:- After that, you will see this interface:

click on install and the PyCharm will start installing on your computer.

Step 9:- Once the installation is complete, you will see this interface:

click on Finish, and the PyCharm is successfully downloaded and installed on your computer.

Now we have successfully Downloaded and Installed Python and PyCharm on our computer.


Related Articles

Python Tutorial For Beginners

How to Download Python & PyCharm on Windows 10 – crus4