Popular recipes by Brian Fiedler http://code.activestate.com/recipes/users/4194196/2016-08-07T20:41:12-07:00ActiveState Code Recipesconvert hierarchy of data files into a convenient Python dictionary (Python) 2016-06-29T20:09:44-07:00Brian Fiedlerhttp://code.activestate.com/recipes/users/4194196/http://code.activestate.com/recipes/580687-convert-hierarchy-of-data-files-into-a-convenient-/ <p style="color: grey"> Python recipe 580687 by <a href="/recipes/users/4194196/">Brian Fiedler</a> (<a href="/recipes/tags/pickle/">pickle</a>). Revision 2. </p> <p>Converts the CRUTEM text data files into a convenient Python dictionary. The data files are at: <a href="http://www.metoffice.gov.uk/hadobs/crutem4/data/station_files/CRUTEM.4.4.0.0.station_files.zip" rel="nofollow">http://www.metoffice.gov.uk/hadobs/crutem4/data/station_files/CRUTEM.4.4.0.0.station_files.zip</a></p> Makes html with javascript to animate a sequence of images (Python) 2016-08-07T20:41:12-07:00Brian Fiedlerhttp://code.activestate.com/recipes/users/4194196/http://code.activestate.com/recipes/580675-makes-html-with-javascript-to-animate-a-sequence-o/ <p style="color: grey"> Python recipe 580675 by <a href="/recipes/users/4194196/">Brian Fiedler</a> (<a href="/recipes/tags/animation/">animation</a>, <a href="/recipes/tags/javascript/">javascript</a>). Revision 2. </p> <p>Given paths to image files, produces the html file with embedded javascript to animate those images as a web page.</p>