Python Complete Tutorial for Free - #1 Introduction and installing IDE's.
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.
Download Jupyter lab 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..
0 Comments
If You Guys Have Any Doubt So, Please Comment Down Below !