This is the P2PU Archive. If you want the current site, go to www.p2pu.org!
Python Programming 101
Data Types
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
Python for Informatics:
-
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)
Comments
Chapter
Chapter 6
http://www.pastie.org/1957243