Re: achieving performance using C/C++

2007-11-05 Thread Palindrom
Hi all, I'd be very interseted in a good tutorial for using C/C++ to optimize python code too ! Thanks in advance. sandipm wrote: > I did fair amount of programming in python but never used c/c++ as > mentioned below. > any good tutorials for using C/C++ to optimize python codebase for > perform

Re: achieving performance using C/C++

2007-11-06 Thread Palindrom
Thanks to everybody ! -- http://mail.python.org/mailman/listinfo/python-list

How to best explain a "subtle" difference between Python and Perl ?

2008-08-12 Thread Palindrom
Hi everyone ! I'd like to apologize in advance for my bad english, it's not my mother tongue... My girlfriend (who is a newbie in Python, but knows Perl quite well) asked me this morning why the following code snippets didn't give the same result : ### Python ### liste = [1,2,3] def foo( my_li

Re: How to best explain a "subtle" difference between Python and Perl ?

2008-08-13 Thread Palindrom
On Aug 13, 2:12 am, Jonathan Gardner <[EMAIL PROTECTED]> wrote: > On Aug 12, 9:17 am, Palindrom <[EMAIL PROTECTED]> wrote: > > > > > Hi everyone ! > > > I'd like to apologize in advance for my bad english, it's not my > > mother tongue... &g