What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

How to Install Python on Windows [Pycharm IDE]

Sophia

New member
PyCharm is a cross-platform editor developed by JetBrains. Pycharm provides all the tools you need for productive Python development.

Below are the detailed steps for installing Python and PyCharm

How to Install Python IDE​

Below is a step by step process on how to download and install Python on Windows:

Step 1) To download and install Python, visit the official website of Python https://www.python.org/downloads/ and choose your version. We have chosen Python version 3.6.3
How to Install Python on Windows



Step 2)Once the download is completed, run the .exe file to install Python. Now click on Install Now.

How to Install Python on Windows


Step 3) You can see Python installing at this point.
How to Install Python on Windows


Step 4) When it finishes, you can see a screen that says the Setup was successful. Now click on “Close”.
How to Install Python on Windows


How to Install Pycharm​

Here is a step by step process on how to download and install Pycharm IDE on Windows:
Step 1) To download PyCharm visit the website https://www.jetbrains.com/pycharm/download/ and Click the “DOWNLOAD” link under the Community Section.
How to Install Python on Windows with Pycharm IDE


Step 2) Once the download is complete, run the exe for install PyCharm. The setup wizard should have started. Click “Next”.
How to Install Python on Windows with Pycharm IDE


Step 3) On the next screen, Change the installation path if required. Click “Next”.
How to Install Python on Windows with Pycharm IDE


Step 4) On the next screen, you can create a desktop shortcut if you want and click on “Next”.
How to Install Python on Windows with Pycharm IDE


Step 5) Choose the start menu folder. Keep selected JetBrains and click on “Install”.
How to Install Python on Windows with Pycharm IDE


Step 6) Wait for the installation to finish.
How to Install Python on Windows with Pycharm IDE


Step 7) Once installation finished, you should receive a message screen that PyCharm is installed. If you want to go ahead and run it, click the “Run PyCharm Community Edition” box first and click “Finish”.
How to Install Python on Windows with Pycharm IDE


Step 8) After you click on “Finish,” the Following screen will appear.
How to Install Python on Windows with Pycharm IDE
 
Back
Top