BPython on Arch Linux

What is BPython

BPython in an interactive and fancy interface for Python interpreter, It supports Mac OS, Windows, Linux, and BSD.

Why use BPython?

The benefit of using BPython is it offers on the fly autocomplete and suggestion, which helps in being more efficient when testing a block of code.

All it takes is a simple command to install it.

Install BPython

sudo pacman -S bpython

Executing BPython

To open BPython, enter.

bpython

Thank you for reading.