Create the first Program

In the previous Tutorial, we completed the installation and setup of Python. Now we create the first program
Start Pycharm

Print Hello Program in Python


Step:-1 Open Picharam Editor. You will see on the introductory screen of Picharam. Click on 
" Create New Project"  option to start the project.
Create a new project


Step:-2  You will need to select a location.

change folder name 


  • You choose your location where your project is created. If you do not want to change the location, then change to the last one where there are untitled, take something like a new project.
Click  on create

  • Then click on the "Create" button

Step:-3 Now you go to the "File" menu and select the "New" and  Select "Python file".
add new file


Step:-4  A New pop up will appear. Now you name your file like "Hello world". And click on "ok"

Create the name of the file


Step:-5 Now type an easy program, print "Hello World".




Step:-6 Now you can go to the "Run" menu and select "Run" to run the program.
Run the program
Click on the  small "run" icon or shortcut key "alt+shift+F10"

Output:-
Output


Click here to install and setup the Python