Radio and PodcastRadio and PodcastLive Radio & Podcasts
Simple Python Calculator using a Dictionary and Functions for Operators artwork
Education

Simple Python Calculator using a Dictionary and Functions for Operators

Young Programmers Podcast by Dave Briccetti

Jun 3, 2013Education

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