Red Sweater Blog - Learn Python
This program is a Python counterpart to the last one I blogged about, Learn Ruby.
Red Sweater Blog:
It sounds kind of cool,. Hopefully, the optional but oh-so-necessary Readline support has been built in.
By the way, the NodeBox software it mentions looks awesome from its description.
Red Sweater Blog:
Learn Python is a simple Mac OS X application (GNU License, source included) that puts a web browser and terminal window into one application. The web browser points at the aforementioned Python tutorial on the web, and it remembers the last URL you went to, so you can trust it to remember which chapter you were at when you last quit.
It sounds kind of cool,. Hopefully, the optional but oh-so-necessary Readline support has been built in.
By the way, the NodeBox software it mentions looks awesome from its description.
Technorati tags: python, programming
1 Comments:
Hi there! This is the author of Learn Python. Just thought I'd burst your bubble about the "readline support" question. The bad news is I don't "compile that in," but the good news is I don't compile any python in. I just run the standard one from your system. If you install a better python, the app will use it. You can also tweak the app's resources so that it points to a python (or any other shell tool) path of your choosing.
Enjoy!
Post a Comment
<< Home