Can I use python whit HTML & CSS & JavaScript , how? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can I use python whit HTML & CSS & JavaScript , how?

26th Jun 2017, 9:47 AM
Morad Bouazzaoi
Morad Bouazzaoi - avatar
2 Answers
+ 6
flask
26th Jun 2017, 10:20 AM
Ahri Fox
Ahri Fox - avatar
+ 3
Yes, if you run Python code on server side (even with local host), and use it to handle the web server, so you can use it to dynamically answer to web request and send dynamically builded Html/Css/JS... Look at web sever frameworks modules for Python (Django, Flask, Bottle...) and maybe take a look to live possibilities at pythonanywhere.com ;)
26th Jun 2017, 10:24 AM
visph
visph - avatar