Re: Sets in Python

2007-09-18 Thread Evil Bert
sapsi wrote: > 2) This is not related, but is there i neat way (without pop and list > comprehension) to convert a set into a list? I say neat because i'm > guessing using list comprehension might turn out be slow and there > might be other methods which are faster. a = set([1, 2, 3, 4]) b = list(

Re: interesting puzzle......try this you will be rewarded...

2007-09-07 Thread Evil Bert
Andreas Tawn wrote: > Maybe http://www.pythonchallenge.com/ ? Fun! Thanks! -- http://mail.python.org/mailman/listinfo/python-list

Re: interesting puzzle......try this you will be rewarded...

2007-09-06 Thread Evil Bert
Basilisk96 wrote: > I remember seeing a more elaborate puzzle that involved coding, > cryptography knowledge, etc. to get through it. But what was the link, > I forget now... There's this one http://www.inwardhellix.net/ I haven't played it yet so I can't vouch for its quality. (am playing it n

Re: interesting puzzle......try this you will be rewarded...

2007-09-06 Thread Evil Bert
Tobiah wrote: > My adblock extension must be doing a great job. > I don't see any ads. The puzzle is fun really, > but I'm stuck right now at 'eeiigg'. eight --> eeiigg nine --> nniinn Kinda silly, but it works -- http://mail.python.org/mailman/listinfo/python-list

Re: So what exactly is a complex number?

2007-09-03 Thread Evil Bert
Grzegorz Słodkowicz wrote: > You're mixing terms again. Analogy is saying 'something is like > something else.' Actually, that's a simile. -- http://mail.python.org/mailman/listinfo/python-list