Working With bpython Enhanced REPL

Опубликовано: 02 Ноябрь 2023
на канале: Real Python
1,408
48

This is a preview of a complete video course about bpython. You can use bpython to experiment with your code or quickly test an idea without switching contexts between different programs, just like in an integrated development environment (IDE). In addition, bpython may be a valuable teaching tool in either a virtual or physical classroom.

This is a portion of the complete course, which you can find here:
https://realpython.com/courses/using-...

The rest of the course covers:
Tweak bpython’s configuration and its color theme
Use common keyboard shortcuts to code more quickly
Share your REPL session
Reloading imported modules
Contribute to bpython’s open-source project on GitHub