I'm assuming here that you don't mean "running python in the device the app is targeted to alongside react" because that's a can of worms all by itself.
If you meant "integrate it with a server running python" then it's no different than integrating it with any other server. Like j said, just create an API, in python, your app can communicate with and you're done.