Combining python with html,jquery and css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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. :)

26th Jan 2018, 4:12 AM
Ragon
7 Answers
+ 6
Then there is this: http://www.yattag.org
26th Jan 2018, 5:16 AM
jay
jay - avatar
+ 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?
26th Jan 2018, 4:38 AM
jay
jay - avatar
+ 5
https://docs.python.org/3/library/html.parser.html
26th Jan 2018, 4:52 AM
jay
jay - avatar
+ 5
yes. the installation instructions are here. http://www.yattag.org/download-install
26th Jan 2018, 5:39 AM
jay
jay - avatar
+ 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.
26th Jan 2018, 5:06 AM
Ragon
+ 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 :(
26th Jan 2018, 5:33 AM
Ragon