Multiple "languages" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Multiple "languages"

Is it possible to use multiple languages together to perform a desired task? For instance, could I use a combination of JavaScript, HTML, CSS, and Python? If so... How?

29th Aug 2019, 11:06 PM
Andrew Johnson
Andrew Johnson - avatar
3 Answers
+ 3
I remember participating in a discussion similar to this one. I can't find it at the moment, but this one is a good read. Due to the limitations of Code Playground, a lot of these interactions between different pieces of code / executables are not possible. https://www.sololearn.com/Discuss/275411/?ref=app
30th Aug 2019, 4:02 AM
Hatsy Rei
Hatsy Rei - avatar
+ 1
From my perspective it sounds like you're referencing Django or Flask. There are others, but these two should do just fine. You might want to watch some videos on Jinja2. Flask = Lightweight Web Framework (html, css, js, python.) Django = Full Featured Web Framework (html, css, js, python.) There is also Anvil, which is written in python, for python web development, and Bottle, which is an even lighter weight version of Flask.
30th Aug 2019, 12:14 AM
Steven M
Steven M - avatar
0
But how might I merge them? Is it possible to do it in SoloLearn?
30th Aug 2019, 12:40 AM
Andrew Johnson
Andrew Johnson - avatar