Ticker

6/recent/ticker-posts

Header Ads Widget

Responsive Advertisement

Python Complete Tutorial for Free - #1 Introduction and installing IDE's.

 Python Complete Tutorial for Free - #1 Introduction and installing IDE's.


Python Complete Tutorial for Free




Introduction To Python

Python is a High - level Programming language. It was invented in 1991 by Guido van Rossum.

What can we do with Python ?

  • Web Development ,
  • Software Development,
  • Mathematics,
  • System Scripting.

Installing an IDE...


I personaly use VS Code and Jupyter lab but if you are a bargainer so i suggest you to use Pycharm which is very user - friendly to use.

Download Pycharm here.
Download VS Code here.


Writing Our First Hello World Program !


For Writting our first hello world program we have to use print() Function and inside this we have to write hello world quoted inside Doube or Single inverted Commas.
Like this --
print("Hello World")

Output:
Hello World

Thanks for Reading..

Post a Comment

0 Comments