{{{ #!rst OpenWorkouts - keep track of your workouts ========================================== More info will be added here soon. Questions: - Form parsing library: use simpleform and Formencode (what we know) or use something better? Links / hints / infos GPS tracking: - Fitparse to parse .fit files: https://pypi.python.org/pypi/fitparse/1.0.0 http://dtcooper.github.io/python-fitparse/ https://github.com/K-Phoen/python-fitparse - this library works, but I (bebu) had to fix some bugs when I downloaded it - show a gps track (in gpx format) on top of a map in the browser: - https://rejo.zenger.nl/overig/deploy-your-own-slippy-map - https://github.com/mpetazzoni/leaflet-gpx - http://wiki.openstreetmap.org/wiki/Openlayers_Track_example - Showing a chart (e.g. for speed / altitude / heartrate etc.): - https://github.com/flot/flot - http://www.flotcharts.org/flot/examples/selection/index.html (same thing) - http://designmodo.com/create-interactive-graph-css3-jquery/ - that page with all the js chart libraries that r0sk found }}}