Re: Strange behavior for a 2D list

2013-04-18 Thread Wim R. Cardoen
his: > [x[::3] for x in y[1:5:2]] > > Best, > Wolfgang > > -- > http://mail.python.org/mailman/listinfo/python-list > -- --- Wim R. Cardoen, PhD Staff Scientist, Center for High Performance Computing University of Utah (801)971-4184 *μὴ μου τοὺς κύκλους τάραττε! (Ἀρχιμήδης)* --- -- http://mail.python.org/mailman/listinfo/python-list

On the installation of external Python modules

2010-05-27 Thread Wim R. Cardoen
Hello, In the past I installed different versions of python (using gcc) e.g. 2.5.4, 2.6.4 at the following places: /wim/pkg/python/2.5.4 /wim/pkg/python/2.6.4 I installed the numpy, scipy, matplotlib, dadi modules using the command: /wim/pkg/python/2.5.4/bin/python setup.py install --prefix=/wim