All about Python Programming ,Programmer should know



What is python programming?
Python is an interpreted, high-level, general-purpose programming language.

History:

Created by Guido Van Rossum in 1980
First release: 1991

File Extensions:

 .py
.pyc
.pyo
.pyw
.pyz

Features:

  • Multi-paradigm functional
  • Imperative
  • Object-Oriented
  • Reflective
  • Easy to learn and Use 
  • Interpreted Language 
  • platform-independent 
  • Free & Open Source
  • Extensible
  • Large Standard Library


Advantages of Python programming :

Readability
Higher productivity
Less learning time
Runs across different platforms


code:

 print('Hello world')
o/p:
Hello world

To exit python :
quite()
exit()

Comments