+ 2
Combining python with html,jquery and css
How do i use html, css and jquery in python? To use html, apparently i have to download a file based on one of the website i searched. But, is that really necessary? Also, how about css and jquery? What do i need to do to use them in python? Thanks in advance for any answer. :)
7 ответов
+ 6
Then there is this: http://www.yattag.org
+ 5
I am unsure as to what exactly you are trying to achieve.
Do you want to read html files with python or generate html files with python?
+ 5
https://docs.python.org/3/library/html.parser.html
+ 5
yes. the installation instructions are here.
http://www.yattag.org/download-install
+ 1
how should i say this hmm...to use css (which in this case, i would like to use the color settings and stuffs), i need html. And so is the jquery which also requires html right? So, i would say to generate html files with python.
+ 1
do i have to install/download the yattag? Sorry for asking so many questions(i'm really an amateur in coding) but i am trying to code something that is mine :(