> >> 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
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