How do I create a shopify app using python and react?

Sorry, if this is a dumb question. I am new to shopify development, I have created apps with remix, and I wanted to know is there any way to create apps with a python backend, react frontend setup. If yes what are the steps involved. With remix, I could scaffold an app with the shopify cli with auth and webhooks already setup, is there any equivalent for python or would I have to do all this setup manually?

Hey, did you find the answer? I am wondering the same thing…

Hey, I decided to go with Nextjs, but you can find several templates with python on Github which you could try, like GitHub - garettB/shopify-flask-example: A simple Shopify app created using Flask and Python.