Python Coding 4 10
Python Coding 4 10
1 17
Contents
Preface
Improvements in the Python 3 Edition
The Hard Way Is Easier
Reading and Writing
Attention to Detail
Spotting Differences
Ask, Don’t Stare
Do Not Copy-Paste
Using the Included Videos
A Note on Practice and Persistence
Acknowledgments
Exercise 0 The Setup
macOS
macOS: What You Should See
Windows
Windows: What You Should See
Linux
Linux: What You Should See
Finding Things on the Internet
Warnings for Beginners
Alternative Text Editors
Exercise 1 A Good First Program
What You Should See
Study Drills
Common Student Questions
Exercise 2 Comments and Pound Characters
What You Should See
Study Drills
Common Student Questions
Exercise 3 Numbers and Math
What You Should See
Study Drills
Common Student Questions
Exercise 4 Variables and Names
What You Should See
Study Drills
Common Student Questions
Exercise 5 More Variables and Printing
What You Should See
Study Drills
Common Student Questions
Exercise 6 Strings and Text
What You Should See
Study Drills
Break It
Common Student Questions
Exercise 7 More Printing
What You Should See
Study Drills
Break It
Common Student Questions
Exercise 8 Printing, Printing
What You Should See
Study Drills
Common Student Questions
Exercise 9 Printing, Printing, Printing
What You Should See
Study Drills
Common Student Questions
Exercise 10 What Was That?
What You Should See
Escape Sequences
Study Drills
Common Student Questions
Exercise 11 Asking Questions
What You Should See
Study Drills
Common Student Questions
Exercise 12 Prompting People
What You Should See
Study Drills
Common Student Questions
Exercise 13 Parameters, Unpacking, Variables
Hold Up! Features Have Another Name
What You Should See
Study Drills
Common Student Questions
Exercise 14 Prompting and Passing
What You Should See
Study Drills
Common Student Questions
Exercise 15 Reading Files
What You Should See
Study Drills
Common Student Questions
Exercise 16 Reading and Writing Files
What You Should See
Study Drills
Common Student Questions
Exercise 17 More Files
What You Should See
Study Drills
Common Student Questions
Exercise 18 Names, Variables, Code, Functions
What You Should See
Study Drills
Common Student Questions
Exercise 19 Functions and Variables
What You Should See
Study Drills
Common Student Questions
Exercise 20 Functions and Files
What You Should See
Study Drills
Common Student Questions
Exercise 21 Functions Can Return Something
What You Should See
Study Drills
Common Student Questions
Exercise 22 What Do You Know So Far?
What You Are Learning
Exercise 23 Strings, Bytes, and Character Encodings