On Jun 29, 2011, at 21:03, Dirkjan Ochtman wrote:
> 2011/6/29 Floris van Manen :
>> Exactement ...
>> En python zelf is ook niet helemaal 100% autochtoon, qua syntax en alles :-)
>
> Nouja, de syntax zelf is vrij taalneutraal... ;)
( try if def while else not except )
autochtoon in de zin van e
2011/6/29 Floris van Manen :
> Exactement ...
> En python zelf is ook niet helemaal 100% autochtoon, qua syntax en alles :-)
Nouja, de syntax zelf is vrij taalneutraal... ;)
Groet,
Dirkjan
___
Python-nl mailing list
Python-nl@python.org
http://mail.pyt
Hi there,
Sounds like a lot of fun! Unfortunately I can't make it this time, but
keep us posted about how it went and if it happens again.
Regards,
Martijn
___
Python-nl mailing list
Python-nl@python.org
http://mail.python.org/mailman/listinfo/python-n
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 startup in... yeah a weekend. It basically
means yo
On Jun 29, 2011, at 17:51, Sylvain Viollon wrote:
> On Wed, 29 Jun 2011 17:36:11 +0200
> Wichert Akkerman wrote:
>
>> On 06/29/2011 05:35 PM, Kit BLAKE wrote:
>>> On 29 Jun 2011, at 16:44, Wichert Akkerman wrote:
(zullen we python-nl gewoon in het nederlands houden?)
>>>
>>> Hij is een Fr
2011/6/29 Sylvain Viollon
> En de vraag was in engels.
>
Gaat al de goede kant op Sylvain! Het is alleen: de vraag was in _het_
Engels.
Groetjes,
Remco
--
Maykin Media
Herengracht 416, 1017 BZ Amsterdam
tel.: +31 (0)20 753 05 23
mob.: +31 (0)6 187 967 06
http://www.maykinmedia.nl
2011/6/29 Floris van Manen :
> For those of you who know everything about the basic python syntax &
> semantics ...
> I get stuck in a simple context issue (i think)
>
>
> this version works, it return the stored float value
>
> def rewrite( d ):
> for key in d:
> for k in d[key]['next']
On Wed, 29 Jun 2011 17:36:11 +0200
Wichert Akkerman wrote:
> On 06/29/2011 05:35 PM, Kit BLAKE wrote:
> > On 29 Jun 2011, at 16:44, Wichert Akkerman wrote:
> >> (zullen we python-nl gewoon in het nederlands houden?)
> >
> > Hij is een Fransman. (Maar toch bezig met een cursus nederlands :)
>
> P
On Jun 29, 2011, at 16:44, Wichert Akkerman wrote:
> Als workaround kan je dit herschrijven als "lambda x=c: x"
Dat is ook weer wel zo duidelijk.
.F
___
Python-nl mailing list
Python-nl@python.org
http://mail.python.org/mailman/listinfo/python-nl
On 06/29/2011 05:35 PM, Kit BLAKE wrote:
On 29 Jun 2011, at 16:44, Wichert Akkerman wrote:
(zullen we python-nl gewoon in het nederlands houden?)
Hij is een Fransman. (Maar toch bezig met een cursus nederlands :)
Prima reden om hier nederlands te proberen dan! En anders is er vast
python-fr
A.
Dat ruimt inderdaad mooi op.
De leesbaarheid is er vooralsnog toch nog vooral voor de mens achter de
programmeur :-)
Dank!
.F
On Jun 29, 2011, at 16:53, A.T.Hofkamp wrote:
> On 29/06/11 16:01, Floris van Manen wrote:
>> For those of you who know everything about the basic python syntax&
On 29 Jun 2011, at 16:44, Wichert Akkerman wrote:
(zullen we python-nl gewoon in het nederlands houden?)
Hij is een Fransman. (Maar toch bezig met een cursus nederlands :)
Kit
Als workaround kan je dit herschrijven als "lambda x=c: x"
Wichert.
_
On 06/29/2011 04:30 PM, Sylvain Viollon wrote:
On Wed, 29 Jun 2011 16:01:38 +0200
Floris van Manen wrote:
Hello,
this doesn't
if i call the function it will return a (random?) identical value for
all stored lambda functions.
def rewrite( d ):
for key in d:
for k in d[key]['n
On 29/06/11 16:01, Floris van Manen wrote:
For those of you who know everything about the basic python syntax& semantics
...
I get stuck in a simple context issue (i think)
this version works, it return the stored float value
def rewrite( d ):
for key in d:
for k in d[key]['nex
On Wed, 29 Jun 2011 16:01:38 +0200
Floris van Manen wrote:
Hello,
> this doesn't
> if i call the function it will return a (random?) identical value for
> all stored lambda functions.
>
> def rewrite( d ):
> for key in d:
> for k in d[key]['next']:
> c = float(d[key]['
There's a good StackOverflow answer on this:
http://stackoverflow.com/questions/2295290/what-do-lambda-function-closures-capture-in-python
The question is actually by my boss, but that's something of a
coincidence: I found it with google then remembered that he had stumbled
on the problem befo
For those of you who know everything about the basic python syntax & semantics
...
I get stuck in a simple context issue (i think)
this version works, it return the stored float value
def rewrite( d ):
for key in d:
for k in d[key]['next']:
c = float(d[key]['next'][k]['p
Hey Brian,
On Wed, Jun 29, 2011 at 05:19, Brian Curtin wrote:
> The PSF is happy to launch today an international survey of Python user
> group organizers to help it better serve the large and ever-expanding
> international Python user community.
>
Thanks for doing this! It is great seeing that
18 matches
Mail list logo