Data Types [April 18, 2011, 11:25 p.m.]
Python recognizes and differentiates between several kinds of data. Lets look at the following and some of the things we can do with them:
- Strings
- Numbers
- Lists
- Tuples
- Dictionaries
Learning Resources
- Chapter 6 (Slides, Printable Slides, Lecture Audio)
- Chapter 8 (Slides, Printable Slides, Download Video, Lecture Audio)
- Chapter 9 (Slides, Printable Slides, Download Video, Lecture Audio)
- Chapter 10 (Slides, Printable Slides, Download Video, Lecture Audio)