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
mall for a sourceforge project but too big to be a
snippet?
Thanks!
Cheers
Bert Heymans
--
http://mail.python.org/mailman/listinfo/python-list
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 previo
in looking
for this kind of information.
kind regards,
- Bert Heymans
--
http://mail.python.org/mailman/listinfo/python-list
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 -