0% found this document useful (0 votes)
2 views7 pages

Introduction to Python Programming

Programming languages are used to write instructions for computers to perform tasks. Python, created by Guido van Rossum in 1989, is a popular programming language known for its ease of learning and versatility in applications such as game development, app design, and artificial intelligence. The syntax of Python is case-sensitive and follows specific rules, exemplified by the command 'print("Hello, World!")'.

Uploaded by

Qamer Shahzad
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views7 pages

Introduction to Python Programming

Programming languages are used to write instructions for computers to perform tasks. Python, created by Guido van Rossum in 1989, is a popular programming language known for its ease of learning and versatility in applications such as game development, app design, and artificial intelligence. The syntax of Python is case-sensitive and follows specific rules, exemplified by the command 'print("Hello, World!")'.

Uploaded by

Qamer Shahzad
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

What is programming

language
A language that is used to write instruction for
computer so that we can issues command to
perform any task on computer.
Do you know!
“What is programme and programmer?”
Language translator

USE TO CONVERT HIGH LEVEL LANGUAGE TO


LOW LEVEL.
Basics Concepts of
Python(interpreter lang)
“ T O DAY , W E A R E G O I N G T O L E A R N A BO U T P Y T H O N .
PY T H O N I S A P R O G R A M M I N G L A N G UA G E . J U S T L I K E W E U S E
E N G L I S H T O TA L K T O E AC H O T H E R , W E U S E PY T H O N T O TA L K
T O T H E C O M P U T E R. ”
History of Python
PYTHON WAS CREATED IN 1989 BY GUIDO VAN
ROSSUM, A DUTCH PROGRAMMER.
HE NAMED IT PYTHON AFTER HIS FAVORITE COMEDY TV
SHOW “MONTY PYTHON’S FLYING CIRCUS” , NOT THE
SNAKE 🐍.
THE FIRST VERSION CAME OUT IN 1991.
PYTHON IS NOW ONE OF THE MOST POPULAR
PROGRAMMING LANGUAGES IN THE WORLD.
Why Python

Python is very easy to learn (almost like


English).
It is used in:
• Making games 🎮
• Designing apps 📱
• Running websites 🌐
• Even in AI & robots 🤖
Syntax

its case sensitive language


Did you know what is syntax: Set of rules

print("Hello, World!")

You might also like