SlideShare a Scribd company logo
Python
Data Types
Saravanakumar,AP/CSE 2
Data Types
Numbers Type
Saravanakumar,AP/CSE 3
Number
Type
Example
int -8,12
float 3.14
Complex 2+3j
Conversion
Function
Number
System
Prefix Example
Binary 0b or 0B 0b111
Octal 0o or 0O 0O10
Hexadecimal 0x or 0X 0xFF
Decimal
Module
decimal.Decimal(0.1)
Fractions
Module
Fraction(1.5)
Math Module math.exp(3), math.tan(90)
String Type
Saravanakumar,AP/CSE 4
• Python string using either single quotes or double quotes. Example : a='Dogs are love‘ or a="Dogs are love"
Tuples
Saravanakumar,AP/CSE 5
• Python Tuples are like a list. It can hold a sequence of items. Example : Tuple1 = (1,2,5,6) , Tuple2 = (‘a’, “b”, ‘c’, “d”)
Lists
Saravanakumar,AP/CSE 6
• Lists hold different types of data using [] and , . Example : c= ["hey","you",1,2,3,"go"]
Saravanakumar,AP/CSE 7
List Method
Dictionary
Saravanakumar,AP/CSE 8
Dictionary is an unordered sequence of data of key-value pair form {key : value} - similar to the hash table type.
a = {1:"first name",2:"last name", "age":33}
Saravanakumar,AP/CSE 9
Sets
A set is a collection which is unordered and unindexed. In Python sets are written with { }.
thisset = {"apple", "banana", "cherry"}
Saravanakumar,AP/CSE 10

More Related Content

What's hot

Basic data structures in python
Basic data structures in pythonBasic data structures in python
Basic data structures in python
Celine George
 
List,tuple,dictionary
List,tuple,dictionaryList,tuple,dictionary
List,tuple,dictionary
nitamhaske
 
9781439035665 ppt ch09
9781439035665 ppt ch099781439035665 ppt ch09
9781439035665 ppt ch09Terry Yoast
 
Anton Kasyanov, Introduction to Python, Lecture4
Anton Kasyanov, Introduction to Python, Lecture4Anton Kasyanov, Introduction to Python, Lecture4
Anton Kasyanov, Introduction to Python, Lecture4Anton Kasyanov
 
Numpy
NumpyNumpy
Numpy
ToniyaP1
 
Python standard data types
Python standard data typesPython standard data types
Python standard data types
Learnbay Datascience
 
Chapter 15 Lists
Chapter 15 ListsChapter 15 Lists
Chapter 15 Lists
Praveen M Jigajinni
 
Python list functions
Python list functionsPython list functions
Python list functions
Aishwarya Deshmukh
 
Values and Data types in python
Values and Data types in pythonValues and Data types in python
Values and Data types in python
Jothi Thilaga P
 
Numpy
NumpyNumpy
Introduction to NumPy (PyData SV 2013)
Introduction to NumPy (PyData SV 2013)Introduction to NumPy (PyData SV 2013)
Introduction to NumPy (PyData SV 2013)
PyData
 
Python for loop
Python for loopPython for loop
Python for loop
Aishwarya Deshmukh
 
Strings Arrays
Strings ArraysStrings Arrays
Strings Arraysphanleson
 
Datatypes in python
Datatypes in pythonDatatypes in python
Datatypes in python
eShikshak
 
Python programming : List and tuples
Python programming : List and tuplesPython programming : List and tuples
Python programming : List and tuples
Emertxe Information Technologies Pvt Ltd
 
NumPy
NumPyNumPy

What's hot (20)

Basic data structures in python
Basic data structures in pythonBasic data structures in python
Basic data structures in python
 
List,tuple,dictionary
List,tuple,dictionaryList,tuple,dictionary
List,tuple,dictionary
 
9781439035665 ppt ch09
9781439035665 ppt ch099781439035665 ppt ch09
9781439035665 ppt ch09
 
Anton Kasyanov, Introduction to Python, Lecture4
Anton Kasyanov, Introduction to Python, Lecture4Anton Kasyanov, Introduction to Python, Lecture4
Anton Kasyanov, Introduction to Python, Lecture4
 
Numpy
NumpyNumpy
Numpy
 
16 containers
16   containers16   containers
16 containers
 
Python standard data types
Python standard data typesPython standard data types
Python standard data types
 
Chapter 15 Lists
Chapter 15 ListsChapter 15 Lists
Chapter 15 Lists
 
Python list functions
Python list functionsPython list functions
Python list functions
 
Values and Data types in python
Values and Data types in pythonValues and Data types in python
Values and Data types in python
 
Notes8
Notes8Notes8
Notes8
 
Numpy
NumpyNumpy
Numpy
 
Introduction to NumPy (PyData SV 2013)
Introduction to NumPy (PyData SV 2013)Introduction to NumPy (PyData SV 2013)
Introduction to NumPy (PyData SV 2013)
 
Arrays
ArraysArrays
Arrays
 
Python for loop
Python for loopPython for loop
Python for loop
 
Python tutorial
Python tutorialPython tutorial
Python tutorial
 
Strings Arrays
Strings ArraysStrings Arrays
Strings Arrays
 
Datatypes in python
Datatypes in pythonDatatypes in python
Datatypes in python
 
Python programming : List and tuples
Python programming : List and tuplesPython programming : List and tuples
Python programming : List and tuples
 
NumPy
NumPyNumPy
NumPy
 

Similar to Python data types

Datatypes.pptx
Datatypes.pptxDatatypes.pptx
Datatypes.pptx
profTauqeerAhmad
 
The Datatypes Concept in Core Python.pptx
The Datatypes Concept in Core Python.pptxThe Datatypes Concept in Core Python.pptx
The Datatypes Concept in Core Python.pptx
Kavitha713564
 
009 Data Handling .pptx
009 Data Handling .pptx009 Data Handling .pptx
009 Data Handling .pptx
ssuser6c66f3
 
Arrays
ArraysArrays
Python revision tour II
Python revision tour IIPython revision tour II
Python revision tour II
Mr. Vikram Singh Slathia
 
Programming with Python
Programming with PythonProgramming with Python
Programming with Python
Rasan Samarasinghe
 
Python introduction
Python introductionPython introduction
Python introduction
leela rani
 
Basic data types in python
Basic data types in pythonBasic data types in python
Basic data types in python
sunilchute1
 
CS 360 LAB 3 STRINGS, FUNCTIONS, AND METHODSObjective The purpos.docx
CS 360 LAB 3 STRINGS, FUNCTIONS, AND METHODSObjective The purpos.docxCS 360 LAB 3 STRINGS, FUNCTIONS, AND METHODSObjective The purpos.docx
CS 360 LAB 3 STRINGS, FUNCTIONS, AND METHODSObjective The purpos.docx
faithxdunce63732
 
02python.ppt
02python.ppt02python.ppt
02python.ppt
ssuser492e7f
 
02python.ppt
02python.ppt02python.ppt
02python.ppt
rehanafarheenece
 
Java căn bản - Chapter9
Java căn bản - Chapter9Java căn bản - Chapter9
Java căn bản - Chapter9Vince Vo
 
Basics of python 3
Basics of python 3Basics of python 3
Basics of python 3
V.N.S. Satya Teja
 
Python Datatypes by SujithKumar
Python Datatypes by SujithKumarPython Datatypes by SujithKumar
Python Datatypes by SujithKumar
Sujith Kumar
 
Python variables and data types.pptx
Python variables and data types.pptxPython variables and data types.pptx
Python variables and data types.pptx
AkshayAggarwal79
 
Python Session - 3
Python Session - 3Python Session - 3
Python Session - 3
AnirudhaGaikwad4
 
Python cheat-sheet
Python cheat-sheetPython cheat-sheet
Python cheat-sheet
srinivasanr281952
 
Brixton Library Technology Initiative
Brixton Library Technology InitiativeBrixton Library Technology Initiative
Brixton Library Technology Initiative
Basil Bibi
 
Chapter - 2.pptx
Chapter - 2.pptxChapter - 2.pptx
Chapter - 2.pptx
MikialeTesfamariam
 
Chapter 9 - Characters and Strings
Chapter 9 - Characters and StringsChapter 9 - Characters and Strings
Chapter 9 - Characters and Strings
Eduardo Bergavera
 

Similar to Python data types (20)

Datatypes.pptx
Datatypes.pptxDatatypes.pptx
Datatypes.pptx
 
The Datatypes Concept in Core Python.pptx
The Datatypes Concept in Core Python.pptxThe Datatypes Concept in Core Python.pptx
The Datatypes Concept in Core Python.pptx
 
009 Data Handling .pptx
009 Data Handling .pptx009 Data Handling .pptx
009 Data Handling .pptx
 
Arrays
ArraysArrays
Arrays
 
Python revision tour II
Python revision tour IIPython revision tour II
Python revision tour II
 
Programming with Python
Programming with PythonProgramming with Python
Programming with Python
 
Python introduction
Python introductionPython introduction
Python introduction
 
Basic data types in python
Basic data types in pythonBasic data types in python
Basic data types in python
 
CS 360 LAB 3 STRINGS, FUNCTIONS, AND METHODSObjective The purpos.docx
CS 360 LAB 3 STRINGS, FUNCTIONS, AND METHODSObjective The purpos.docxCS 360 LAB 3 STRINGS, FUNCTIONS, AND METHODSObjective The purpos.docx
CS 360 LAB 3 STRINGS, FUNCTIONS, AND METHODSObjective The purpos.docx
 
02python.ppt
02python.ppt02python.ppt
02python.ppt
 
02python.ppt
02python.ppt02python.ppt
02python.ppt
 
Java căn bản - Chapter9
Java căn bản - Chapter9Java căn bản - Chapter9
Java căn bản - Chapter9
 
Basics of python 3
Basics of python 3Basics of python 3
Basics of python 3
 
Python Datatypes by SujithKumar
Python Datatypes by SujithKumarPython Datatypes by SujithKumar
Python Datatypes by SujithKumar
 
Python variables and data types.pptx
Python variables and data types.pptxPython variables and data types.pptx
Python variables and data types.pptx
 
Python Session - 3
Python Session - 3Python Session - 3
Python Session - 3
 
Python cheat-sheet
Python cheat-sheetPython cheat-sheet
Python cheat-sheet
 
Brixton Library Technology Initiative
Brixton Library Technology InitiativeBrixton Library Technology Initiative
Brixton Library Technology Initiative
 
Chapter - 2.pptx
Chapter - 2.pptxChapter - 2.pptx
Chapter - 2.pptx
 
Chapter 9 - Characters and Strings
Chapter 9 - Characters and StringsChapter 9 - Characters and Strings
Chapter 9 - Characters and Strings
 

More from Saravanakumar viswanathan

18 cse412 elt-course orientation-saravanakumar
18 cse412  elt-course orientation-saravanakumar18 cse412  elt-course orientation-saravanakumar
18 cse412 elt-course orientation-saravanakumar
Saravanakumar viswanathan
 
Cs2305 programming paradigms lecturer notes
Cs2305   programming paradigms lecturer notesCs2305   programming paradigms lecturer notes
Cs2305 programming paradigms lecturer notes
Saravanakumar viswanathan
 
Bdt unit iv data analyics using r
Bdt unit iv data analyics using rBdt unit iv data analyics using r
Bdt unit iv data analyics using r
Saravanakumar viswanathan
 
Bdt 3 exercise problems
Bdt 3 exercise problemsBdt 3 exercise problems
Bdt 3 exercise problems
Saravanakumar viswanathan
 
BdT 3.1-3.6
BdT 3.1-3.6BdT 3.1-3.6
How to give a good seminar project presentation
How to give a good seminar project presentationHow to give a good seminar project presentation
How to give a good seminar project presentation
Saravanakumar viswanathan
 
18 mdcse117 m&wt -course orientation
18 mdcse117 m&wt -course orientation18 mdcse117 m&wt -course orientation
18 mdcse117 m&wt -course orientation
Saravanakumar viswanathan
 
Python operator precedence and comments
Python   operator precedence and commentsPython   operator precedence and comments
Python operator precedence and comments
Saravanakumar viswanathan
 
Top 5 python libraries for data science cheat sheat
Top 5 python libraries  for data science   cheat sheatTop 5 python libraries  for data science   cheat sheat
Top 5 python libraries for data science cheat sheat
Saravanakumar viswanathan
 
Google colab installing ml libraries
Google colab   installing ml librariesGoogle colab   installing ml libraries
Google colab installing ml libraries
Saravanakumar viswanathan
 
Google colab documenting and saving your code
Google colab   documenting and saving your codeGoogle colab   documenting and saving your code
Google colab documenting and saving your code
Saravanakumar viswanathan
 
Google colab get started
Google colab   get startedGoogle colab   get started
Google colab get started
Saravanakumar viswanathan
 
Google colab introduction
Google colab   introductionGoogle colab   introduction
Google colab introduction
Saravanakumar viswanathan
 
Top 10 python ide
Top 10 python ideTop 10 python ide
Top 10 python ide
Saravanakumar viswanathan
 
Python introduction why to study
Python introduction why to studyPython introduction why to study
Python introduction why to study
Saravanakumar viswanathan
 
Parts of the computer ppt
Parts of the computer pptParts of the computer ppt
Parts of the computer ppt
Saravanakumar viswanathan
 

More from Saravanakumar viswanathan (16)

18 cse412 elt-course orientation-saravanakumar
18 cse412  elt-course orientation-saravanakumar18 cse412  elt-course orientation-saravanakumar
18 cse412 elt-course orientation-saravanakumar
 
Cs2305 programming paradigms lecturer notes
Cs2305   programming paradigms lecturer notesCs2305   programming paradigms lecturer notes
Cs2305 programming paradigms lecturer notes
 
Bdt unit iv data analyics using r
Bdt unit iv data analyics using rBdt unit iv data analyics using r
Bdt unit iv data analyics using r
 
Bdt 3 exercise problems
Bdt 3 exercise problemsBdt 3 exercise problems
Bdt 3 exercise problems
 
BdT 3.1-3.6
BdT 3.1-3.6BdT 3.1-3.6
BdT 3.1-3.6
 
How to give a good seminar project presentation
How to give a good seminar project presentationHow to give a good seminar project presentation
How to give a good seminar project presentation
 
18 mdcse117 m&wt -course orientation
18 mdcse117 m&wt -course orientation18 mdcse117 m&wt -course orientation
18 mdcse117 m&wt -course orientation
 
Python operator precedence and comments
Python   operator precedence and commentsPython   operator precedence and comments
Python operator precedence and comments
 
Top 5 python libraries for data science cheat sheat
Top 5 python libraries  for data science   cheat sheatTop 5 python libraries  for data science   cheat sheat
Top 5 python libraries for data science cheat sheat
 
Google colab installing ml libraries
Google colab   installing ml librariesGoogle colab   installing ml libraries
Google colab installing ml libraries
 
Google colab documenting and saving your code
Google colab   documenting and saving your codeGoogle colab   documenting and saving your code
Google colab documenting and saving your code
 
Google colab get started
Google colab   get startedGoogle colab   get started
Google colab get started
 
Google colab introduction
Google colab   introductionGoogle colab   introduction
Google colab introduction
 
Top 10 python ide
Top 10 python ideTop 10 python ide
Top 10 python ide
 
Python introduction why to study
Python introduction why to studyPython introduction why to study
Python introduction why to study
 
Parts of the computer ppt
Parts of the computer pptParts of the computer ppt
Parts of the computer ppt
 

Recently uploaded

block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 

Recently uploaded (20)

block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 

Python data types