How do I setup triggers from python

You could write a trigger that calls a lamba on AWS that’s in Python. Or you could have a API running somewhere and then just POST your data to that endpoint.

Triggers only support JS for now.