Data Types
Introduction:
Python uses several data types to store different variables as that all have different functionality. In this lesson you will go over the use and structure of the different data types.
Topics Covered:
- Variables
- Numbers
- Strings
- Lists
- Bytes and Bytearray
- Tuples
- Range
- Buffer
- Dictionaries
- Sets
- Conversion Functions