All content for Young Programmers Podcast is the property of Dave Briccetti and is served directly from their servers
with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Teaches young people from grade 3 on how to program computers using Scratch, Alice, Python, and Pygame
Simple Python Calculator using a Dictionary and Functions for Operators
Young Programmers Podcast
12 years ago
Simple Python Calculator using a Dictionary and Functions for Operators
This lesson creates a simple calculator using a dictionary to look up functions for operators. The point is to practice more with dictionaries, and to learn about higher-order functions. Source code
Young Programmers Podcast
Teaches young people from grade 3 on how to program computers using Scratch, Alice, Python, and Pygame