× Python Introduction What is Python Python Features Python History Python Applications Python Install Python Path Python Example Execute Python Keywords Constant Variable Statements & Comments Python I/O and Import Operators UnaryBinaryTernary Unary Operators Unary Minus Binary Operators Arithmetic Operators Assignment Operators Relational Operators Logicaloperators Bitwise Operator Ternary Operators Control Statements in Python conditonal Statements IF if else Else If Nested if Switch For loop Nested For Loop While Loop Nested while Loop Unconditonal Statemets Continue Break Pass FUNCTIONS Python Function Function Argument Python Recursion Anonymous Function Python Modules NATIVE DATATYPES Python List Python Numbers Python Tuple Python String Python Set Python Dictionary OOPS PRINCIPALS Encapsulation Class Variable Method Object Or Instance CreationMethod Calling OOPS Syntax And Explanation DATA ABSTRACTION Constructor Inheritance 1.Single or simple Inheritance 2.Multilevel Inheritance 3.Hierarchical Inheritance 4.Multiple Inheritance 5.Hybrid Inheritance Operator Overloading File Operation Python Directory Python Exception Python - Multithreading Python - Database Access Python - CGI Python - Reg Exp Python - Date Python - XML Processing Python - GUI
  • iconpython Online Training In Andhra Pradesh and Telangana
  • icon9010519704

Opening Hours :7AM to 9PM

Features of python


As per as software industry is consent following are the important features about Python language

1.Easy to Use
2.Expressive Language
3.Interpreted Language
4.Cross-platform language
5.Free and Open Source
6.Object-Oriented language
7.Integrated
8.Large Standard Library
9.GUI Programming
10.Integrated


1) Easy to Use:
Python is easy to very easy to use and high level language. Thus it is programmer-friendly language.
2) Expressive Language:
Python language is more expressive. The sense of expressive is the code is easily understandable.
3) Interpreted Language:
Python is an interpreted language i.e. interpreter executes the code line by 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 , Macintosh etc. Thus, Python is a portable language.
5) Free and Open Source:
Python language is freely available(www.python.org).The source-code is also available. Therefore it is open source.
6) Object-Oriented language:
Python supports object oriented language. Concept of classes and objects comes into existence.
7) Extensible:
It implies that other languages such as C/C++ can be used to compile the code and thus it can be used further in your python code.
8) Large Standard Library:
Python has a large and broad library.
9) GUI Programming:
Graphical user interfaces can be developed using Python.
10) Integrated:
It can be easily integrated with languages like C, C++, JAVA etc.

Python History
Python laid its foundation in the late 1980s.
The implementation of Python was started in the December 1989 by Guido Van Rossum at CWI in Netherland.
ABC programming language is said to be the predecessor of Python language which was capable of Exception Handling and interfacing with Amoeba Operating System.
Python is influenced by programming languages like:
ABC language.
Modula-3

Key Points

  • Python Features
  • Image