Google not only provides a search engine, they have a number of other products and tools. One of these tools is a charting tool that accepts user data and returns a chart as a .jpg file that is displayed in the browser. The user data has to be encoded as a special URL. For details on the Google Graphs package see http://code.google.com/apis/chart/ . Read the documentation for the Google Chart API, especially the data-encoding specification found at http://code.google.com/apis/chart/docs/data_formats.html . You may find theGoogle Chart Playground useful as you learn the Chart APIs. Your goal will be to write a program that does the following.
For this project you must submit not just the code itself, but also a project document. The project document must contain all the following elements.
|
Python >