Search code examples
pythonemacsbpython

bpython in Emacs


I've started using bpython for my python interpreting needs. I like the syntax highlighting and the tab completion mode. I'd like to get bpython working in emacs (note: simply running the bpython command in shell mode doesn't work) so that I can achieve Python nirvana. Any recommendations on how to get started writing an emacs plugin to do this?

Thanks, Bradley Powers


Solution

  • term-mode works or are you striving for a integration with the python mode like sending code to bpython?