Can we use Python, html, java, css, javascript and SQL together in one app or webpage? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can we use Python, html, java, css, javascript and SQL together in one app or webpage?

19th Apr 2018, 9:36 PM
Khaing Khaing Mon
Khaing Khaing Mon - avatar
4 Answers
+ 2
Just curious. What do you do usually? single language apps?
19th Apr 2018, 9:50 PM
Khaing Khaing Mon
Khaing Khaing Mon - avatar
+ 1
Probably, but why!? It would be a mess.
19th Apr 2018, 9:49 PM
Emma
+ 1
Normally with websites I use a framework. However, in the past I've used PHP, MySQL and Javascript (jQuery too) together. Most other applications I stick to single languages. The web is different. PHP and python are server-side languages (in a web context anyway). You only need one server-side language per website. Javascript is client-side (meaning it runs on the user's browser). You could use python OR PHP for web, but messy to use both.
20th Apr 2018, 12:40 AM
Emma
+ 1
Thank you. That explains a lot!
20th Apr 2018, 3:53 AM
Khaing Khaing Mon
Khaing Khaing Mon - avatar