+ 2
If i want to make a calculator having frontend as html and backend as python then what should i code? Is it possible?
If yes please show it with an example.
4 Antworten
+ 3
Easi_Code's these two examples use Brython and Skulpt, which are javascript libraries that transform python code to javascript behind the scenes. So there is no 'back end' in this case. There is some performance overhead compared to using only JS in the first place. But essentially you are right, they let you use python for web development :)
Avinash your idea is feasible (web frontend, python backend) but not possible to implement on SoloLearn.
+ 4
Esra Alagad absolutely as Cbr✔[ ZeroCharisma ] just posted and here is my version not as pretty but ...
https://code.sololearn.com/W7ITsQjn96yK/?ref=app
+ 3
Cbr✔[ ZeroCharisma ] so we can possibly use py for web development not only js?