30.01.2014 Views

Learning Python, 5th Edition - cdn.oreilly.com

Learning Python, 5th Edition - cdn.oreilly.com

Learning Python, 5th Edition - cdn.oreilly.com

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.

Numeric Extensions 172<br />

Chapter Summary 172<br />

Test Your Knowledge: Quiz 173<br />

Test Your Knowledge: Answers 173<br />

6. The Dynamic Typing Interlude . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 175<br />

The Case of the Missing Declaration Statements 175<br />

Variables, Objects, and References 176<br />

Types Live with Objects, Not Variables 177<br />

Objects Are Garbage-Collected 178<br />

Shared References 180<br />

Shared References and In-Place Changes 181<br />

Shared References and Equality 183<br />

Dynamic Typing Is Everywhere 185<br />

Chapter Summary 186<br />

Test Your Knowledge: Quiz 186<br />

Test Your Knowledge: Answers 186<br />

7. String Fundamentals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 189<br />

This Chapter’s Scope 189<br />

Unicode: The Short Story 189<br />

String Basics 190<br />

String Literals 192<br />

Single- and Double-Quoted Strings Are the Same 193<br />

Escape Sequences Represent Special Characters 193<br />

Raw Strings Suppress Escapes 196<br />

Triple Quotes Code Multiline Block Strings 198<br />

Strings in Action 200<br />

Basic Operations 200<br />

Indexing and Slicing 201<br />

String Conversion Tools 205<br />

Changing Strings I 208<br />

String Methods 209<br />

Method Call Syntax 209<br />

Methods of Strings 210<br />

String Method Examples: Changing Strings II 211<br />

String Method Examples: Parsing Text 213<br />

Other Common String Methods in Action 214<br />

The Original string Module’s Functions (Gone in 3.X) 215<br />

String Formatting Expressions 216<br />

Formatting Expression Basics 217<br />

Advanced Formatting Expression Syntax 218<br />

Advanced Formatting Expression Examples 220<br />

Table of Contents | ix

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

Saved successfully!

Ooh no, something went wrong!