0% found this document useful (0 votes)
27 views

Introduction To Python

Uploaded by

Lap top
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

Introduction To Python

Uploaded by

Lap top
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Introduction to

Python
Python 3.6.5
Introduction
• What is Python?
• Popular Apps in Python
• About Python
• Features
• Learning Path
• History of Python
What is Python?
• Python is a general purpose high level language.
• It can be used for-
• Console Application
• Desktop Application
• Web App
• Mobile App
• Machine Learning and Artificial Intelligence
• IOT Applications
Popular Apps in Python
About Python
• Very simple and straight forward.
• Python is case sensitive.
• It is Object Oriented Language.
• Dynamically typed.
• Indentation is used in place of curly braces.
• Use variable without declaration.
• Interpreted Language.
• Open Source.
Features
• Emphasis on code readability.
• Automatic memory management.
• Dynamically typed.
• Large library.
• Multi paradigm programming language.
• Platform independent.
• Interactive interpreter to check python commands.
Library for
• Graphical user interface
• Web framework
• Multimedia
• Databases
• Networking
• Test framework
• Automation
• Web scraping
• Documentation
• System administration
• Scientific computing
• Text processing
• Image processing
• IOT etc.
Learning Path
History
• The idea of Python was started in early 1980s.
• Real implementation started in 1989.
• Finally published in 1991 (27-Feb-1991)
• First version in 1994.
• Developed by Guido Van Rossum.

You might also like