Can I use other languages for webdev? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Can I use other languages for webdev?

I'd like to use Python for web dev, but I only see JavaScript being used.

14th Apr 2020, 12:33 PM
Antônio Gabriel Zeni Landim
Antônio Gabriel Zeni Landim - avatar
1 ответ
0
For frontend, currently only javascript works properly. Web Assembly (WASM) is coming from behind which allows you to use C, C++ and Rust till now. But the downside is that it still can't manipulate DOM elements like javascript. therefore on the frontend side of web development, javascript will still be preferred for decades to come.
14th Apr 2020, 5:14 PM
Sebastian Pacurar
Sebastian Pacurar - avatar