This is the P2PU Archive. If you want the current site, go to www.p2pu.org!

Python Programming 101

Data Types

Brylie Oxley's picture
Tue, 2011-05-10 01:10

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:

Comments