Showing posts with label sm2ph. Show all posts
Showing posts with label sm2ph. Show all posts

nose

nose extends unittest to make testing easier.

http://somethingaboutorange.com/mrl/projects/nose/1.0.0/

Gnuplot

Gnuplot.py is a Python package that interfaces to gnuplot, the popular open-source plotting program. It allows you to use gnuplot from within Python to plot arrays of data from memory, data files, or mathematical functions. If you use Python to perform computations or as 'glue' for numerical programs, you can use this package to plot data on the fly as they are computed. And the combination with Python makes it is easy to automate things, including to create crude 'animations' by plotting different datasets one after another.

http://gnuplot-py.sourceforge.net/

python setup.py install --install-lib=/groupes/ABC/user/local/lib/python/site-packages --home=/groupes/ABC/user/local/lib/python/site-packages/Gnuplot

python setuptools

Download, build, install, upgrade, and uninstall Python packages -- easily!

http://pypi.python.org/pypi/setuptools

sh setuptools-0.6c9-py2.4.egg --install-dir

Pycha (PYthon CHArts)

Pycha is a very simple Python package for drawing charts using the great Cairo library. Its goals are:
- Lightweighthttp://www.blogger.com/img/blank.gif
- Simple to use
- Nice looking with default values
- Customization

https://bitbucket.org/lgs/pycha/wiki/Home

python setup.py install --install-lib=/groupes/ABC/user/local/lib/python27/site-packages --home=/groupes/ABC/user/local/lib/python27/site-packages/chavier