Python Part1 - Installation

What is Python??

It's a programming language developed by Guido Van Rossum at 1991.
It's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance.

For more information visit https://www.python.org/doc/essays/blurb/
Download Link https://www.python.org/downloads/

Visual Studio Code(VS Code)

It is a source-code editor developed by Microsoft for Windows, Linux and macOS. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git.

Download Link https://code.visualstudio.com/download

After installation,

File > Open Folder > Create your folder for this practice > Select 
Ticked the checkbox and Hit Yes


I created a file called test.py under created folder.
Now, we need to select an interpreter. 


Choose "Python(Base)" 

Enter print("Hello") Click Run button and check output