Re: [Tutor] How to calculate high value from multiple lines for each column

2016-02-25 Thread Fosiul Alam
Hi Alan I am little bit confused about the statement, bellow is from your previuos comments > if fields[0] in s_value: > s_value[fields[0]].append(fields[10]) > else: > s_value[fields[0]]=[fields[10]] > We can tidy t

[Tutor] Dobut about a bug

2016-02-25 Thread torral
Hellow I have downloaaded recently the python 3.5.1. It seems that there is a bug relating to version 3.5 and I want to know if it does afect the 3.5.1 version. Thanks in advance. Regards Carmen ___ Tutor maillist - Tutor@python.org To unsubscribe o

Re: [Tutor] Dobut about a bug

2016-02-25 Thread Alan Gauld
On 25/02/16 16:13, tor...@telefonica.net wrote: > Hellow I have downloaaded recently the python 3.5.1. > It seems that there is a bug relating to version 3.5 There are always bugs in virtually all major software releases. You need to be more specific about which particular bug you are concerned a

Re: [Tutor] How to calculate high value from multiple lines for each column

2016-02-25 Thread Alan Gauld
On 25/02/16 20:44, Fosiul Alam wrote: > how ami I gettign the "values" ? as its not defiend > anywhere, so how we putting data into variables "values" ? Look more closely at my previous post. >>> s_value= dict() >>> u_value=dict() >>> >> >> You don't need two variables here, just one will do, le

Re: [Tutor] Dobut about a bug

2016-02-25 Thread Steven D'Aprano
On Thu, Feb 25, 2016 at 05:13:38PM +0100, tor...@telefonica.net wrote: > Hellow I have downloaaded recently the python 3.5.1. It seems that > there is a bug relating to version 3.5 and I want to know if it does > afect the 3.5.1 version. Thanks in advance. Probably. There are dozens of open bug

Re: [Tutor] Dobut about a bug

2016-02-25 Thread Mark Lawrence
On 25/02/2016 16:13, tor...@telefonica.net wrote: Hellow I have downloaaded recently the python 3.5.1. It seems that there is a bug relating to version 3.5 and I want to know if it does afect the 3.5.1 version. Thanks in advance. Regards Carmen I am not aware of any bugs with Python 3.5.1 w