<div>Oh geez...where do I even start...</div><div><br></div>First, I also have a love hate relationship with re., but I guess that&#39;s more because of regex than re itself. But over time I seen to have gotten better at identifying what I shouldn&#39;t use regex for. Hybrid regex solutions seems to be the most maintainable in a lot of cases.<div>
<br></div><div>itertools, pprint, json, csv, contextlib makes me happy.</div><div><br></div><div>urllib etc. is surprisingly useful at random times...</div><div><br></div><div>There&#39;s just too much good stuff! I can&#39;t decide which my favorite is.</div>
<div><br></div><div>- Andrew</div><div><br><div class="gmail_quote">On Thu, Jun 16, 2011 at 6:07 PM, Alex Chang <span dir="ltr">&lt;<a href="mailto:maverick.chang@gmail.com">maverick.chang@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">regexbuddy has made regex-ing alot quicker for me.  if you dont use<br>
it, highly recommend checking it out.<br>
<div><div></div><div class="h5"><br>
On Thursday, June 16, 2011, Daniel Greenfeld &lt;<a href="mailto:pydanny@gmail.com">pydanny@gmail.com</a>&gt; wrote:<br>
&gt; This is a tough one. I change my mind on it every day.<br>
&gt;<br>
&gt; Today my favorite is JSON because it lets me serialize data for<br>
&gt; storage or messages so trivially. And unlike Pickle everything in the<br>
&gt; world can read in a JSON file.<br>
&gt;<br>
&gt; Danny<br>
&gt;<br>
&gt; On Thu, Jun 16, 2011 at 5:22 PM, Christopher Mahan<br>
&gt; &lt;<a href="mailto:chris.mahan@gmail.com">chris.mahan@gmail.com</a>&gt; wrote:<br>
&gt;&gt; I find that when I use regular expressions, I end up maintaining the code,<br>
&gt;&gt; cuz nobody else wants to touch it, so I avoid it.<br>
&gt;&gt;<br>
&gt;&gt; Christopher Mahan<br>
&gt;&gt; <a href="tel:818.671.1709" value="+18186711709">818.671.1709</a><br>
&gt;&gt; <a href="mailto:chris.mahan@gmail.com">chris.mahan@gmail.com</a><br>
&gt;&gt; <a href="http://christophermahan.com" target="_blank">http://christophermahan.com</a><br>
&gt;&gt;<br>
&gt;&gt; On Jun 16, 2011 5:19 PM, &quot;Grig Gheorghiu&quot; &lt;<a href="mailto:grig.gheorghiu@gmail.com">grig.gheorghiu@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt; I use regular expressions a lot in my code, so I have a love/hate<br>
&gt;&gt;&gt; relationship with the &#39;re&#39; module. It&#39;s not a favorite necessarily,<br>
&gt;&gt;&gt; but other than os and system it&#39;s probably the one I use most. This is<br>
&gt;&gt;&gt; one area of Python (probably the only area) that I wish was as<br>
&gt;&gt;&gt; polished as Perl&#39;s ;-)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Grig<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; socal-piggies mailing list<br>
&gt;&gt;&gt; <a href="mailto:socal-piggies@lists.idyll.org">socal-piggies@lists.idyll.org</a><br>
&gt;&gt;&gt; <a href="http://lists.idyll.org/listinfo/socal-piggies" target="_blank">http://lists.idyll.org/listinfo/socal-piggies</a><br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; socal-piggies mailing list<br>
&gt;&gt; <a href="mailto:socal-piggies@lists.idyll.org">socal-piggies@lists.idyll.org</a><br>
&gt;&gt; <a href="http://lists.idyll.org/listinfo/socal-piggies" target="_blank">http://lists.idyll.org/listinfo/socal-piggies</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; &#39;Knowledge is Power&#39;<br>
&gt; Daniel Greenfeld<br>
&gt; <a href="http://pydanny.com" target="_blank">http://pydanny.com</a><br>
&gt; <a href="http://cartwheelweb.com" target="_blank">http://cartwheelweb.com</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; socal-piggies mailing list<br>
&gt; <a href="mailto:socal-piggies@lists.idyll.org">socal-piggies@lists.idyll.org</a><br>
&gt; <a href="http://lists.idyll.org/listinfo/socal-piggies" target="_blank">http://lists.idyll.org/listinfo/socal-piggies</a><br>
&gt;<br>
<br>
_______________________________________________<br>
socal-piggies mailing list<br>
<a href="mailto:socal-piggies@lists.idyll.org">socal-piggies@lists.idyll.org</a><br>
<a href="http://lists.idyll.org/listinfo/socal-piggies" target="_blank">http://lists.idyll.org/listinfo/socal-piggies</a><br>
</div></div></blockquote></div><br></div>