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
12. Dictionaries
¶
Dictionaries
¶
12.1. Dictionaries
12.2. Dictionary Operations
12.3. Dictionary Methods
12.4. Aliasing and Copying
12.5. Sparse Matrices
12.6. Glossary
12.7. Exercises
Next Section - 12.1. Dictionaries