list subsetting

2009-01-21 Thread culpritNr1
(Note that this is just an example, I do not mean to use == in floating point operations.) Thank you culpritNr1 -- View this message in context: http://www.nabble.com/list-subsetting-tp21593123p21593123.html Sent from the Python - python-list mailing list archive at Nabble.com. --

Re: list subsetting

2009-01-21 Thread culpritNr1
a list of lists and I want to pull only the rows where the second "column" equals 3.14. It is a very simple concept. I wonder if python can keep it simple despite being a general purpose programming language, not a numerical programming language. Thanks, culpritNr1 Jeff