Re: How to check if a string is an int?

2005-12-21 Thread Neuruss
Can't we just check if the string has digits? For example: x = '15' if x.isdigit(): print int(x)*3 45 -- http://mail.python.org/mailman/listinfo/python-list

Re: Learning more about The Python Way

2005-06-13 Thread Neuruss
As someone else mentioned, get a copy of the 2nd edition of the Python Cookbook. It's full of gold. Or you can read the recipes online here: http://aspn.activestate.com/ASPN/Python/Cookbook/ -- http://mail.python.org/mailman/listinfo/python-list

installing mod_python with python 2.4 on Windows xp

2005-05-15 Thread Neuruss
I need help with this issue. All my attempts to get it up and running failed, and the documentation I found so far didn't help me at all. I'm trying to configure this components together: - Apache 2.0.53 - mod_python 3.2.0 dev 2005 0428 win32-p v2.4 - python 2.4 The above version of mod_python

C# equivalent to range()

2006-06-01 Thread Neuruss
equivalent in C#? Thanks in advance, Neuruss -- http://mail.python.org/mailman/listinfo/python-list

Re: C# equivalent to range()

2006-06-01 Thread Neuruss
John Machin wrote: Neuruss wrote: I'm sorry for asking about another language here, but since I only know Python and I'm trying to write something in C#, I guess this is the best place... Bad guess. Ask questions about language X on comp.lang.X Well, perhaps I should. And I should also

Re: C# equivalent to range()

2006-06-01 Thread Neuruss
Thank you DH!! D H wrote: Neuruss wrote: I'm sorry for asking about another language here, but since I only know Python and I'm trying to write something in C#, I guess this is the best place... I'd like to know how to write this in C#: x=[] sz = 1000 x.extend(range(sz

Re: C# equivalent to range()

2006-06-04 Thread Neuruss
they buy a punching bag to discharge their frustation. I don't think this forum is the best place for doing it. Regards, Neuruss -- http://mail.python.org/mailman/listinfo/python-list

Re: C# equivalent to range()

2006-06-04 Thread Neuruss
Dennis Lee Bieber wrote: What most of us saw was a blunt request on how to implement a Python construct in some other language that may not be familiar to us. I'm curious, who are us? -- http://mail.python.org/mailman/listinfo/python-list

Re: C# equivalent to range()

2006-06-05 Thread Neuruss
on with their happy lifes. À bientôt, Neuruss -- http://mail.python.org/mailman/listinfo/python-list

Re: C# equivalent to range()

2006-06-05 Thread Neuruss
Fredrik Lundh wrote: do you think the few of us who haven't already done so would miss anything if we plonked you now? Oh, no... How am I supposed to live without you, Freddie? -- http://mail.python.org/mailman/listinfo/python-list

Re: Python for professsional Windows GUI apps?

2009-08-27 Thread Neuruss
On 26 ago, 05:29, erikj tw55...@gmail.com wrote: Hi, You could have a look at Camelot, to see if it fits your needs :http://www.conceptive.be/projects/camelot/ it was developed with cross platform business apps in mind.  when developing Camelot, we tried to build it using wxWidgets first

Re: ANN: psyco V2

2009-07-23 Thread Neuruss
It seems psyco.org is still in the transfer process... Is there any charitable soul with a link to a Windows binary? :-) -- http://mail.python.org/mailman/listinfo/python-list

Re: unladen swallow: python and llvm

2009-06-07 Thread Neuruss
On 5 jun, 06:29, Nick Craig-Wood n...@craig-wood.com wrote: Luis M  González luis...@gmail.com wrote:  I am very excited by this project (as well as by pypy) and I read all  their plan, which looks quite practical and impressive.  But I must confess that I can't understand why LLVM is so