Understanding
Python Data Types
& Object Types
Introduction to Python
Data Types
Number Data Type
Floating-Point
Numbers in Python Integers (int) →
(float) → Decimal
include: Whole numbers
numbers
Complex Numbers Binary, Decimal,
(complex) → and Fractional
Numbers with j numbers
Strings (str) are
sequences of characters
String Data enclosed in single (' ')
Type or double (" ") quotes.
Python supports byte
strings (b'') and
Unicode (u'') for
internationalization.
List Data Type
Tuple Data Type
Dictionary Data Type
Set Data Type
File Handling in Python
Boolean & None Types
Functions, Modules, and Classes
Decorators, Generators, Iterators, and
MetaProgramming