Copy & Paste in a Dos box

Shawn Milochik Shawn at Milochik.com
Wed May 6 21:51:47 EDT 2009


<snip>
> Damn! I may just go back to using Python from the command prompt
> instead of using IDLE.
>
> On second thought, IDLE is way too useful for indenting, dedenting,
> commenting and uncommenting blocks of code. Can't go back to using
> Notepad.
>
<snip>


You might want to check out iPython, then -- it's an interactive
Python interpreter that's meant to be used as a shell environment. It
has very useful help and auto-completion features.

If you're just talking about an IDE, you might want to try TextMate if
you're on a Mac. It's great. Notepad++ is good on Windows, but I
haven't used it in Python much, so I don't know about its indentation
features.



More information about the Python-list mailing list