You are on page 1of 2

What Is

Programming
What And
Is Programming
Why To ?
As I am using Hindi andLearn
EnglishPython
language for talking with you
all , when we have to talk to the computer , we have to use
the programming languages because computer cannot
understand our Hindi , English or any other language. It only
understands machine language which is very hard to deal
with for us so we have created programming languages
which makes it easy to talk with a computer.
Why To Learn Python ?
Python is a high-level, general-purpose programming
language. It is on high demand in the industry and it is very
easy to learn and master it. It is an object-oriented
programming language as well. There are many things which
can be done using python like Data Science , Machine
Learning , We Development , etc.
Installing VS Code
Visual Studio Code OR VS Code is an amazing IDE which is
launched by Microsoft. IDE stands for Integrated
Development Environment. It provides us an amazing
interface to code. It has many cool features which will hep us
in minimizing our hard work.
Installing Python Interpreter
Computer can only understand the machine language so it is
obvious that the computer has the power to convert
programming language into the machine language. In the
case of python , the power to convert programming language

1
What Is
Programming
into the machine language
Andcomes
Whyinto
To the computer through
Python interpreter which we have
Learn to install externally as it
Python
does not come built in with the computer.

You might also like