top of page

What is Python

 

Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for its elegant syntax and readable code, if you are just beginning your programming career python suits you best. With python you can do everything from GUI development, Web application, System administration tasks, Financial calculation, Data Analysis, Visualization and list goes on.

  • Python is an object-oriented, high level language, interpreted, dynamic and multipurpose programming language.

  • Python is easy to learn yet powerful and versatile scripting language which makes it attractive for Application Development.

  • Python supports multiple programming pattern, including object oriented programming, imperative and functional programming or procedural styles.

  • Python is not intended to work on special area such as web programming. That is why it is known as multipurpose because it can be used with web, enterprise, 3D CAD etc.

  • We don't need to use data types to declare variable because it is dynamically typed so we can write a=10 to declare an integer value in a variable.

  • Python makes the development and debugging fast because there is no compilation step included in python development and edit-test-debug cycle is very fast.

Features

 

  1. Python is interpreted language

  2. Python is Dynamically Typed

  3. Python is strongly typed

  4. Write less code and do more

  5. Python is Interactive

  6. Easy-to-learn read maintain

  7. Portable and scalable
     

Applications

  • GUI application.

  • Create Websites.

  • Scrape data from website.

  • Analyse Data.

  • System Administration Task.

  • Game Development.

© 2015 Thirumurugan

bottom of page