12.07.2015 Views

Think Python - Denison University

Think Python - Denison University

Think Python - Denison University

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

xviContents12 Tuples 11512.1 Tuples are immutable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11512.2 Tuple assignment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11612.3 Tuples as returnvalues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11712.4 Variable-length argument tuples . . . . . . . . . . . . . . . . . . . . . . . . . . 11712.5 Listsand tuples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11812.6 Dictionaries and tuples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11912.7 Comparing tuples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12112.8 Sequences of sequences . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12112.9 Debugging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12212.10 Glossary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12312.11 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12313 Case study: data structure selection 12513.1 Word frequency analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12513.2 Random numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12613.3 Word histogram . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12713.4 Most common words . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12813.5 Optional parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12813.6 Dictionary subtraction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12913.7 Random words . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12913.8 Markov analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13013.9 Data structures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13113.10 Debugging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13213.11 Glossary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13313.12 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13414 Files 13514.1 Persistence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13514.2 Reading and writing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13514.3 Format operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13614.4 Filenames and paths . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!