Re: Regular expression use

2007-08-24 Thread Bert Heymans
Nick, In Mastering Regular Expressions by Jeffrey E. F. Friedl your question is answered in the first 6 chapters. Seriously, that's what it takes. It's a really good book. Cheers Bert On Aug 24, 12:58 pm, [EMAIL PROTECTED] (Nick Maclaren) wrote: For reasons that I won't explain, as they are

Any advice on ways for sharing a small Python application with the world?

2007-08-20 Thread Bert Heymans
for a sourceforge project but too big to be a snippet? Thanks! Cheers Bert Heymans -- http://mail.python.org/mailman/listinfo/python-list

Re: Python shell on mac os x

2007-03-16 Thread Bert Heymans
On Mar 16, 4:08 am, [EMAIL PROTECTED] (Alex Martelli) wrote: Bert Heymans [EMAIL PROTECTED] wrote: Hi! I'm using iTerm on the mac the keymapping isn't right. On Linux and Windows it's really nice to be able to hit up to get the previous command. Does anyone know a way to get the Pyhton

Python shell on mac os x

2007-03-15 Thread Bert Heymans
. kind regards, - Bert Heymans -- http://mail.python.org/mailman/listinfo/python-list

Re: New to Python

2007-03-12 Thread Bert Heymans
On Mar 12, 3:02 am, Alberto Vieira Ferreira Monteiro [EMAIL PROTECTED] wrote: Hi, I am new to Python, how stupid can be the questions I ask? For example, how can I add (mathematically) two tuples? x = (1,2) y = (3,4) How can I get z = (1 + 3, 2 + 4) ? Alberto Monteiro Alberto - List