12.07.2015 Views

Think Python - Denison University

Think Python - Denison University

Think Python - Denison University

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

ContentsPrefacev1 The way of the program 11.1 The <strong>Python</strong> programming language . . . . . . . . . . . . . . . . . . . . . . . . . 11.2 What isaprogram? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21.3 What isdebugging? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31.4 Formal and natural languages . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41.5 The first program . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61.6 Debugging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61.7 Glossary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71.8 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82 Variables, expressions and statements 92.1 Values and types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92.2 Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102.3 Variable names and keywords . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112.4 Statements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 122.5 Operators and operands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 122.6 Expressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132.7 Order of operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132.8 String operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 142.9 Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 142.10 Debugging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152.11 Glossary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152.12 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16

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

Saved successfully!

Ooh no, something went wrong!