Re: [Tutor] Rearranging a list of numbers with corresponding index (RESOLVED)

2015-03-13 Thread Matthew Ruffalo
On 03/13/2015 11:55 AM, Ken G. wrote: > I will be studying this also. I am still using Python 2.7.6 as that is > the latest as provided by Ubuntu 14.04.1. FYI, Python 3.4 is installed by default in Ubuntu 14.04(.1). You have to invoke it as 'python3' though. MMR... __

Re: [Tutor] Using if statement with csv file

2015-01-27 Thread Matthew Ruffalo
On 01/27/2015 08:04 AM, Tammy Miller wrote: > I have a csv file. I would like to create a filter or if statement on a > column but it is not producing the right results. It displays everythingHere > is the example:import csvwith open('test.csv') as csvfile:reader = > csv.DictReader(csvfile)f