DEV Community

Nashmeyah
Nashmeyah

Posted on

First Python Project

Hello World!!

Let's start making the first Python project on your machine!

Step 1) Open PyCharm Editor. You can see the introductory screen for PyCharm, click on “Create New Project”.

image

Step 2) You will need to select a location.

You can select the location where you want the project to be created.

Next, click the “Create” Button.

Step 3) Now Go up to the “File” menu and select “New”. Next, select “Python File”.

image

Step 4) A new pop-up will appear. Now type the name of the file you want (Here we give “HelloWorld!”) and hit “OK”.

Step 5) Now type a simple program - print (‘Hello World!’).

image

Now Go up to the “Run” menu and select “Run” to run your program.

There you have it!!! Your first program in Python! Simple right? Now imagine the world of things you can do with just this information and the things you can build.

Top comments (2)

Collapse
 
computergeek profile image
Amrut

Its actually good for beginners

Collapse
 
nashmeyah profile image
Nashmeyah

Thank you! Im glad it can help some!