About Python

38 0 0
                                        

In this I will give you a short intro about python programming language. So, python is a high level programming language which was made by Guido van Rosum in the early 90's as a successor ti ABC language. There are three major versio s of python 1.x, 2.x and 3.x. Now only python 3 is supported So that's where we are heading.
Python was made to be easy for beginners and its syntex(grammer) to be readable. It is closer to english language.
Below are few reasons why you should python to be your first programming language
It is easy to learn:
It is one the most easy yet powerful programming languages which is needed ideal for almost all beginners.
● It is very readable:
Python focuses on readiblity, its syntex is close to common english there fore code is easier to maintain
● It is very famous:
Python is one of the most famous languages in the world, therefore its developers can easily find well paid jobs
● It is free and OpenSource:
It is completely free and you can downlpad it from their website "python.org".
● It has a large community support:
Python has large community support means that you can find infprmation, tutorials and books about python every where. And if you ran into a problem you will most likely find it on the internet.
It is advanced:
It supports functional, procedural as well as object oriented programming. You can program the way you want
IT is very extensive:
You can use it to bulid simple scripts,web apps, webpages, mobile or desktop applications and many other
● It is avilable on all famous formats
● Its code is short, takes comparitively less time than other language to build same project
It has a wide range of libraries

We are not even at the beginning of it, but here I have only given you a taste of what python can do......

Python Guide for BeginnersWhere stories live. Discover now