Python Forum

Full Version: Could python support HTML&css like Node.js?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,
I have a new idea that I hope python can support HTML&css like Node.js, so that we could use python to develop an GUI app in a more interesting way!
Node.js is typically used for writing the backend of a web application, obviously serving HTML and CSS to be rendered in a browser. You already can write web backends in Python, as there are a number of frameworks: Flask, Django, Bottle are some of them.