jonathan_s | 11 years ago | on: Python REPL with syntax highlighting, autocomplete and multiline editing
jonathan_s's comments
jonathan_s | 11 years ago | on: Python REPL with syntax highlighting, autocomplete and multiline editing
(Not yet on Pypi, we we'll get there.)
jonathan_s | 11 years ago | on: Python REPL with syntax highlighting, autocomplete and multiline editing
The idea is indeed that ``ptpython`` could become the terminal front-end for IPython.
The only thing on which ``prompt_toolkit`` is focussing, is reading input from stdin and returning it to the application. IPython is a very powerful execution environment, but the current command line interface which uses GNU readline lacks decent multiline editing and syntax highlighting.
There is a proof of concept of what the integration could look like: https://github.com/jonathanslenders/python-prompt-toolkit/bl... But in the end it would be nice to have this as a part of IPython itself.
jonathan_s | 12 years ago | on: Fast scraping in Python with Asyncio
jonathan_s | 12 years ago | on: WebSocket for Python 2 and 3 on Twisted and Asyncio
I noticed. You're not doing it wrong. It's a bug and it will be fixed asap.