Ted Leung on the air: Open Source, Java, Python, and ...
Bill Bumgarner is one of the MacPython contributors, and I found a bunch of useful information on his blog, including this explanation of prebinding. I also found out about IPython and pyrepl, which are augmented command line interpreters for Python. I managed to get both of them running on Panther's python, and I've gotten IPython to work as a wrapper for Chandler's python. I had to patch pyrepl to get it to work for regular python, and I'm not sure I like it enough to do the work for Chandler python. They both offer good command completion, and easier access to the Python documentation (along the way I learned about the PYTHONDOCS environment variable). IPython also includes lots of customization facilties and the ability to log your session and play it back later -- a feature that is really useful when I have to get the repository set up to do some work. pyrepl's big feature is that it can do muliple line editing in the shell, which is nice for Python's loops and conditionals. Unfortunately, the implementation flickers a bit (in character mode!), which makes it hard to work with. The completion support seems better -- it can recognize packages to import, for instance. It also seems that pyrepl isn't being that actively developed any more. I'd love to see pyrepl's multi-line editing, and better completion work their way into IPython.
I'm glad that I discovered this before I wasted too much time. Of course, if I had clicked the MacPython link off of Python.org, I would have found this sooner. But better late than never...

Posted by Michael Hudson at Mon Jan 5 06:55:51 2004
Any chance of merging with IPython or http://pythonmac.org/wiki/PyInterpreter?
Posted by Ted Leung at Mon Jan 5 13:30:45 2004
Michael and I have spoken in the past about merging features, and I'd love to. The problem is that ipython needs a deep code cleanup before going much further with it. With mininal time for it as a 'fun' project on the side, as Michael said, "don't ask when" :)
Posted by Fernando Perez at Thu Jan 8 19:24:50 2004

Add a comment here:
You can use some HTML tags in the comment text:
To insert a URI, just type it -- no need to write an anchor tag.
Allowable html tags are: <a href>
, <em>
, <i>
, <b>
, <blockquote>
, <br/>
, <p>
, <code>
, <pre>
, <cite>
, <sub>
and <sup>
.
You can also use some Wiki style:
URI => [uri title]
<em> => _emphasized text_
<b> => *bold text*
Ordered list => consecutive lines starting spaces and an asterisk