rbnsth / PPaItCS_3e_solutions

Solutions to the exercises in "Python Programming: An Introduction to Computer Science, Third Edition" by John Zelle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PPaItCS_3e_solutions

This project contains solutions to the exercises found in the textbook, Python Programming: An Introduction to Computer Science, Third Edition, which I have purchased from Amazon.

Purpose

The purpose of this project is to learn a popular programming language (i.e., Python) as well as the fundamentals of computer science.

Timeline

Start Date End Date
January 18, 2018 IN PROGRESS

Table of Contents and Exercises

This book has 13 chapters, with exercises at the end of each chapter.

πŸ“• πŸ“– πŸ€” πŸ’‘ πŸ”Ÿ ✏️ πŸ”‘ ✏️ πŸ’¬ ✏️ πŸ’» ✏️ πŸ“… βŒ› βž•
1 Computers and Programs 🚧 "logistic" βœ”οΈ βœ”οΈ βœ”οΈ βœ”οΈ
2 Writing Simple Programs 🚧 βœ”οΈ βœ”οΈ βœ”οΈ βœ”οΈ
3 Computing with Numbers 🚧 Float bit Int βœ”οΈ 🚧 🚧 🚧
4 Objects and Graphics 🚧 methods, functions, operations βœ”οΈ 🚧 🚧 🚧
5 Sequences: Strings, Lists, and Files 🚧 ASCII, Unicode, UTF-8, private key, public key, read, write βœ”οΈ 🚧 🚧 🚧
6 Defining Functions 🚧 βœ”οΈ
7 Decision Structures 🚧 βœ”οΈ 🚧
8 Loop Structures and Booleans 🚧 βœ”οΈ 🚧 🚧 🚧
9 Simulation and Design 🚧 βœ”οΈ
10 Defining Classes 🚧 βœ”οΈ
11 Data Collections 🚧 βœ”οΈ
12 Object-Oriented Design 🚧 βœ”οΈ
13 Algorithm Design and Recursion 🚧 anagram, tower of hanoi βœ”οΈ 🚧 🚧

Legend:

  • πŸ“• = Chapter
  • πŸ“– = Read
  • πŸ”Ÿ = True/false Questions
  • πŸ€” = Concepts I have trouble with
  • πŸ’‘ = Concepts I had trouble with but now understand
  • πŸ”‘ = Multiple choice questions
  • πŸ’¬ = Discussion questions
  • πŸ’» = Programming exercises
  • 🚧 = In progress
  • βœ”οΈ = Done
  • ✏️ = Corrected
  • πŸ“… = Date completed
  • βŒ› = Daily time spent
  • βž• = Total time spent

Solutions

Download link for end-of-chapter solutions and code.

Supplementary Links

My Questions

  • How are floats represented?
  • What determines the length of the mantissa?
  • Can a decision structure (e.g., ifelif ) be passed as a parameter to a method?

About

Solutions to the exercises in "Python Programming: An Introduction to Computer Science, Third Edition" by John Zelle


Languages

Language:Python 100.0%