PyCharm IDE Installation Instructions
PyCharm IDE Installation Instructions
Windows :
https://www.jetbrains.com/pycharm/download/#section=windows
Click ‘Next’
3) Select an installation directory or leave it to the default directory and click Next
Programming in Python3 IACC - 2017 PyCharm IDE Installation
4) The Next step is optional, if you know OS type select either 32 or 64 bit else click ‘Next’
Programming in Python3 IACC - 2017 PyCharm IDE Installation
Verifying Installation
If this is the first time the IDE is being opened you would see the following window. Select Do
Not import settings and press OK.
Programming in Python3 IACC - 2017 PyCharm IDE Installation
Press OK
2) Click on ‘Create New Project’, this will create a new Python project within PyCharm
4) Right Click on Test undr Projects panel on the left side of the screen, select New -> Python File
5) You will see a new tab test.py open up. Type the following in the tab :
print(‘Hello World!’)
Programming in Python3 IACC - 2017 PyCharm IDE Installation
6) On the top of the window goto Run and under the drop down click Run. A new window will
open, select ‘Test’ to run the code.
A new panel called Run will open on the bottom of the window and you would see ‘Hello World’
printed.