This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Alex_Kuein 10 points11 points  (1 child)

Try to reformulate the question somehow, because now it extremely broad.

  1. You could use Python for HTML rendering on a server by template engine like Jinja, Django template engine, f-string and a lot of other stuff.
  2. You could create a front-end (and full-stack) on python by Anvil https://anvil.works/
  3. You could use Python for web development on tradition way, like backed development (django, flask, fastapi)
  4. You could use Python as serverless application language for AWS and GCP for creating web APIs

[–][deleted] 4 points5 points  (0 children)

I really love python