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?
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
+ 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.
0
But how might I merge them? Is it possible to do it in SoloLearn?