Re: [Tutor] lc_ctype and re.LOCALE

2016-01-31 Thread Albert-Jan Roskam
> From: oscar.j.benja...@gmail.com > Date: Fri, 29 Jan 2016 16:32:57 + > Subject: Re: [Tutor] lc_ctype and re.LOCALE > To: sjeik_ap...@hotmail.com > CC: tutor@python.org > > On 28 January 2016 at 20:23, Albert-Jan Roskam > wrote: > > > > Out of curiosity, I wrote the throw-away script below

Re: [Tutor] lc_ctype and re.LOCALE

2016-01-31 Thread Albert-Jan Roskam
> From: eryk...@gmail.com > Date: Fri, 29 Jan 2016 07:14:07 -0600 > Subject: Re: [Tutor] lc_ctype and re.LOCALE > To: tutor@python.org > CC: sjeik_ap...@hotmail.com > > On Thu, Jan 28, 2016 at 2:23 PM, Albert-Jan Roskam > wrote: > > Out of curiosity, I wrote the throw-away script below to find

Re: [Tutor] lc_ctype and re.LOCALE

2016-01-31 Thread Albert-Jan Roskam
> From: sjeik_ap...@hotmail.com > To: oscar.j.benja...@gmail.com > Date: Sun, 31 Jan 2016 19:56:21 + > Subject: Re: [Tutor] lc_ctype and re.LOCALE > CC: tutor@python.org > > > > From: oscar.j.benja...@gmail.com > > Date: Fri, 29 Jan 2016 16:32:57 + > > Subject: Re: [Tutor] lc_ctype and re

Re: [Tutor] http://www.rmunn.com/sqlalchemy-tutorial/tutorial.html

2016-01-31 Thread Albert-Jan Roskam
> Date: Fri, 29 Jan 2016 14:50:57 + > Subject: [Tutor] http://www.rmunn.com/sqlalchemy-tutorial/tutorial.html sorry, I did not intend to send this to Python Tutor (the link is awesome, though) ___ Tutor ma

Re: [Tutor] Finding the max value from a dictionary that does not exceed a variable's value.

2016-01-31 Thread srinivas devaki
On Sun, Jan 31, 2016 at 3:54 AM, Danny Yoo wrote: > --- > I want to take the max value in the dictionary 'coinvalues' that is the > same as or lower than the variable 'change'. I have no idea how to search > through the 'coinvalues' dictionary and find the value that is highest but > does not ex