Python Core



Admission Enquiry Form




What is Python Language?

Pyhon is an open source,high level ,general purpose and object oriented programming language.The founder of Python programming language is Guido Van Rossum. Python is not intended to work only in a particular area but in many areas, that is why it is known as multipurpose programming language.

There is no need to use data types to declare variable because it is dynamically typed so we can directly write num=100 to assign an integer value in an integer 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.






Python History

Python was invented by Guido van Rossum in 1991 at CWI in Netherland. Python is derived from many other languages, including ABC,C, C++, Algol-68, SmallTalk, and Unix shell and other scripting languages. Python has the vast community across the world and releases its version within the short period.

Why learn python?

Python provides many new and useful features to the programmers which are easy to use.So, these features make this language more popular.There are some important features of python are listed below:

  1. Python code can be executed as soon as it is written, So we can say that it runs on an interpreter system.
  2. Python works on different platforms (Mac,Linux,Windows, Raspberry Pi, etc).
  3. It is easy to use and learn
  4. It is Expressive and Open Source Language
  5. It is Object-Oriented language along with Dynamic memory allocation etc...





Where is python used?

Python is a programming language used in many areas like:

  1. Python can be used to develop Desktop Applications,Console-based Applications,Web Applications and Mobile Applications.
  2. Python can be used to handle big data and perform complex mathematics.
  3. It is used in Software Development and Enterprise Applications.
  4. And many more for.............
  5. Artificial Intelligence,Data science and machine learning

Python Latest and Stable Releases for Windows Platform:

You can visit https://www.python.org/downloads/ to see the latest and stable releases of Python.