logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Bpython Interpreter - Enhance Python REPL | Online Free DevTools by Hexmos

Enhance your Python REPL with Bpython Interpreter. Improve productivity with syntax highlighting and auto-completion in interactive Python sessions. Free online tool, no registration required.

bpython

A fancy interface to the Python interpreter. Provides syntax highlighting and many other nice-to-haves in REPL mode. More information: https://manned.org/bpython.

  • Start a REPL (interactive shell):

bpython

  • Execute a specific Python file:

bpython {{path/to/file.py}}

  • Execute a specific Python file and start a REPL:

bpython {{[-i|--interactive]}} {{path/to/file.py}}

  • Use the specified configuration file instead of the default configuration:

bpython --config {{path/to/file.conf}}

See Also