Comments on: Python: Regex Test Function http://www.movingtofreedom.org/2008/03/29/python-regex-test-function/ free software, free culture, free association Thu, 24 Jul 2008 05:27:24 +0000 http://wordpress.org/?v=2.0.11 by: Scott Carpenter http://www.movingtofreedom.org/2008/03/29/python-regex-test-function/#comment-3525 Tue, 01 Apr 2008 00:20:46 +0000 http://www.movingtofreedom.org/2008/03/29/python-regex-test-function/#comment-3525 Thanks for the pointer, Michael. I'll keep it in mind and likely give it a try as I continue learning Python and look for more conveniences. Tab completion would be nice -- I find that I often want to hit tab to complete things as if I'm in the shell. Haven't started doing GUI stuff yet, but the graphics support sounds good. I see ipython is available through apt-get, so will be easy to give it a test drive. Thanks for the pointer, Michael. I’ll keep it in mind and likely give it a try as I continue learning Python and look for more conveniences. Tab completion would be nice — I find that I often want to hit tab to complete things as if I’m in the shell. Haven’t started doing GUI stuff yet, but the graphics support sounds good. I see ipython is available through apt-get, so will be easy to give it a test drive.

]]>
by: Michael http://www.movingtofreedom.org/2008/03/29/python-regex-test-function/#comment-3524 Mon, 31 Mar 2008 11:47:53 +0000 http://www.movingtofreedom.org/2008/03/29/python-regex-test-function/#comment-3524 Hi Scott, Thanks for sharing. For folks who use the interactive python prompt a lot, I recommend <a href="http://ipython.scipy.org/moin/" title="Ipython" rel="nofollow">IPython</a>. It is an improved python shell that is a lot more fun and convenient than the vanilla python interpreter. Cheers, Michael Hi Scott,

Thanks for sharing. For folks who use the interactive python prompt a lot, I recommend IPython. It is an improved python shell that is a lot more fun and convenient than the vanilla python interpreter.

Cheers,
Michael

]]>