Can a webpage be developed exclusively using python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Can a webpage be developed exclusively using python?

16th Jun 2017, 7:10 AM
Deepthi Vemula
Deepthi Vemula - avatar
3 Answers
+ 4
you always need HTML/CSS/JS to create a website, at least for the client part of your site. but you can do the back end exclusively in Python
17th Jun 2017, 8:47 PM
Amaras A
Amaras A - avatar
+ 3
that will be cumbersome. HTML, CSS, JavaScript were invented for a reason. that said, TIL that Instagram uses Python and django almost exclusively. so, take inspiration. the strict answer to your question is a yes, with a caution to not attempt anything large.
16th Jun 2017, 7:26 AM
Venkatesh Pitta
Venkatesh Pitta - avatar
0
simply understand that your browser understands only html, css and JS. he will not be able to interpret any compiled language like python, php, java, c#, etc.
27th Jun 2017, 7:10 PM
Amit Chavan
Amit Chavan - avatar