My Python library
license: LGPL
install: "pip Goulib" or http://pypi.python.org/pypi/Goulib
[math2.py] : additions to math standard library
[interval.py] : operations on [x..y[ intervals
[optim.py] : Optimization algorithms (hill climbing + simulated annealing) for Travelling Salesman Problem (TSP)
[markup.py] : simple HTML output (branch of http://markup.sourceforge.net/)
[nvd3.py] : generates Javascript charts using http://nvd3.org and http://d3js.org (see http://jsfiddle.net/Goulu/HeqNk/embedded/result/ for output example)
[table.py] : Table class with CSV I/O, easy access to columns, HTML output