Python Lesson 1 Slides
Python Lesson 1 Slides
Python Programming
Welcome to Python
Introduction to Python
Characteristics and applications of Python
Install an Integrated Development
Environment (IDE)
Create a simple.py script
Objectives
What is
Python?
Python
A general-purpose
interpreted, interactive,
object-oriented, and high-
level programming language
The history of Python
Version 1.0 released at the “End of life” date set for 1 Jan
alt sources newsgroup
1991 2020
1985 - 2000 -
1990 2008
Language created by Guido von Version 2.0 and its subsequent
Rossum in the Netherlands version (2.x) released
DID YOU
KNOW?
Python Interpreter
A programme that turns the Python language
(code) into a language that can be understood by a
machine
• No need to compile programming before
execution
• Similar to PERL and PHP programming
languages
Key advantages
It is interactive
Python Interpreter
• You can use a Python prompt to interact
with the interpreter directly to write your
programming of your choice
Object-oriented
• Everything in Python is an object
• Python supports an object-oriented
style or a technique of programming
that encapsulates code within objects
• With Object-Oriented programming
(OOP), complex problems can be
divided into smaller sets
DID YOU
KNOW?
Python’s influence
Python poetry...