Python Interpreter
PYTHON
Python for Developing Desktop GUI Applications, Websites and
Web Applications
Python Basics
Python was developed by Guido Van Résumé in early 1990’s and
it was published in 1991 python 3.0 was released in 2008. And is interpreted
language it’s not compiled, and the interpreter will check the code line by line.
This article can used to learn very basics of python programming language. 
# Some facts about python!!
Python is currently the most widely used multi-purpose,
high-level programming language.
Python allows programming language procedural paradigms.
Python programs generally are smaller than other to type
relatively less java. Programmers have to type relatively less and indentation
requirement of the language, makes them readable all the time.
Python language is being by almost all Tech giant companies like-
Google, Amazon, Facebook, Instagram, Prop Box, uber……etc.
The biggest strength of python is huge collection of standard libraries which can be used for the following.
-Machine Learning
-GUI Application (like kiva, tkinter, PYQT, etc)
-Web scaping (like scrapy, beautiful soup, selenium)
-Test frameworks.
-Multimedia
-Scientific computing
-Text processing and many more.
Python Features
Python provides lots of features that are listed below.
1)Easy to Learn and Use
python is easy to learn and use. It is developer friendly and high-level programming language.
2)Expressive Language
Python language is more expressive means that it is more understandable and readable.
3)Interpreted Language
Python is an interpreted language interpreter executes the code line by a line at a time. This makes debugging easy and thus suitable for beginners.
4)Cross-platform Language
Python can run equally on different platforms such as windows, Linux, Unix, and macintosh etc so, we can say that python is a portable language.
5)Free and Open Sources
Python language is freely available at official web address. The sources-code is also available Therefore it is open source.
6)Object-Oriented Language
python supports object-oriented language and concept of classes and objects come into existence.
7)Extensible
It implies that languages such as C/C++ can be used to compile the code and thus it can be used further in our python code.
8)Large Standard Library
Python has a large and broad library and provides rich set of modules and functions for rapid application development.
9)GUI programming support
Graphical user interfaces can be developed using python.
10)Integrated
It can be easily integrated with languages like C, C++, Java etc.
Comments