Re: [Tutor] quick data structures question

2011-09-21 Thread Steven D'Aprano
Fred G wrote: Hey guys, I want to write a short script that takes from an input excel file w/ a bunch of rows and columns. The two columns I'm interested in are "high gains" and "genes." I want the user to write: Which genes are associated with gains over 20%? Depending on your requiremen

Re: [Tutor] quick data structures question

2011-09-20 Thread delegbede
dupay@python.org Date: Tue, 20 Sep 2011 23:28:43 To: Subject: [Tutor] quick data structures question ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/

Re: [Tutor] quick data structures question

2011-09-20 Thread delegbede
d G Sender: tutor-bounces+delegbede=dudupay@python.org Date: Tue, 20 Sep 2011 23:28:43 To: Subject: [Tutor] quick data structures question ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mail

[Tutor] quick data structures question

2011-09-20 Thread Fred G
Hey guys, I want to write a short script that takes from an input excel file w/ a bunch of rows and columns. The two columns I'm interested in are "high gains" and "genes." I want the user to write: >>>Which genes are associated with gains over 20%? and then I want the script to search through