Installing python and PyCharm is very easy. Just follow the steps below.
Python:
1. First Click on the Installer. If you don't have the installer
2. Activate Add Python 3.7 to PATH checkbox and click install now.
![]() |
Install Python and PyCharm |
3. It will be installed. Click Finish.
![]() |
Install Python and PyCharm |
PyCharm:
1. Click the installer. Then click next. If you don't have it
![]() |
Install Python and PyCharm |
2. Choose the Install location and click Next.
![]() |
Install Python and PyCharm |
3. Activate .py checkbox and 64-bit launcher(If you need a desktop shortcut.)
![]() |
Install Python and PyCharm |
4. Choose the Start Menu Folder and click Next.
![]() |
Install Python and PyCharm |
5. Click Finish.
![]() |
Install Python and PyCharm |
6. Open Pycharm. Then click on Create New Project.
![]() |
Install Python and PyCharm |
7. Click down button on The project interpreter new virtualenv environment. then select the Base interpreter(python 3.7) and click Next.
![]() |
Install Python and PyCharm |
8. Right-click on your project.
![]() |
Install Python and PyCharm |
9. Goto New>Python File.
![]() |
Install Python and PyCharm |
10. Give it a name and click Enter on your keyboard.
![]() |
Install Python and PyCharm |
Now you can write your python code. Have fun.