Hi!
What is bpython?
It's a fine way to use python instead of using the common interpreter of python.
You can use python from the console (command line) in a more similar way to what you do with an editor like sublime with:
- highlighted syntax
- autompletion
- autoindentation after :
- etc.
to install it (in linux, in windows omit the 'sudo') in the cmd:
$ sudo pip3 install bpython
See ya.
Comments
Post a Comment