I Why I like Python Programming?
In this post, I will share why I like python programming. Python programming language was created by Guido van Rossum. It basically has there major versions namely python 1.x version, Python 2.x version, and Python 3.x version. The latest version of python is 3.7. Now let me straightly go with the reason why I like python programming.1. It is easy to learn, code and understand.
>>>The syntax of the python is so easy that anyone can get along with it. It just uses indentation and colon for its syntax. We do not need to take care of data types during the initialization of variables. It takes care of it by itself. The code is like that of natural language.2. It is well documented.
>>>You can easily find the usage of functions and libraries from the terminal itself. It is well documented. You just have to use dir() and help() function in terminal to get help on how to use it.3. It supports both OOP and Functional Programming.
>>>You can do OOP(Object Oriented Programming) and Functional Programming in python. It supports both ways of programming.4. It is interpreted programming language.
>>>It means we do not have to compile the code. We can just write the code and run it directly.5. It is an Open Source programming language.
>>>It is free of cost. You can download it and install it in your machine. Its size is also small. You can use it directly after installation.6. It has a wide range of application.
>>>It can be used for web application development like Django. It can be used for desktop application development like PyQt, Tkinter, and all. It is also used in data science like machine learning.These are few of the reasons that I like to do programming in python language. As you go on doing programming and exploring in python you will get to know more about it. So I would like to recommend that if you are new to programming, python language is best to start with.