Python PIP

0

What is programming?

Just like we use Hindi Or English to communicate with each other, we use a programming language like Python to communicate with the computer.
◼ Programming is a way to instruct the computer to perform various task.


What is Python?

Python is a simple and easy to understand language which feels like reading simple English. It's a popular programming language. It was created by Guido van Roussum and release in 1991.

-It is used for :

  • Web development (server-side)
  • Software development
  • Mathematics
  • System Scripting

-Feature of python :

  • Easy to Understand = Less development time
  • High level language
  • portable ➡ works on Linux/Windows/Mac/Raspberry Pi etc.
⏩ Let's  start Coding.......

hh

Example

print("Hello, World!")
Try it Yourself »


Tags

Post a Comment

0 Comments
Post a Comment (0)
To Top