About 61 results
Open links in new tab
  1. 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:

  2. 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: …

  3. 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 …

  4. Downloads - bpython

    Downloads The easiest way to get bpython is by installing it with pip, preferably in your virtual environment.

  5. 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 @ …

  6. Screenshots - bpython

    Known issues and FAQDonate?

  7. 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 …

  8. 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 …

  9. 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 …

  10. 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.