July 2010
Beginner to intermediate
404 pages
10h 6m
English
We've covered string manipulation, file IO, and object serialization. We discussed how to combine hard-coded strings and program variables into outputtable strings using the powerful string formatting system, and learned the difference between binary and textual data. All told, we've seen:
str methodsbytes versus strbytearrayswith statementpickle and jsonIn the next chapter, we'll cover one of the most important topics in Python programming: how to test our code to ensure it's doing what we think it is doing.
Read now
Unlock full access