DEV Community

Rohithaditya
Rohithaditya

Posted on

Why Python?

By the reference of to the latest TIOBE Programming Community Index, Python is one of the top 10 popular programming languages of 2017. Python is a general purpose and high level programming language. You can use Python for developing desktop GUI applications, websites and web applications. Also, Python, as a high level programming language, allows you to focus on core functionality of the application by taking care of common programming tasks. The simple syntax rules of the programming language further makes it easier for you to keep the code base readable and application maintainable. There are also a number of reasons why you should prefer Python to other programming languages.

1) Readable and Maintainable Code
2) Multiple Programming Paradigms
3) Compatible with Major Platforms and Systems
4) Robust Standard Library
5) Many Open Source Frameworks and Tools
6) Simplify Complex Software Development
7) Adopt Test Driven Development

So To Get Started And Know Most Of The Tricks You Can See My YouTube Channel For It.
My YouTube Channel Link - https://www.youtube.com/channel/UCTE0nnqFTe6uQqiJmJribXw

user = input('Whats your Name? and haven't you follow me on GitHub yet?')
print('Hello {user}')
print('Do not Forget To Subscribe Me')
Enter fullscreen mode Exit fullscreen mode

Top comments (0)