What is Python Programming ? - Cloud Network

Networking | Support | Tricks | Troubleshoot | Tips

Buymecoffe

Buy Me A Coffee

Sunday, April 16, 2017

What is Python Programming ?

Python Programming 3.6.1 Tutorials
Python is an Interpreted Language, Object-Oriented Programming Language, Powerful High-Level Programming Language with Dynamic Semantics Created by Guido Van Rossum.

Python supports modules and packages, which encourages program modularity has a design philosophy which emphasizes code readability and code reuse (notably using whitespace indentation to delimit code blocks rather than curly braces or keywords), and a syntax which allows programmers to express concepts in fewer lines of code than possible in languages such as C++ or Java.

Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together.

Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance.

The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.