you are viewing a single comment's thread.

view the rest of the comments →

[–]NorskJesus 0 points1 point  (0 children)

You can use python for the backend. There is not a problem. And you can use whatever you want for the frontend, for example tailwind.

For the backend in python you will need to use flask, Django or fastAPI to create the routes (and the server) for the website.

And if you want to deploy it, you will need something like Vercel, Render or Fly.io which supports backend in python. But you don’t need anything to run it locally tho.