Great job! You can look back with satisfaction at all the new things that youâve learned about bpython and how it surpasses the regular Python REPL on many levels. By now, you can install the bpython REPL on top of any Python interpreter, tweak its configuration to your liking, and appreciate its many IDE-like features. Maybe youâll make bpython your default Python REPL from now on!
In this course, youâve learned how to:
- Install and use bpython as your alternative Python REPL
- Boost your productivity thanks to bpythonâs unique features
- Tweak bpythonâs configuration and its color theme
- Use common keyboard shortcuts to code more quickly
- Contribute to bpythonâs open-source project on GitHub
If youâd like to explore other options for your virtual workspace, then check out the Perfect Your Python Development Setup learning path.

rwelk on Feb. 20, 2024
Another choice for a REPL. Thank you Darren