I currently have a Django application deployed on Render for the back end of my website.
But my goal is to stop using frameworks (like Django, Flask, Fast API, and so on) and stick with core Python, which gives me more control over the application.
So my question is: Can I deploy core python code to Render? Or do I need to use something like Django to deploy python code?