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 @@ -278,7 +278,6 @@ most out of using Python interactively. Its main components are:
278278 $ pip install ipython
279279
280280
281-
282281 BPython
283282-------
284283
@@ -298,3 +297,24 @@ features:
298297.. code-block :: console
299298
300299 $ pip install bpython
300+
301+ ptpython
302+ --------
303+
304+ `ptpython <https://github.com/jonathanslenders/ptpython/ >`_ is a REPL build
305+ on top of the `prompt_toolkit <http://github.com/jonathanslenders/python-prompt-toolkit >`_
306+ library. It is considered to be an alternative to BPython _. Features include:
307+
308+ * Syntax highlighting
309+ * Autocompletion
310+ * Multiline editing
311+ * Emacs and VIM Mode
312+ * Embedding REPL inside of your code
313+ * Syntax Validation
314+ * Tab pages
315+ * Support for integrating with IPython _'s shell, by installing IPython
316+ ``pip install ipython `` and running ``ptipython ``.
317+
318+ .. code-block :: console
319+
320+ $ pip install ptpython
You can’t perform that action at this time.
0 commit comments