[Chicago] Python Project Night and Office Hours this week

Joshua Herman zitterbewegung at gmail.com
Tue Dec 15 18:14:58 EST 2015


The way I try to program regexs is half the time I google the desired
result and use that since it may have been tested before and just use it.
The other times I would basically create test cases in a tool that Carl
mentioned and I generally have the regex examples cheat sheet open.
On Tue, Dec 15, 2015 at 2:03 PM sheila miguez <shekay at pobox.com> wrote:

>
> On Tue, Dec 15, 2015 at 1:33 PM, Carl Karsten <carl at personnelware.com>
> wrote:
>
>>
>> Here is a nice UI for experimenting
>>
>> http://regexr.com
>>
>
> neat
>
> I usually end up using a tool like that if I can't figure out why  my
> expression isn't working as expected.
>
> oh and for the python part of this, when I have a particularly hairy
> expression, I like the re.VERBOSE option so I can do multiline definitions
> with comments.
>
>
>
> --
> shekay at pobox.com
> _______________________________________________
> Chicago mailing list
> Chicago at python.org
> https://mail.python.org/mailman/listinfo/chicago
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20151215/2fb8ab2a/attachment.html>


More information about the Chicago mailing list