You are on page 1of 6

LinearIndiaEducation@gmail.

com 91+9823340767

PyCharm IDE
1. Used for only programming in Python
2. Provides debugging, unit testing, integrated with version control systems, supports
web development with Django
3. Cross platform: Windows, Mac, and Linux
4. Two editions
a. Professional Edition: Paid
b. Community Edition: Free
• For education purpose, we can use the Community Edition which is free
Installation Steps
Step 1: Go to https://www.jetbrains.com/pycharm/ ( website of PyCharm)
Step 2: Click on Download button

Step 3: Select the OS and download the installer


LinearIndiaEducation@gmail.com 91+9823340767

Step 4: Open the installer ( Double click on it)

Step 5: Select Next

Step 6: Select Next


LinearIndiaEducation@gmail.com 91+9823340767

Step 7: Set all check boxes and click on Next

Step 8: Click on Install button


LinearIndiaEducation@gmail.com 91+9823340767

Step 9: Click on Finish

Note: Installation steps are done


LinearIndiaEducation@gmail.com 91+9823340767

Following are few steps to open the PyCharm IDE on Windows and creation of new project
Step A: To start PyCharm IDE, type PyCharm Community Edition in the search box on
Windows

Step B: Click on Ok button

Step C: Click on New Project button


LinearIndiaEducation@gmail.com 91+9823340767

Step D: Provide the name and path of your new project

Step E: Lets run the project

You might also like