Python is high level programming language, contains
- interpreted
- Supports, Functional,Structural and Object Oriented
- Support for interactive mode for testing,debugging language features
Introduction
python language
is popular opensource programming language
Prerequisite
To learn Python programming, You need to have any basic programming experience.
There are currently two version of Python
- Python 2
- Python 2
Python file extension
Python code created in any text editor. The extension is py
.
For example, If filename is hello.py, then this file contains python code to compile
Python Version History
Version | Date |
---|---|
Version 3.11 | Dec 2022 |
Version 3.10 | Oct 2022 |
Version 3.5 | Dec 2015 |
Version 3.0 | Dec 2008 |
:———- | ——– |
Version 2.7 | July 2010 |
Version 2.6 | Oct 2008 |
Version 2.5 | Sep 2006 |
Version 2.0 | Jan 2000 |
:———- | ——– |
Version 1.6 | Sep 2000 |
Version 1.5 | Dec 1997 |
Version 1.0 | Jan 1994 |
what is latest python version
As of Jan 2023, Current Version of python is 3.11. You can check here for more