Can you merge different languages together? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Can you merge different languages together?

For example, I use bootstrap 3 to make the basic setup for a website. then merge python to it for security, php for another aspect. so on and so forth. If this is possible, what type of so called break do I use to separate the different languages?

15th Apr 2018, 6:46 AM
Scott Barsten
Scott Barsten - avatar
1 Answer
+ 7
yes, you can use cgi(common gateway interface) to use python with html. I know that lots of programs have been developed using multiple languages, not sure if every language can be intermixed though. here's an article with a more in depth explanation: howto/webservers.html
15th Apr 2018, 11:58 AM
Stefan Kef
Stefan Kef - avatar