Re: Select column from a list

2009-08-28 Thread Bernhard Voigt
> >> I'm quite new in Python and I have one question. I have a 2D matrix of > >> values stored in list (3 columns, many rows). I wonder if I can select one > >> column without having to go through the list with 'for' command. In case you want to due numerical calculations take a look at numpy it

Re: Retracing your steps in an interactive python env

2009-09-15 Thread Bernhard Voigt
On Sep 14, 9:52 pm, Jack Norton wrote: > Anyway, I have created a function using def, and well, I like the way it > is working, however...  I have already filled the command line history > buffer (the com.exe buffer?) so _what_ I actually filled this def with > is lost.  Now, it isn't that compli