Hacker News new | ask | show | jobs
by gknoy 4287 days ago
I used to use BPython. I really liked its way of presenting autocomplete. However, its scrolling drove me NUTS (it doesn't use your terminal's scroll). I was much happier when I switched to IPython.

Both are leagues better than the plain REPL, though. :)

1 comments

If you haven't seen it, you should check out bpython-curtsies, it solves the scrolling problem problem:

    pip install bpython[curtsies]
    bpython-curtsies