SlideShare a Scribd company logo
Introduction To Python | Edureka
Introduction To Python
Keywords & Identifiers
Variables & Data Types
Operators
Functions
Classes & Objects
Loops in Python
www.edureka.co
OOPs Concepts
File Handling
www.edureka.co
OPEN-SOURCE
PROCEDURE
ORIENTED
TONS OF LIBRARIES
EASY TO LEARN
OBJECT-ORIENTED
INTERPRETED
www.edureka.co
COMMENTS
IN PYTHON
www.edureka.co
Print(‘Hello world’)
…
this is a multi-line comment
The difference is uncanny
…
# this is a single line comment
Therearetwotypesofcommentsinpython
1. Singlelinecomment
2. Multilinecomment
Commentsinpython
www.edureka.co
Keywordsinpythonarespecialwordsthathaveaspecificmeaning.Andidentifiersareuserdefinednamestorepresent
avariable,function,aclassoramodule.
KeywordandIdentifiers
www.edureka.co
www.edureka.co
WHAT IS A
VARIABLE?
www.edureka.co
DATA TYPES
IN PYTHON
www.edureka.co
32 41
NUMBERS
STRING
LIST TUPLE
DICTIONARY
5 6
SET
www.edureka.co
OPERATORS
IN PYTHON
www.edureka.co
Operators
Arithmetic
Logical
Assignment
Comparison
Bitwise
Membership
www.edureka.co
LOOPS IN
PYTHON
www.edureka.co
Why Should
We Use One?
How Many
Types Of
Loops?
Iterating Over
A Sequence?
Why Should
We Use
Loops?
www.edureka.co
Suppose you want to print the numbers
from 0-10
0,1,2,3,4,5,6,7,8,9,10
You want to print the sum of all even
numbers until 100.
You want to print the name of all employees
in a sequence until you come across lets
say ‘Ravi Mehta’
OR
OR
www.edureka.co
Why FOR Loop?
When we are iterating over a
sequence.
You know the number of
times the statements will get
executed.
www.edureka.co
Why WHILE Loop?
When we are executing a set
of statements , if the
condition holds true.
The execution stops as soon
as the condition is false.
www.edureka.co
www.edureka.co
www.edureka.co
FUNCTIONS
IN PYTHON
www.edureka.co
HOW TO
DECLARE A
FUNCTION?
02
01
03 HOW ARE WE
GOING TO PASS
VALUES IN A
FUNCTION?
WHY USE
FUNCTIONS?
Why Use
Functions?
www.edureka.co
I have to write the
logic for Factorial
again and again
Instead You can define a function to
calculate factorial. And you can call
that function every time you need to
calculate factorial.
www.edureka.co
www.edureka.co
CLASSES &
OBJECTS
www.edureka.co
WHAT IS A
CLASS?
WHY ARE WE
USING THEM?
WHAT IS AN
OBJECT?
Why Use
Classes?
www.edureka.co
You can define a class with
various methods/functions
You can access and
modify the data
stored in methods
using the object of the
class.
A class is basically a definition of an
object
www.edureka.co
www.edureka.co
www.edureka.co
Abstraction Polymorphism
Encapsulation Inheritance
www.edureka.co
Creating a parent class
Inheriting properties to a
derived class or child class
Base Class
Derived Class
You can access methods and
properties from either classes by
creating the objects.
www.edureka.co
A
C
B
C
B
A
Multiple Inheritance
Multilevel Inheritance
www.edureka.co
www.edureka.co
www.edureka.co

More Related Content

PDF
Data Science Full Course | Edureka
Edureka!
 
PPT
Artificial intelligence
Institute of Technology Telkom
 
PPTX
Python 3 Programming Language
Tahani Al-Manie
 
PPS
Presentation on Bangladesh
Tawhid Rahman
 
PPTX
What Is Apache Spark? | Introduction To Apache Spark | Apache Spark Tutorial ...
Simplilearn
 
PDF
Embedded c lab and keil c manual
Hari K
 
PPTX
Intro to Python Programming Language
Dipankar Achinta
 
PPTX
Python - An Introduction
Swarit Wadhe
 
Data Science Full Course | Edureka
Edureka!
 
Artificial intelligence
Institute of Technology Telkom
 
Python 3 Programming Language
Tahani Al-Manie
 
Presentation on Bangladesh
Tawhid Rahman
 
What Is Apache Spark? | Introduction To Apache Spark | Apache Spark Tutorial ...
Simplilearn
 
Embedded c lab and keil c manual
Hari K
 
Intro to Python Programming Language
Dipankar Achinta
 
Python - An Introduction
Swarit Wadhe
 

What's hot (20)

PDF
Python Course | Python Programming | Python Tutorial | Python Training | Edureka
Edureka!
 
PDF
Python Programming Tutorial | Edureka
Edureka!
 
PPT
Python ppt
Mohita Pandey
 
PPTX
Python
Aashish Jain
 
PDF
What is Python? | Edureka
Edureka!
 
PDF
Learn Python Programming | Python Programming - Step by Step | Python for Beg...
Edureka!
 
PPTX
Python | What is Python | History of Python | Python Tutorial
QA TrainingHub
 
PPTX
Python basics
RANAALIMAJEEDRAJPUT
 
PDF
Python Tutorial | Python Tutorial for Beginners | Python Training | Edureka
Edureka!
 
PDF
Zero to Hero - Introduction to Python3
Chariza Pladin
 
PPTX
Beginning Python Programming
St. Petersburg College
 
PPTX
Introduction to-python
Aakashdata
 
PDF
Python basic
Saifuddin Kaijar
 
PDF
Introduction to python programming
Srinivas Narasegouda
 
PDF
Python course syllabus
Sugantha T
 
PDF
Python Programming Language | Python Classes | Python Tutorial | Python Train...
Edureka!
 
PDF
Python Anaconda Tutorial | Edureka
Edureka!
 
PDF
Python Basics | Python Tutorial | Edureka
Edureka!
 
PDF
Variables & Data Types In Python | Edureka
Edureka!
 
PPT
Introduction to Python
Nowell Strite
 
Python Course | Python Programming | Python Tutorial | Python Training | Edureka
Edureka!
 
Python Programming Tutorial | Edureka
Edureka!
 
Python ppt
Mohita Pandey
 
Python
Aashish Jain
 
What is Python? | Edureka
Edureka!
 
Learn Python Programming | Python Programming - Step by Step | Python for Beg...
Edureka!
 
Python | What is Python | History of Python | Python Tutorial
QA TrainingHub
 
Python basics
RANAALIMAJEEDRAJPUT
 
Python Tutorial | Python Tutorial for Beginners | Python Training | Edureka
Edureka!
 
Zero to Hero - Introduction to Python3
Chariza Pladin
 
Beginning Python Programming
St. Petersburg College
 
Introduction to-python
Aakashdata
 
Python basic
Saifuddin Kaijar
 
Introduction to python programming
Srinivas Narasegouda
 
Python course syllabus
Sugantha T
 
Python Programming Language | Python Classes | Python Tutorial | Python Train...
Edureka!
 
Python Anaconda Tutorial | Edureka
Edureka!
 
Python Basics | Python Tutorial | Edureka
Edureka!
 
Variables & Data Types In Python | Edureka
Edureka!
 
Introduction to Python
Nowell Strite
 
Ad

Similar to Introduction To Python | Edureka (20)

PDF
Python-IT-Education-Centre-Syllabus.pdf
IT Education Centre
 
PDF
Python Foundation – A programmer's introduction to Python concepts & style
Kevlin Henney
 
PPTX
Top 20 Python Interview Questions And Answers 2023.pptx
AnanthReddy38
 
PPTX
Python Tutorial for Beginner
rajkamaltibacademy
 
PDF
Python Distilled Developer s Library 1st Edition David Beazley
gemsergrzona
 
PDF
Introduction to python
Rivalri Kristianto Hondro
 
PDF
Python1
manikandanmani63
 
PDF
Python Viva Interview Questions PDF By ScholarHat
Scholarhat
 
PDF
Mastering Python Programming.pdf
DhineshN12
 
PPTX
Introduction-to-Python face clone using python.pptx
pandaashirbad9
 
PDF
Top Python Online Training Institutes in Bangalore
SaagTechnologies
 
PPTX
Python-Mastering-the-Language-of-Data-Science.pptx
dmdHaneef
 
PDF
Data Science with Python 1st Edition Coll.
leyitoqata
 
PDF
🐍⚡ “Python Panache: Code Like a Pro, Not a Programmer!”
yashikanigam1
 
PPTX
Complete Core Python with IPT Excel School
SujeetKumarAdvancedE
 
PDF
From Java to Python: beating the Stockholm syndrome
Javier Arias Losada
 
PPTX
Best-Python-Training-Course-In-Zirakpur (1).pptx
watapom559
 
PDF
Python pocket reference 5ed. Edition Mark Lutz
mulauwalydh
 
PDF
Python Programming
SheikAllavudeenN
 
PDF
Top 80 Interview Questions on Python for Data Science | Tutort - Best Data Sc...
Tutort Academy
 
Python-IT-Education-Centre-Syllabus.pdf
IT Education Centre
 
Python Foundation – A programmer's introduction to Python concepts & style
Kevlin Henney
 
Top 20 Python Interview Questions And Answers 2023.pptx
AnanthReddy38
 
Python Tutorial for Beginner
rajkamaltibacademy
 
Python Distilled Developer s Library 1st Edition David Beazley
gemsergrzona
 
Introduction to python
Rivalri Kristianto Hondro
 
Python Viva Interview Questions PDF By ScholarHat
Scholarhat
 
Mastering Python Programming.pdf
DhineshN12
 
Introduction-to-Python face clone using python.pptx
pandaashirbad9
 
Top Python Online Training Institutes in Bangalore
SaagTechnologies
 
Python-Mastering-the-Language-of-Data-Science.pptx
dmdHaneef
 
Data Science with Python 1st Edition Coll.
leyitoqata
 
🐍⚡ “Python Panache: Code Like a Pro, Not a Programmer!”
yashikanigam1
 
Complete Core Python with IPT Excel School
SujeetKumarAdvancedE
 
From Java to Python: beating the Stockholm syndrome
Javier Arias Losada
 
Best-Python-Training-Course-In-Zirakpur (1).pptx
watapom559
 
Python pocket reference 5ed. Edition Mark Lutz
mulauwalydh
 
Python Programming
SheikAllavudeenN
 
Top 80 Interview Questions on Python for Data Science | Tutort - Best Data Sc...
Tutort Academy
 
Ad

More from Edureka! (20)

PDF
What to learn during the 21 days Lockdown | Edureka
Edureka!
 
PDF
Top 10 Dying Programming Languages in 2020 | Edureka
Edureka!
 
PDF
Top 5 Trending Business Intelligence Tools | Edureka
Edureka!
 
PDF
Tableau Tutorial for Data Science | Edureka
Edureka!
 
PDF
Top 5 PMP Certifications | Edureka
Edureka!
 
PDF
Top Maven Interview Questions in 2020 | Edureka
Edureka!
 
PDF
Linux Mint Tutorial | Edureka
Edureka!
 
PDF
How to Deploy Java Web App in AWS| Edureka
Edureka!
 
PDF
Importance of Digital Marketing | Edureka
Edureka!
 
PDF
RPA in 2020 | Edureka
Edureka!
 
PDF
Email Notifications in Jenkins | Edureka
Edureka!
 
PDF
EA Algorithm in Machine Learning | Edureka
Edureka!
 
PDF
Cognitive AI Tutorial | Edureka
Edureka!
 
PDF
AWS Cloud Practitioner Tutorial | Edureka
Edureka!
 
PDF
Blue Prism Top Interview Questions | Edureka
Edureka!
 
PDF
Big Data on AWS Tutorial | Edureka
Edureka!
 
PDF
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Edureka!
 
PDF
Kubernetes Installation on Ubuntu | Edureka
Edureka!
 
PDF
Introduction to DevOps | Edureka
Edureka!
 
PDF
ITIL® Tutorial for Beginners | ITIL® Foundation Training | Edureka
Edureka!
 
What to learn during the 21 days Lockdown | Edureka
Edureka!
 
Top 10 Dying Programming Languages in 2020 | Edureka
Edureka!
 
Top 5 Trending Business Intelligence Tools | Edureka
Edureka!
 
Tableau Tutorial for Data Science | Edureka
Edureka!
 
Top 5 PMP Certifications | Edureka
Edureka!
 
Top Maven Interview Questions in 2020 | Edureka
Edureka!
 
Linux Mint Tutorial | Edureka
Edureka!
 
How to Deploy Java Web App in AWS| Edureka
Edureka!
 
Importance of Digital Marketing | Edureka
Edureka!
 
RPA in 2020 | Edureka
Edureka!
 
Email Notifications in Jenkins | Edureka
Edureka!
 
EA Algorithm in Machine Learning | Edureka
Edureka!
 
Cognitive AI Tutorial | Edureka
Edureka!
 
AWS Cloud Practitioner Tutorial | Edureka
Edureka!
 
Blue Prism Top Interview Questions | Edureka
Edureka!
 
Big Data on AWS Tutorial | Edureka
Edureka!
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Edureka!
 
Kubernetes Installation on Ubuntu | Edureka
Edureka!
 
Introduction to DevOps | Edureka
Edureka!
 
ITIL® Tutorial for Beginners | ITIL® Foundation Training | Edureka
Edureka!
 

Recently uploaded (20)

PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
PDF
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PDF
REPORT: Heating appliances market in Poland 2024
SPIUG
 
PDF
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
PDF
agentic-ai-and-the-future-of-autonomous-systems.pdf
siddharthnetsavvies
 
PDF
CIFDAQ's Teaching Thursday: Moving Averages Made Simple
CIFDAQ
 
PDF
How Onsite IT Support Drives Business Efficiency, Security, and Growth.pdf
Captain IT
 
PDF
Software Development Company | KodekX
KodekX
 
PDF
Make GenAI investments go further with the Dell AI Factory - Infographic
Principled Technologies
 
PDF
DevOps & Developer Experience Summer BBQ
AUGNYC
 
PPTX
The Power of IoT Sensor Integration in Smart Infrastructure and Automation.pptx
Rejig Digital
 
PDF
Chapter 2 Digital Image Fundamentals.pdf
Getnet Tigabie Askale -(GM)
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PDF
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
PDF
Why Your AI & Cybersecurity Hiring Still Misses the Mark in 2025
Virtual Employee Pvt. Ltd.
 
PDF
Enable Enterprise-Ready Security on IBM i Systems.pdf
Precisely
 
DOCX
Top AI API Alternatives to OpenAI: A Side-by-Side Breakdown
vilush
 
PDF
Google’s NotebookLM Unveils Video Overviews
SOFTTECHHUB
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
REPORT: Heating appliances market in Poland 2024
SPIUG
 
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
agentic-ai-and-the-future-of-autonomous-systems.pdf
siddharthnetsavvies
 
CIFDAQ's Teaching Thursday: Moving Averages Made Simple
CIFDAQ
 
How Onsite IT Support Drives Business Efficiency, Security, and Growth.pdf
Captain IT
 
Software Development Company | KodekX
KodekX
 
Make GenAI investments go further with the Dell AI Factory - Infographic
Principled Technologies
 
DevOps & Developer Experience Summer BBQ
AUGNYC
 
The Power of IoT Sensor Integration in Smart Infrastructure and Automation.pptx
Rejig Digital
 
Chapter 2 Digital Image Fundamentals.pdf
Getnet Tigabie Askale -(GM)
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
Why Your AI & Cybersecurity Hiring Still Misses the Mark in 2025
Virtual Employee Pvt. Ltd.
 
Enable Enterprise-Ready Security on IBM i Systems.pdf
Precisely
 
Top AI API Alternatives to OpenAI: A Side-by-Side Breakdown
vilush
 
Google’s NotebookLM Unveils Video Overviews
SOFTTECHHUB
 

Introduction To Python | Edureka