Python – Explained In 200 Words

Python is an interpreted high-level general-purpose object-oriented structured programming language. Its effective object oriented approach helps programmer to write a clear code. According to PYPL, It is the language in all 5 Country (US, India, Germany, United Kingdom, France).

Python is easy to learn, powerful programming language. It doesn’t use a compiler rather uses “interpreter” to run its code which makes it perfect for scripting application development.

Just Like NodeJS, Programmers can easily install “Python Modules” using pip in their OS Terminal. Therefore they can use pre-existing function to use in their program without writing it again from scratch.

Python doesn’t require semi-colon at the end of a line or uses curly brackets to delimit blocks. Rather it uses whitespace(four space) to indicate.It is a case-sensitive programming language.

Python is highly syntax efficient like you can put multiple variable in one line. Just like any other language, it uses stastements like if , else, return etc. A simple calculation can be done by only writing “2 + 2” in python terminal.

Python use mostly used for small projects and high level projects like server side application, machine learning, data analysis. It has a huge ecosystem like tensorflow,django and libraries like opencv for computer vision.

Leave a comment

Design a site like this with WordPress.com
Get started