New project python in PyCharm

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

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.

--

--

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

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Fangky Ristiawan

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