Translate

Introduction To Python

 CHAPTTER                     INTRODUCTION TO PYTHON PROGRAMMING

      1            


Python is a very interactive programming language. with simple syntax which make it easy and interactive python was developed by Guiodo Van Rossum in 1991.




Let's talk about IDLE 

                                    IDLE stand for Integrated Development and Learning Environment  in this you can type your code and compile and run it in this shell is also included while using python shell you just have to write code and run it but you can not save it and run again so you always should have to use IDLE to write the code.     

now let's start practical before start practical you have to install IDLE to Download the Python  IDLE just click on Download

                                                                


After download just simply install it and open, you will see something like this 

 
now let's write our first program "Hello World"
To create a new project press ( ctrl+n ) now save it an write the code

After write the code to run it just press F5 buttons
And you will get result 

same as if you want to add some no just write the code 
print(5+5)
and press enter 








 




Post a Comment

1 Comments

  1. Thanks for coming please share this blog with your friends

    ReplyDelete