Python bindings would enable gpucpp to be used similar to Taichi, Warp and Mojo. I would personally love to try gpucpp with my creative AI project Tölvera.
pybind is one choice for testing this out. SignalFlow is an example of a C++ project using pybind to create a Python syntax.
A first proof of concept could take the hello world example and demonstrate a Python equivalent version.