Data Types
Topics:
Variables
Numbers
Sequence Objects
Mapping Types
Set Types
Conversion Functions
By the end of this lesson you should know:
- How to init variables and modify them
- The types of variables and their mutability and properties
- The operators and order of operations
- How to convert type
- How to access Sequence Objects
- How to use prefixes
- The difference between 2.x and 3.x strings
- Useful methods and functions for variable modification
- A deep understanding of bytearray() and how to use it
- A deep understanding of xrange, buffer, set and frozenset and how to use them