Python Programming for the Absolute Beginner

Python Programming for the Absolute Beginner

Python is an open source high level interpenetrated general purpose language. It was first time developed by Guido van Rossum in 1991. The main purpose of its development is readability and reduction of curly braces from the code and present it in an efficient way that is easily understandable by the humans.Like other programming language Python also provide facility of object oriented programming other than object oriented programming python also provide facility of structural programming.
Because it is open source language it has many libraries that is the main reason of its popularity among the developers.Almost it has libraries for every type of work developer does not need to write the code for whole problem statement he/she has to only import library related with his/her work.


Python releases 

Python 2.0

Python 2.0 released in 2000 it has features like list ,list comprehension and garbage collection system capable of collecting reference cycles.

Python 3.0

Python 3.0 released in 2008 it has many changes as compared to python 2.0 its syntax is completely changed as compare to previous version syntax in some areas.

Python 3.8.1

Know a days python 3.8.1 is the latest release of python series. it has many features and improvements which we will discuss later in another article.


For More Knowledge Visit Python Official site

Comments

Popular posts from this blog

Python full course in hindi

Big O Notation Solved Examples