File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,6 @@ most out of using Python interactively. Its main components are:
271271 $ pip install ipython
272272
273273
274-
275274 BPython
276275-------
277276
@@ -291,3 +290,24 @@ features:
291290.. code-block :: console
292291
293292 $ pip install bpython
293+
294+ ptpython
295+ --------
296+
297+ `ptpython <https://github.com/jonathanslenders/ptpython/ >`_ is a REPL build
298+ on top of the `prompt_toolkit <http://github.com/jonathanslenders/python-prompt-toolkit >`_
299+ library. It is considered to be an alternative to BPython _. Features include:
300+
301+ * Syntax highlighting
302+ * Autocompletion
303+ * Multiline editing
304+ * Emacs and VIM Mode
305+ * Embedding REPL inside of your code
306+ * Syntax Validation
307+ * Tab pages
308+ * Support for integrating with IPython _'s shell, by installing IPython
309+ ``pip install ipython `` and running ``ptipython ``.
310+
311+ .. code-block :: console
312+
313+ $ pip install ptpython
You can’t perform that action at this time.
0 commit comments