New project python in PyCharm

Fangky Ristiawan
2 min readMar 30, 2021

Pycharm is a code editor or special integrated development environment (IDE) for the python programming language It is very easy if we use pycharm to create our python project. Because pycharm has many features to support the creation of a python project.

The first open the Pycharm application that is already installed for how to install it, you can see here : How to start a python project

Klik new project

Then,you can choose the folder that you will create for our new project and klik Create.

This means we can create our project here.

next, we try to make a simple python program and run it. you can create new file with name example.py

Right klik -> New -> Python File -> name your file “ example.py”

You can make a simple python program for trial. like the example above by typing

print('Hello World')

And run it with klik icon play in the top right corner.

if successful, a string will appear in the terminal like the example above.

--

--

Fangky Ristiawan

About learning all programming languages, for discussion please contact my email : fangkyistiawan@gmail.com