Re: [python-nl] Startupweekend in Amsterdam

2011-06-30 Berichten over hetzelfde onderwerp Wichert Akkerman
On 06/29/2011 06:56 PM, Remco Wendt wrote: Hey all, A couple of python/django developers will join in during http://amsterdam.startupweekend.org (July 8th - July 10th) in Pakhuis de Zwijger, also location where DjangoCon Europe was hosted. Startupweekend is a non-stop marathon to create a sta

Re: [python-nl] lambda rewrite question

2011-06-30 Berichten over hetzelfde onderwerp Elit
Hi, I think the problem is that the lamba function tries to return the value stored at variable 'c', but that variable is only defined within the inner loop. So, if the lambda function gets called later on, it references 'c' which is not valid anymore. You might be able to solve it by doing