[Tutor] How to find a substring within a list of items

Richard Querin rfquerin at gmail.com
Thu Jan 13 21:23:59 CET 2011


On Thu, Jan 13, 2011 at 2:27 PM, Wayne Werner <waynejwerner at gmail.com>wrote:

>
> I don't know if either of these are the best options (they probably
> aren't), but they should work, and for 3500 it will probably loop faster
> than opening up excel.
>
> HTH,
> Wayne
>

Thanks Wayne. This would definitely be faster than getting Excel opened and
doing it there. Given Alan's great suggestion in only stepping through
string fields (this *does* have constant object formats) things should be
even quicker. Now to give them a nice simple GUI to do it in. :) Thinking
about wxPython (what I'm most used to), though it's been a while. Not sure
if there are better options for something simple like this.

Great help guys. Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20110113/40961ef0/attachment.html>


More information about the Tutor mailing list