Preface
Part 1.Python Basics
1.ATasteofPy
Mysteries
Little Programs
A Bigger Program
Python in the Real Worid
python Versus the Language from Planet X
Why Python
Why Not Python
Python 2Versus Python 3
Installing python
Running python
Using the Interactive Interpreter
Using python Files
What's Next
Your Moment ofZen
Comingup
ThingstoDo
2.Data:Types,Values,Variables,and Names
Python Data Are 0bjects
Types
Mutability
Literal Values
Variables
Assignment
Variables Are Names,Not Places
Assigning to Multiple Names
Reassigning a Name
Copying
Choose Good、Variable Names
Coming Up
ThingstoDo
3.Numbers
Booleans
Integers
Literal Integers
Integer Operations
Integers and Variables
Precedence
Bases
Type Conversions
HowBigIs anint
Floats
Math Functions
ComingVp
ThingstoDo
4.Choosewithif
Comment with
Continue Lines with