I have a registration form on a website and need to build a server on python which will receive this forms data and send to a database as a text. I have found information about it only through Flask. My question is can I do it with a native python and how can I do it.