Commit Graph

9 Commits

Author SHA1 Message Date
tgaeta
2c8f2ff2c0 Created command line weather forecast.
All of these systems use lists and dictionaries for keeping track of
positional and symbolic arguments.
2025-10-08 14:15:16 -04:00
tgaeta
8f4fb6a4d9 Made function to tally favorite colors. 2025-10-08 13:20:52 -04:00
tgaeta
0e04bc4dba Made function to count people who like a color. 2025-10-08 13:14:45 -04:00
tgaeta
45ada17f3f Made function to find all people who like a color. 2025-10-08 13:13:00 -04:00
tgaeta
ef72f963c8 Made function to count a person's favorite colors. 2025-10-08 13:10:00 -04:00
tgaeta
eee80567e4 Implemented email lookup. 2025-10-08 13:05:57 -04:00
tgaeta
ed1430803b Implemented function to count people
Honestly I don't like this lesson on dictionaries! This is a perfect use
case for object-oriented programming; dictionaries are just lookup
tables. I think it makes more sense to teach dicts in the context of
price lookups, or passwords, or something that has more structure
than just a place to put names variables.
2025-10-08 12:54:48 -04:00
Chris Proctor
96b2529a16 Applying patch 2025-09-29 22:17:27 -04:00
c5f4810cc8 Initial commit 2025-09-03 02:43:46 +00:00