How to Think Like a Computer Scientist: Learning with Python 2nd Edition
Appearance
How to Think Like a Computer Scientist: Learning with Python 2nd Edition by Jeffrey Elkner, Allen B. Downey, and Chris Meyers
A Wikibookian suggests that this book or chapter be merged into Think Python. Please discuss whether or not this merge should happen on the discussion page. |
From: http://openbookproject.net/thinkcs/python/english2e/index.html
Table of Contents
[edit | edit source]- Copyright Notice
- GNU Free Documentation License
- Foreword
- Preface
- Contributor List
- Customizing and Contributing to the Book
Chapters
[edit | edit source]- The way of the program
- Variables, expressions, and statements
- Functions
- Conditionals
- Fruitful functions
- Iteration
- Strings
- Case Study: Catch
- Lists
- Modules and files
- Recursion and exceptions
- Dictionaries
- Classes and objects
- Classes and functions
- Classes and methods
- Sets of Objects
- Inheritance
- Linked Lists
- Stacks
- Queues
- Trees