You are on page 1of 14

POLYTECHNIC UNIVERSITY OF THE PHILIPPINES

OFFICE OF THE VICE PRESIDENT FOR BRANCHES AND CAMPUSES


SANTA ROSA CAMPUS

Computer Programming
CMPE 20022

INSTALLING PYCHARM
ACTIVITY 1

Group 6
Gonzales, Anne Michelle A.
Hatulan, Jamie Reine S.
Mararac, Jhon Louie A.
Tumazar, Jeremy Ivan D.
POLYTECHNIC UNIVERSITY OF THE PHILIPPINES
OFFICE OF THE VICE PRESIDENT FOR BRANCHES AND CAMPUSES
SANTA ROSA CAMPUS

A Guide for Installing PyCharm IDE

Installation Steps:
Step 1: First, we must have Python. In order to download and
install it, open the Microsoft Store.

Step 2: Click the search button and type “Python". Click the
latest version which is Python 3.9.
POLYTECHNIC UNIVERSITY OF THE PHILIPPINES
OFFICE OF THE VICE PRESIDENT FOR BRANCHES AND CAMPUSES
SANTA ROSA CAMPUS

Step 3: Click “Get" and wait for it to download.

Step 4: To install PyCharm IDE, click the following link below or


open your Web browser and go to:
https://www.jetbrains.com
Next, click the search button and type “PyCharm"
POLYTECHNIC UNIVERSITY OF THE PHILIPPINES
OFFICE OF THE VICE PRESIDENT FOR BRANCHES AND CAMPUSES
SANTA ROSA CAMPUS

Step 5: Click download under Community. Community package


is for free and includes basic features needed for installation.

Step 6: Now click the downloaded installation file. When the


following window appear, click 'Next' and the installation
process will begin.
POLYTECHNIC UNIVERSITY OF THE PHILIPPINES
OFFICE OF THE VICE PRESIDENT FOR BRANCHES AND CAMPUSES
SANTA ROSA CAMPUS

Step 7: You can choose the destination folder of the file or


simply stay on the default path. Click Next to proceed.

Step 8: Check the following as shown below, then click Next.


POLYTECHNIC UNIVERSITY OF THE PHILIPPINES
OFFICE OF THE VICE PRESIDENT FOR BRANCHES AND CAMPUSES
SANTA ROSA CAMPUS

Step 9: You can choose the Start Menu Folder or set is as


default. Then, click Install.

Step 10: Please wait for several minutes to install.


POLYTECHNIC UNIVERSITY OF THE PHILIPPINES
OFFICE OF THE VICE PRESIDENT FOR BRANCHES AND CAMPUSES
SANTA ROSA CAMPUS

Step 11: To setup PyCharm Community Edition, just click Finish.


If you wish to run it now, click “Run PyCharm Community
Edition" and click Finish.

Step 12: Do what is shown below.


POLYTECHNIC UNIVERSITY OF THE PHILIPPINES
OFFICE OF THE VICE PRESIDENT FOR BRANCHES AND CAMPUSES
SANTA ROSA CAMPUS

Step 13: Choose between “Darcula" and “Light" in UI Theme. To


further setup PyCharm, click “Next: Featured plugins". If you
wish to skip setup, just click “Skip Remaining and Set Defaults".

Step 14: You can now see the introductory screen of PyCharm
Community Edition.
POLYTECHNIC UNIVERSITY OF THE PHILIPPINES
OFFICE OF THE VICE PRESIDENT FOR BRANCHES AND CAMPUSES
SANTA ROSA CAMPUS

Step 15: In order to create a program, click “New Project".

Step 16: You can choose the location of where you want the
project to be created. Then, click “Create" to proceed.
POLYTECHNIC UNIVERSITY OF THE PHILIPPINES
OFFICE OF THE VICE PRESIDENT FOR BRANCHES AND CAMPUSES
SANTA ROSA CAMPUS

Step 17: Tip of the day will appear as shown below. If you wish
to skip, click “Close”.

Step 18: Right click the location of your project. Based on the
picture shown below, it is “pythonProject". Next, click “New".
Lastly, click “Python File".
POLYTECHNIC UNIVERSITY OF THE PHILIPPINES
OFFICE OF THE VICE PRESIDENT FOR BRANCHES AND CAMPUSES
SANTA ROSA CAMPUS

Step 19: You can rename your Python File as you wish. Make a
necessary name to make it organize.

Step 20: The screen will appear as shown below.


POLYTECHNIC UNIVERSITY OF THE PHILIPPINES
OFFICE OF THE VICE PRESIDENT FOR BRANCHES AND CAMPUSES
SANTA ROSA CAMPUS

Step 21: Now, you can type your own program. For example, as
shown below, type the following:
print(“YAY! I successfully installed PyCharm IDE")

Step 22: To run the program, click “Run" on the Menu and
select “Run" or simply use Alt+Shift+F10 for shortcut.
POLYTECHNIC UNIVERSITY OF THE PHILIPPINES
OFFICE OF THE VICE PRESIDENT FOR BRANCHES AND CAMPUSES
SANTA ROSA CAMPUS

Step 23: You can see the output of the program you created at
the bottom as shown below.
POLYTECHNIC UNIVERSITY OF THE PHILIPPINES
OFFICE OF THE VICE PRESIDENT FOR BRANCHES AND CAMPUSES
SANTA ROSA CAMPUS

Question: What problems do you encounter?


At first, when we haven't download Python yet and
already installed PyCharm Community Edition. When
we're about to create a program, the problem happened
as shown below.

Based on the picture above, it stated that, “No Python


interpreter configured for the project". So, before
downloading PyCharm Community Edition, we must need
to ensure that we have downloaded Python's latest
version and installed it in our system.

You might also like