
Home - bpython
bpython is a fancy interface to the Python interpreter for Linux, BSD, macOS and Windows (with some work). bpython is released under the MIT License. It has the following (special) features:
bpython documentation — bpython "0.27.dev11" documentation
Nov 24, 2025 · This is where you can find all about using and customizing the bpython interpreter. If you want to find out more about the bpython interpreter you can visit our website: …
About - bpython
As in a lot of modern IDEs, bpython will attempt to display a list of parameters for any function you call. The inspect module is tried first, which works with any Python function, and then pydoc if …
Downloads - bpython
Downloads The easiest way to get bpython is by installing it with pip, preferably in your virtual environment.
bpython manual page — bpython "0.27.dev10" documentation
bpython was written by Robert Anthony Farrell <robertanthonyfarrel @ gmail. com> and his bunch of loyal followers. This manual page was written by Jørgen Pedersen Tjernø <jorgen @ …
Screenshots - bpython
Known issues and FAQDonate?
Themes — bpython "0.27.dev11" documentation
Nov 24, 2025 · bpython uses .theme files placed in your $XDG_CONFIG_HOME/bpython directory [1]. You can set the theme in the color_scheme option in your …
Configuration — bpython "0.27.dev11" documentation
Nov 24, 2025 · Keyboard ¶ This section refers to the [keyboard] section in your $XDG_CONFIG_HOME/bpython/config. You can set various keyboard shortcuts to be used by …
Known issues and FAQ - bpython
File "/usr/local/bin/bpython", line 7, in <module> from bpython.curtsies import main File "/Library/Python/2.7/site-packages/bpython/curtsies.py", line 14, in <module> from …
Tips and tricks — bpython "0.27.dev11" documentation
To use bpython with multiple version items this trick has been relayed to us by Simon Liedtke. Do a source checkout of bpython and add the following to your .profile equivalent file.