What is the best language for web development? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the best language for web development?

What are the most used languages for that? I want to learn to create my own website. Is JavaScript with HTML and CSS the best option? Is Python any good in webdevelopment?

30th Jul 2019, 5:14 AM
super_user
super_user - avatar
2 Answers
+ 2
HTML and CSS are meant for designing the looks of the website and JavaScript adds functionality. You could create a website in python, but you'd probably be generating HTML, CSS and Js files with python, so in my opinion it would just be harder and a waste of time. If you'd like to have a backend, meaning some sort of server your website would communicate with, then you could write that server in python.
30th Jul 2019, 5:23 AM
Rohbot
+ 1
Ok thank you! That made things more clear to me.
30th Jul 2019, 5:26 AM
super_user
super_user - avatar