+ 5
How to display HTML files containing bootstrap using Python?
3 ответов
+ 5
Bootstrap the front-end component library?
Bootstrap is a toolkit HTML, CSS, and JS. Not python. But you can still use python to make APIs or to generate html dynamically.
What do you mean by "How to display...?" Using a web browser, obviously. You always use a web browser for HTML. No matter what server-side technology and what component library. So how is python and bootstrap relevant for your question?
+ 4
You can do this using Python Django framework
- 6
g