Python Programming Language #5

in technology •  7 years ago  (edited)

Python is a general-purpose programming language . It has wide range of applications from Web development ( Django and Bottle), scientific and mathematical computing ( NumPy) to desktop graphical user Interfaces ( Panda3D). Python easy to use. If you want to develop GUI application then use Tkinter.

The syntax of the language is clean and length of the code is relatively short. It iss fun to work in Python because it allows you to think about the problem rather than focusing on the syntax.Python.png

The class is a fundamental building block in Python. It is the underpinning for not only many popular programs and libraries, but the Python standard library as well.

OBJECT ORIENTED PROGRAMMING
Python supporting OOPs. Object Oriented programming is a programming style that is associated with the concept of Class, Objects and various other concepts revolving around these two, like Inheritance, Polymorphism, Abstraction, Encapsulation etc.

ADVANTAGE:
It is easy to use
Less coding
Direct compile the program

DISADVANTAGE:
It is slower than JAVA

PHP-or-Python-Best-Language-for-Server-Side-Development-feature-940x400.jpg

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Hi! I am a robot. I just upvoted you! I found similar content that readers might be interested in:
https://www.programiz.com/python-programming

Not similar content found there... By the way i just updated my post!!!!

Dear, I too think Python is super-easy to code and one of the most popular programming languages. It supports most of the OOPs concepts but not encapsulation. I read and learned about Python from https://www.techbeamers.com/python-tutorial-step-by-step/. Hope it helps others too.