What are the other languages needed in python to build a functional dynamic website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What are the other languages needed in python to build a functional dynamic website?

What are the essential tools needed in order to build a website in python?

25th Nov 2016, 6:32 PM
Rigyel Good Wangchuk
Rigyel Good Wangchuk - avatar
3 Answers
+ 1
HTML and CSS (+JavaScript) are needed to build a website (front-end). For a dynamic website (back-end), use a Web Framework because Python is not built specifically for that kind of stuff...
25th Nov 2016, 6:48 PM
Amaras A
Amaras A - avatar
0
thank you for your answer..
25th Nov 2016, 6:55 PM
Rigyel Good Wangchuk
Rigyel Good Wangchuk - avatar
0
Yeah, this a deal of web server. Because web servers support different language moduls to generate dynamic web content. The Python is not a usually used language for it, but exists in some cases. For example there is a Python modul for Apache (google for project Lamp),or there can be used the IronPython in web servers using ASP.NET technology. Or some else, less famous. Just look for in google and try it. Of course, a for-web-coding in not as simple as here basic in PYthon course, there are many knowledges and python libraries to learn above
26th Nov 2016, 8:47 AM
Petr Hatina
Petr Hatina - avatar