Topics
- Python’s basic data types
- Python’s primary operators associated with each data type
- Python’s built-in data structures
Suggested Readings
- Katz and Katz 2019, Section 1, Preparing the Workspace
- Lutz, Learning Python, Part I: Getting Started, Chapter 2
- Lutz, Learning Python, Part I: Getting Started, Chapter 3
- Lutz, Learning Python, Part II: Objects and Operations, Chapters 4–9
- Katz and Katz 2019, Section 1, First Steps in Coding - Variables and Data Types
- Built-in Types (Official)
- Python Data Types (GFG)
- Python Operators (W3S)
- Mutable vs Immutable Objects in Python (GFG)
Videos
Data Types and Structures
Data Types, Literals, and Variables
Operators and Expressions