SlideShare a Scribd company logo
2
Most read
5
Most read
9
Most read
Numeric Data Types
by
Jyostna Devi Bodapati
Python Programming Specialization
Python Programming – Data Structures
Numeric Data Types
▪ Numeric data types represent numeric data such as integers, floating point
or complex numbers
▪ Objects that store numerical type of data come under this category
Numeric
int float complex
Python Programming Specialization
Python Programming – Data Structures
Data Type: int
Python Programming Specialization
Python Programming – Data Structures
Numeric Data Type: int
▪ Integers are represented by int class
▪ Integers are the whole numbers without any fractional part
▪ Can be positive or negative numbers
▪ In Python, Integers can be of any length
▪ It’s length is restricted to the system memory
Python Programming Specialization
Python Programming – Data Structures
Numeric Data Type: int
▪ Examples:
>>> a = 10
>>> b = 100
>>> c = 11111
>>> d = 3333
>>> e = 234257843112578886
Python Programming Specialization
Python Programming – Data Structures
Integers with other bases
Python Programming Specialization
Python Programming – Data Structures
<class int>: Binary data
▪Binary: Integers with base 2
▪Binary digits followed by 0b or 0B are treated as binary in
python
>>> a = 0b101 #binary
>>> b = 0B100 #binary
Note: a is 5 and b is 4
Python Programming Specialization
Python Programming – Data Structures
<class int>: Octal data
▪Octal: Integers with base 8
▪Integers (0-7) followed by 0o or 0O are treated as octal in
python
>>> c = 0o231 #octal
>>> d = 0O347 #octal
Note: C is 153 and d is 231
Python Programming Specialization
Python Programming – Data Structures
<class int>: Hexa-decimal
▪Hexa-decimal: Integers with base 16
▪Integers (0-9, A, B, C, D, E, F) followed by 0x or 0X are treated as
octal in python
>>> e = 0x23 #hexa
>>> f = 0X3A # hexa
Note: e is 35 and f is 58
Python Programming Specialization
Python Programming – Data Structures
Data Type: float
Python Programming Specialization
Python Programming – Data Structures
Numeric Data Type: float
▪ Real numbers are treated as float class
▪ Contains both integer and fractional part
▪ Can be positive or negative numbers
▪ Python floating precision numbers are accurate upto 15 decimal places
▪ Either floating point representation or scientific representation is valid in
python
Python Programming Specialization
Python Programming – Data Structures
Numeric Data Type: float
▪ Examples:
>>> a = 2.3
>>> b = 100.0
>>> c = 0.5e+7
>>> d = 0.00e-4
>>> x = 0.30000000000000004
Python Programming Specialization
Python Programming – Data Structures
Complex Numbers
Python Programming Specialization
Python Programming – Data Structures
Numeric DataType: complex
Numerals with real and imaginary parts are treated as complex class
General Form: (real part) + (imaginary part)j
Ex: -5 + 3j
Numeric Data types in Python
Ad

Recommended

Chapter 1
Chapter 1
sugandhi23
 
Python GUI
Python GUI
LusciousLarryDas
 
Snake PY Game.pptx
Snake PY Game.pptx
Lovely professinal university
 
Strategic Human Resource Management (SHRM)
Strategic Human Resource Management (SHRM)
Sheetal Wagh
 
Python exception handling
Python exception handling
Mohammed Sikander
 
Data retrieval in sensor networks
Data retrieval in sensor networks
Acad
 
Python revision tour i
Python revision tour i
Mr. Vikram Singh Slathia
 
Strings in python
Strings in python
Prabhakaran V M
 
Basic data types in python
Basic data types in python
sunilchute1
 
Data Structures in Python
Data Structures in Python
Devashish Kumar
 
Python : Functions
Python : Functions
Emertxe Information Technologies Pvt Ltd
 
Python basics
Python basics
RANAALIMAJEEDRAJPUT
 
Variables & Data Types In Python | Edureka
Variables & Data Types In Python | Edureka
Edureka!
 
Python basic
Python basic
Saifuddin Kaijar
 
Python-03| Data types
Python-03| Data types
Mohd Sajjad
 
Python programming : Files
Python programming : Files
Emertxe Information Technologies Pvt Ltd
 
Introduction to python
Introduction to python
Ayshwarya Baburam
 
Data types in python
Data types in python
RaginiJain21
 
Python Functions Tutorial | Working With Functions In Python | Python Trainin...
Python Functions Tutorial | Working With Functions In Python | Python Trainin...
Edureka!
 
Variables in python
Variables in python
Jaya Kumari
 
Python strings presentation
Python strings presentation
VedaGayathri1
 
Python programming : Strings
Python programming : Strings
Emertxe Information Technologies Pvt Ltd
 
Python Modules
Python Modules
Nitin Reddy Katkam
 
Python Sequence | Python Lists | Python Sets & Dictionary | Python Strings | ...
Python Sequence | Python Lists | Python Sets & Dictionary | Python Strings | ...
Edureka!
 
File handling in Python
File handling in Python
Megha V
 
Python - An Introduction
Python - An Introduction
Swarit Wadhe
 
Python - Numpy/Pandas/Matplot Machine Learning Libraries
Python - Numpy/Pandas/Matplot Machine Learning Libraries
Andrew Ferlitsch
 
Fundamentals of Python Programming
Fundamentals of Python Programming
Kamal Acharya
 
Programming Basics.pptx
Programming Basics.pptx
mahendranaik18
 
Python Basics by Akanksha Bali
Python Basics by Akanksha Bali
Akanksha Bali
 

More Related Content

What's hot (20)

Basic data types in python
Basic data types in python
sunilchute1
 
Data Structures in Python
Data Structures in Python
Devashish Kumar
 
Python : Functions
Python : Functions
Emertxe Information Technologies Pvt Ltd
 
Python basics
Python basics
RANAALIMAJEEDRAJPUT
 
Variables & Data Types In Python | Edureka
Variables & Data Types In Python | Edureka
Edureka!
 
Python basic
Python basic
Saifuddin Kaijar
 
Python-03| Data types
Python-03| Data types
Mohd Sajjad
 
Python programming : Files
Python programming : Files
Emertxe Information Technologies Pvt Ltd
 
Introduction to python
Introduction to python
Ayshwarya Baburam
 
Data types in python
Data types in python
RaginiJain21
 
Python Functions Tutorial | Working With Functions In Python | Python Trainin...
Python Functions Tutorial | Working With Functions In Python | Python Trainin...
Edureka!
 
Variables in python
Variables in python
Jaya Kumari
 
Python strings presentation
Python strings presentation
VedaGayathri1
 
Python programming : Strings
Python programming : Strings
Emertxe Information Technologies Pvt Ltd
 
Python Modules
Python Modules
Nitin Reddy Katkam
 
Python Sequence | Python Lists | Python Sets & Dictionary | Python Strings | ...
Python Sequence | Python Lists | Python Sets & Dictionary | Python Strings | ...
Edureka!
 
File handling in Python
File handling in Python
Megha V
 
Python - An Introduction
Python - An Introduction
Swarit Wadhe
 
Python - Numpy/Pandas/Matplot Machine Learning Libraries
Python - Numpy/Pandas/Matplot Machine Learning Libraries
Andrew Ferlitsch
 
Fundamentals of Python Programming
Fundamentals of Python Programming
Kamal Acharya
 
Basic data types in python
Basic data types in python
sunilchute1
 
Data Structures in Python
Data Structures in Python
Devashish Kumar
 
Variables & Data Types In Python | Edureka
Variables & Data Types In Python | Edureka
Edureka!
 
Python-03| Data types
Python-03| Data types
Mohd Sajjad
 
Data types in python
Data types in python
RaginiJain21
 
Python Functions Tutorial | Working With Functions In Python | Python Trainin...
Python Functions Tutorial | Working With Functions In Python | Python Trainin...
Edureka!
 
Variables in python
Variables in python
Jaya Kumari
 
Python strings presentation
Python strings presentation
VedaGayathri1
 
Python Sequence | Python Lists | Python Sets & Dictionary | Python Strings | ...
Python Sequence | Python Lists | Python Sets & Dictionary | Python Strings | ...
Edureka!
 
File handling in Python
File handling in Python
Megha V
 
Python - An Introduction
Python - An Introduction
Swarit Wadhe
 
Python - Numpy/Pandas/Matplot Machine Learning Libraries
Python - Numpy/Pandas/Matplot Machine Learning Libraries
Andrew Ferlitsch
 
Fundamentals of Python Programming
Fundamentals of Python Programming
Kamal Acharya
 

Similar to Numeric Data types in Python (20)

Programming Basics.pptx
Programming Basics.pptx
mahendranaik18
 
Python Basics by Akanksha Bali
Python Basics by Akanksha Bali
Akanksha Bali
 
Introduction to python programming
Introduction to python programming
Srinivas Narasegouda
 
parts_of_python_programming_language.pptx
parts_of_python_programming_language.pptx
Koteswari Kasireddy
 
Python Sequence Data types in Brief
Python Sequence Data types in Brief
jyostna bodapati
 
Review old Pygame made using python programming.pptx
Review old Pygame made using python programming.pptx
ithepacer
 
PYTHON_Pt.1_Python Lectures From Basics.pptx
PYTHON_Pt.1_Python Lectures From Basics.pptx
hassantahir58
 
Review 2Pygame made using python programming
Review 2Pygame made using python programming
ithepacer
 
Python Data types properties
Python Data types properties
jyostna bodapati
 
4. Tools Proyek Data Science DTS-TA v.3.pptx
4. Tools Proyek Data Science DTS-TA v.3.pptx
irvaimuhammad
 
Basic concept of Python.pptx includes design tool, identifier, variables.
Basic concept of Python.pptx includes design tool, identifier, variables.
supriyasarkar38
 
1.4 Work with data types and variables, numeric data, string data.pptx
1.4 Work with data types and variables, numeric data, string data.pptx
VGaneshKarthikeyan
 
Python Essentials - PICT.pdf
Python Essentials - PICT.pdf
Prashant Jamkhande
 
python notes for MASTER OF COMPUTER APPLIICATION_ppt.pptx
python notes for MASTER OF COMPUTER APPLIICATION_ppt.pptx
yuvarajkumar334
 
Python programming
Python programming
saroja20
 
Datatypes in python
Datatypes in python
eShikshak
 
Python_Modullllllle_2-_AFV._Funda-1.pptx
Python_Modullllllle_2-_AFV._Funda-1.pptx
tissot723
 
Python-Basics.pptx
Python-Basics.pptx
TamalSengupta8
 
Python Programming 1.pptx
Python Programming 1.pptx
Francis Densil Raj
 
Python Programming for problem solving.pptx
Python Programming for problem solving.pptx
NishaM41
 
Programming Basics.pptx
Programming Basics.pptx
mahendranaik18
 
Python Basics by Akanksha Bali
Python Basics by Akanksha Bali
Akanksha Bali
 
Introduction to python programming
Introduction to python programming
Srinivas Narasegouda
 
parts_of_python_programming_language.pptx
parts_of_python_programming_language.pptx
Koteswari Kasireddy
 
Python Sequence Data types in Brief
Python Sequence Data types in Brief
jyostna bodapati
 
Review old Pygame made using python programming.pptx
Review old Pygame made using python programming.pptx
ithepacer
 
PYTHON_Pt.1_Python Lectures From Basics.pptx
PYTHON_Pt.1_Python Lectures From Basics.pptx
hassantahir58
 
Review 2Pygame made using python programming
Review 2Pygame made using python programming
ithepacer
 
Python Data types properties
Python Data types properties
jyostna bodapati
 
4. Tools Proyek Data Science DTS-TA v.3.pptx
4. Tools Proyek Data Science DTS-TA v.3.pptx
irvaimuhammad
 
Basic concept of Python.pptx includes design tool, identifier, variables.
Basic concept of Python.pptx includes design tool, identifier, variables.
supriyasarkar38
 
1.4 Work with data types and variables, numeric data, string data.pptx
1.4 Work with data types and variables, numeric data, string data.pptx
VGaneshKarthikeyan
 
python notes for MASTER OF COMPUTER APPLIICATION_ppt.pptx
python notes for MASTER OF COMPUTER APPLIICATION_ppt.pptx
yuvarajkumar334
 
Python programming
Python programming
saroja20
 
Datatypes in python
Datatypes in python
eShikshak
 
Python_Modullllllle_2-_AFV._Funda-1.pptx
Python_Modullllllle_2-_AFV._Funda-1.pptx
tissot723
 
Python Programming for problem solving.pptx
Python Programming for problem solving.pptx
NishaM41
 
Ad

Recently uploaded (20)

Publishing Your Memoir with Brooke Warner
Publishing Your Memoir with Brooke Warner
Brooke Warner
 
SCHIZOPHRENIA OTHER PSYCHOTIC DISORDER LIKE Persistent delusion/Capgras syndr...
SCHIZOPHRENIA OTHER PSYCHOTIC DISORDER LIKE Persistent delusion/Capgras syndr...
parmarjuli1412
 
Introduction to Generative AI and Copilot.pdf
Introduction to Generative AI and Copilot.pdf
TechSoup
 
Sustainable Innovation with Immersive Learning
Sustainable Innovation with Immersive Learning
Leonel Morgado
 
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
Ronisha Das
 
How to Manage Inventory Movement in Odoo 18 POS
How to Manage Inventory Movement in Odoo 18 POS
Celine George
 
2025 June Year 9 Presentation: Subject selection.pptx
2025 June Year 9 Presentation: Subject selection.pptx
mansk2
 
Communicable Diseases and National Health Programs – Unit 9 | B.Sc Nursing 5t...
Communicable Diseases and National Health Programs – Unit 9 | B.Sc Nursing 5t...
RAKESH SAJJAN
 
Plate Tectonic Boundaries and Continental Drift Theory
Plate Tectonic Boundaries and Continental Drift Theory
Marie
 
Health Care Planning and Organization of Health Care at Various Levels – Unit...
Health Care Planning and Organization of Health Care at Various Levels – Unit...
RAKESH SAJJAN
 
SPENT QUIZ NQL JR FEST 5.0 BY SOURAV.pptx
SPENT QUIZ NQL JR FEST 5.0 BY SOURAV.pptx
Sourav Kr Podder
 
Introduction to problem solving Techniques
Introduction to problem solving Techniques
merlinjohnsy
 
PEST OF WHEAT SORGHUM BAJRA and MINOR MILLETS.pptx
PEST OF WHEAT SORGHUM BAJRA and MINOR MILLETS.pptx
Arshad Shaikh
 
Non-Communicable Diseases and National Health Programs – Unit 10 | B.Sc Nursi...
Non-Communicable Diseases and National Health Programs – Unit 10 | B.Sc Nursi...
RAKESH SAJJAN
 
Wax Moon, Richmond, VA. Terrence McPherson
Wax Moon, Richmond, VA. Terrence McPherson
TerrenceMcPherson1
 
Satluj House Semi Final Quiz Quencher 2025.pptx
Satluj House Semi Final Quiz Quencher 2025.pptx
148CDivyamDubey
 
The Man In The Back – Exceptional Delaware.pdf
The Man In The Back – Exceptional Delaware.pdf
dennisongomezk
 
Assisting Individuals and Families to Promote and Maintain Health – Unit 7 | ...
Assisting Individuals and Families to Promote and Maintain Health – Unit 7 | ...
RAKESH SAJJAN
 
How to Manage Multi Language for Invoice in Odoo 18
How to Manage Multi Language for Invoice in Odoo 18
Celine George
 
University of Ghana Cracks Down on Misconduct: Over 100 Students Sanctioned
University of Ghana Cracks Down on Misconduct: Over 100 Students Sanctioned
Kweku Zurek
 
Publishing Your Memoir with Brooke Warner
Publishing Your Memoir with Brooke Warner
Brooke Warner
 
SCHIZOPHRENIA OTHER PSYCHOTIC DISORDER LIKE Persistent delusion/Capgras syndr...
SCHIZOPHRENIA OTHER PSYCHOTIC DISORDER LIKE Persistent delusion/Capgras syndr...
parmarjuli1412
 
Introduction to Generative AI and Copilot.pdf
Introduction to Generative AI and Copilot.pdf
TechSoup
 
Sustainable Innovation with Immersive Learning
Sustainable Innovation with Immersive Learning
Leonel Morgado
 
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
Ronisha Das
 
How to Manage Inventory Movement in Odoo 18 POS
How to Manage Inventory Movement in Odoo 18 POS
Celine George
 
2025 June Year 9 Presentation: Subject selection.pptx
2025 June Year 9 Presentation: Subject selection.pptx
mansk2
 
Communicable Diseases and National Health Programs – Unit 9 | B.Sc Nursing 5t...
Communicable Diseases and National Health Programs – Unit 9 | B.Sc Nursing 5t...
RAKESH SAJJAN
 
Plate Tectonic Boundaries and Continental Drift Theory
Plate Tectonic Boundaries and Continental Drift Theory
Marie
 
Health Care Planning and Organization of Health Care at Various Levels – Unit...
Health Care Planning and Organization of Health Care at Various Levels – Unit...
RAKESH SAJJAN
 
SPENT QUIZ NQL JR FEST 5.0 BY SOURAV.pptx
SPENT QUIZ NQL JR FEST 5.0 BY SOURAV.pptx
Sourav Kr Podder
 
Introduction to problem solving Techniques
Introduction to problem solving Techniques
merlinjohnsy
 
PEST OF WHEAT SORGHUM BAJRA and MINOR MILLETS.pptx
PEST OF WHEAT SORGHUM BAJRA and MINOR MILLETS.pptx
Arshad Shaikh
 
Non-Communicable Diseases and National Health Programs – Unit 10 | B.Sc Nursi...
Non-Communicable Diseases and National Health Programs – Unit 10 | B.Sc Nursi...
RAKESH SAJJAN
 
Wax Moon, Richmond, VA. Terrence McPherson
Wax Moon, Richmond, VA. Terrence McPherson
TerrenceMcPherson1
 
Satluj House Semi Final Quiz Quencher 2025.pptx
Satluj House Semi Final Quiz Quencher 2025.pptx
148CDivyamDubey
 
The Man In The Back – Exceptional Delaware.pdf
The Man In The Back – Exceptional Delaware.pdf
dennisongomezk
 
Assisting Individuals and Families to Promote and Maintain Health – Unit 7 | ...
Assisting Individuals and Families to Promote and Maintain Health – Unit 7 | ...
RAKESH SAJJAN
 
How to Manage Multi Language for Invoice in Odoo 18
How to Manage Multi Language for Invoice in Odoo 18
Celine George
 
University of Ghana Cracks Down on Misconduct: Over 100 Students Sanctioned
University of Ghana Cracks Down on Misconduct: Over 100 Students Sanctioned
Kweku Zurek
 
Ad

Numeric Data types in Python

  • 2. Python Programming Specialization Python Programming – Data Structures Numeric Data Types ▪ Numeric data types represent numeric data such as integers, floating point or complex numbers ▪ Objects that store numerical type of data come under this category Numeric int float complex
  • 3. Python Programming Specialization Python Programming – Data Structures Data Type: int
  • 4. Python Programming Specialization Python Programming – Data Structures Numeric Data Type: int ▪ Integers are represented by int class ▪ Integers are the whole numbers without any fractional part ▪ Can be positive or negative numbers ▪ In Python, Integers can be of any length ▪ It’s length is restricted to the system memory
  • 5. Python Programming Specialization Python Programming – Data Structures Numeric Data Type: int ▪ Examples: >>> a = 10 >>> b = 100 >>> c = 11111 >>> d = 3333 >>> e = 234257843112578886
  • 6. Python Programming Specialization Python Programming – Data Structures Integers with other bases
  • 7. Python Programming Specialization Python Programming – Data Structures <class int>: Binary data ▪Binary: Integers with base 2 ▪Binary digits followed by 0b or 0B are treated as binary in python >>> a = 0b101 #binary >>> b = 0B100 #binary Note: a is 5 and b is 4
  • 8. Python Programming Specialization Python Programming – Data Structures <class int>: Octal data ▪Octal: Integers with base 8 ▪Integers (0-7) followed by 0o or 0O are treated as octal in python >>> c = 0o231 #octal >>> d = 0O347 #octal Note: C is 153 and d is 231
  • 9. Python Programming Specialization Python Programming – Data Structures <class int>: Hexa-decimal ▪Hexa-decimal: Integers with base 16 ▪Integers (0-9, A, B, C, D, E, F) followed by 0x or 0X are treated as octal in python >>> e = 0x23 #hexa >>> f = 0X3A # hexa Note: e is 35 and f is 58
  • 10. Python Programming Specialization Python Programming – Data Structures Data Type: float
  • 11. Python Programming Specialization Python Programming – Data Structures Numeric Data Type: float ▪ Real numbers are treated as float class ▪ Contains both integer and fractional part ▪ Can be positive or negative numbers ▪ Python floating precision numbers are accurate upto 15 decimal places ▪ Either floating point representation or scientific representation is valid in python
  • 12. Python Programming Specialization Python Programming – Data Structures Numeric Data Type: float ▪ Examples: >>> a = 2.3 >>> b = 100.0 >>> c = 0.5e+7 >>> d = 0.00e-4 >>> x = 0.30000000000000004
  • 13. Python Programming Specialization Python Programming – Data Structures Complex Numbers
  • 14. Python Programming Specialization Python Programming – Data Structures Numeric DataType: complex Numerals with real and imaginary parts are treated as complex class General Form: (real part) + (imaginary part)j Ex: -5 + 3j