Modern Python Projects Transcripts
Chapter: Writing code
Lecture: bpython
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
If you are looking for something more lightweight than I Python then bPython, is another great choice. It has less features than iPython,
0:10
but it has all the essential ones. Let's see this in action. We get syntax highlighting.
0:29
We get smart indentation, auto completion and suggestions. As you type. One really cool feature is the rewind, that lets you undo the last
0:38
command by pressing ctrl+r, this is pretty useful. If you made an error and you want to undo it, as you can see here,
0:47
we got back to the time when a was still equal 1, pretty handy feature.