One of my new example programs for teaching how to make a web application in Python allows the user to select a school from a list, and then shows a Google Map of the area around the school. It’s for my more advanced students, but other students, especially those who know some HTML and CSS, might want to look it over and see if they find it interesting. Perhaps this will motivate new programmers to learn Python, and experienced Python programmers to learn how to make Web apps.

Source Code

The source code is on Github.

Video Demo and Walkthrough

In this video I demonstrate the program and tell how it works.