[Tutor] Question about Dictionaries

2010-08-16 Thread Chorn, Guillaume
Hi All, I know that I can look up the value for a particular key in a dictionary, but can I look up the key associated with a particular value? I understand that this could be problematic from the standpoint of multiple keys having the same value, but even then I feel like Python could just

Re: [Tutor] Question about Dictionaries

2010-08-16 Thread Chorn, Guillaume
all key-value pairings were unique... -Original Message- From: Dave Angel [mailto:da...@ieee.org] Sent: Monday, August 16, 2010 4:03 PM To: Chorn, Guillaume Cc: tutor@python.org Subject: Re: [Tutor] Question about Dictionaries Chorn, Guillaume wrote: Hi All, I know that I can look up

[Tutor] Module for browsing Windows?

2010-08-11 Thread Chorn, Guillaume
Hello, I'm pretty new to Python programming and it is my first programming language. I made a script that uses data from two different .csv files to make calculations and then spit the results out in a third .csv file. However, the process of typing in the path to each of the two input files and