Python
Pros:
It's top in the list of programming languages. It is widely accepted as the best programming language to learn first. Python is fast, easy-to-use, and easy-to-deploy that is being widely used to develop scalable web applications. YouTube, Instagram, Pinterest, SurveyMonkey are all built-in Python. Python provides excellent library support and has a large developer community. The programming language provides a great starting point for beginners. Talking about those who are looking for a better job, you should definitely learn Python. A lot of startups are using Python as their primary backend stack and so, this opens up a huge opportunity for full-stack Python developers.
Sample “Hello World!” program in python:
print "Hello World!"
Pros:
- Simple and easy-to-understand syntax.
- Object-Oriented Programming-driven.
- Supports imperative and functional programming.
- Extensive library.
- Supports multiple platforms (Web and mobile computing).
- Python is easily extensible with C/C++/Java code.
- Open Source and large community support.
Cons:
- Python is slow.
- Weak in mobile computing.
- Has limitations with database access.
- Despite being open-source, there is no commercial support point.
- Since Python is dynamic, more errors show at run-time.
Comments
Post a Comment