Differences between revisions 1 and 2
Revision 1 as of 2007-09-03 14:43:24
Size: 112
Editor: JeffRush
Comment:
Revision 2 as of 2007-09-04 23:33:07
Size: 1154
Editor: JeffRush
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * aaa
 * bbb
 * ccc
On this page is cataloged common data that may be useful to educators in constructing meaningful exercises. Often educators short on time use abstract data that lacks meaning to the student, or that requires the student to track down and extract his own data.

Fetch scripts are provided in some cases where the data is too large, changes periodically, or it wouldn't make sense to host it on python.org. The scripts are kept simple, so that students may benefit from reading them as well as the instructor, although it is expected that usually the instructor will extract the data once, perhaps repackage it and make it available in the classroom.

Contributions are welcome but content listed here must be distributable under an open license.

----
'''Content'''
    A list of two-letter country codes and their descriptive name.
'''Origin'''
    http://xml.coverpages.org/country3166.html
'''Fetch Script'''
    [wiki:/CountryCodeFetcher CountryCodeFetcher.py]

----
'''Content'''
    ???
'''Origin'''
    ???
'''Fetch Script'''
    ????

Relevant, Reusable Data for Education Exercises

On this page is cataloged common data that may be useful to educators in constructing meaningful exercises. Often educators short on time use abstract data that lacks meaning to the student, or that requires the student to track down and extract his own data.

Fetch scripts are provided in some cases where the data is too large, changes periodically, or it wouldn't make sense to host it on python.org. The scripts are kept simple, so that students may benefit from reading them as well as the instructor, although it is expected that usually the instructor will extract the data once, perhaps repackage it and make it available in the classroom.

Contributions are welcome but content listed here must be distributable under an open license.


Content

  • A list of two-letter country codes and their descriptive name.

Origin

Fetch Script


Content

  • ???

Origin

  • ???

Fetch Script

  • ????


CategoryPythonInEducation

EduSig/DataResources (last edited 2008-11-15 13:59:38 by localhost)

Unable to edit the page? See the FrontPage for instructions.