Hi everyone,
After having used Python on Linux for some time, I now have to do
Python coding on Windows. I am big fan of the interactive Python shell
to test, eg, regexps.
Is there an interactive Python shell on Windows that supports:
- easy copy-pasting to/from an editor? (as opposed to the cum
On Oct 1, 3:10 pm, Jason Scheirer <[EMAIL PROTECTED]> wrote:
> On Oct 1, 9:53 am, [EMAIL PROTECTED] wrote:
>
>
>
> > Hi everyone,
>
> > After having used Python on Linux for some time, I now have to do
> > Python coding on Windows. I am big fan of the interactive Python shell
> > to test, eg, regex