Thursday 5 February 2015

Simple way to learn python

Feature of Python:-
Python has following features which enforce you to learn it.
1. Simple and Easy to learn:- Python programs are written in simple English as pseudo-code fashion. That's why it is easy to learn and write.
2:-OOP {Object Oriented Programming}:- Python is purely Object Oriented programming language. Python supports procedural-oriented as well as object-oriented programming. Python program is built around procedures {reusable pieces of program }. Python object-oriented programs are built around objects which combine data and functionality in object.
3:-Multi OS support and Portable:- Python supports almost all Operating Systems available. It comes by default with Linux OS. You may write code at one platform and can run on other platform .
4:-Free, Open Source and Massive  Community Support:- Python is Open Source means you can freely distribute copies of its software, read its source code, make changes to it, and use pieces of code in new free program. Python has a massive community support. So if you have any query about python, go and ask. Defiantly you got answer.
5:-Last but not least, Library:-  The  Python  Standard  Library is huge indeed.

No comments:

Post a Comment