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
5. Python Modules
¶
Python Modules
¶
5.1. Modules and Getting Help
5.2. More About Using Modules
5.3. The
math
module
5.4. The
random
module
5.5. Glossary
5.6. Exercises
Next Section - 5.1. Modules and Getting Help