1 of 12

Introduction of Python

What is Python?

Python is general Purpose High Level Programing Language

It can be used For

1. Console Application

2. Desktop Application

3. Web Application

4. Mobile Application

2 of 12

Popular apps developed in Python

3 of 12

About Python

  • It has very simple and straight forward Syntax.
  • Python is case sensitive Language.
  • It is an Object Oriented Programing Language.
  • Dynamically Typed .

4 of 12

About Python

  • Indentation is used in place of Curly Braces.
  • Use variable without declaration.
  • It is an Interpreted Language.

5 of 12

Features

  • Emphasis on Code readability.
  • Automatic Memory Management.
  • Dynamically Typed
  • Large Library
  • Multi Paradigm programing language (OOPs, Procedural etc.)
  • Platform Independent

6 of 12

Features

  • Easy to use – Due to simple syntax rule
  • Interpreted language – Code execution & interpretation line by line
  • Cross-platform language – It can run on windows, Linux, Macintosh etc. equally
  • Expressive language – Less code to be written as it itself express the purpose of the code.
  • Completeness – Support wide rage of library
  • Free & Open Source – Can be downloaded freely and source code can be modify for improvement

7 of 12

Libraries

8 of 12

HISTORY OF PYTHON

  • The idea of Python started in 1980’s
  • Real Implementation started in 1989.
  • Finally publish on 27 Feb 1991.

9 of 12

Python Versions

10 of 12

Developed By Guido Van Rossum (Netherland)

11 of 12

Ancestors of Python

  • SET L appeared in 1969
  • ABC Language in 1980

12 of 12

These are responsible for Naming