[Python-ideas] REPL features

Mike Miller python-ideas at mgmiller.net
Wed Aug 22 19:37:54 EDT 2018


On 2018-08-22 10:08, Antoine Pitrou wrote:
> On Wed, 22 Aug 2018 09:38:57 -0700
> Chris Barker via Python-ideas
>> On Tue, Aug 21, 2018 at 3:07 PM, Jonathan Fine <jfine2358 at gmail.com> wrote:
>>
>>>> Maybe this is something Python's REPL should do?

> To me it sounds fine to improve the REPL.  Especially, being able to
> paste examples without effort was a sore point for me until I finally
> switched to IPython.  How much complexity and development work that
> would entail I don't know, though :-)
> 
> Regards
> 
> Antoine.


iPython brings in a lot of functionality, perhaps too much.

Would prefer something more focused like bpython or ptpython.

-Mike


More information about the Python-ideas mailing list