How To Think Like a Computer Scientist
Runestone in social media:
Follow @iRunestone
Help support us:
Table of Contents
Book Index
Scratch ActiveCode
Navigation Help
Help for Instructors
About Runestone
Report A Problem
Chapters
1. General Introduction
2. Simple Python Data
3. Debugging Interlude 1
4. Python Turtle Graphics
5. Python Modules
6. Functions
7. Selection
8. More About Iteration
9. Strings
10. Lists
11. Files
12. Dictionaries
13. Recursion
14. Classes and Objects - the Basics
15. Classes and Objects - Digging a Little Deeper
15. Classes and Objects - Digging a Little Deeper
¶
Classes and Objects - Digging Deeper
¶
15.1. Fractions
15.2. Objects are Mutable
15.3. Sameness
15.4. Arithmetic Methods
15.5. Glossary
15.6. Exercises
Next Section - 15.1. Fractions