0
How do I connect a python script to a program or website?
I tried searching and I was confused. On linux, do I have to use shell scripting to connect a script to a program or website or is it another way?
2 Answers
+ 2
If you want to replace JavaScript code by python in webapp you can use Brython
https://brython.info/static_doc/en/intro.html
It supports many web js functions
Take a look at this code made by Cbrâ to introduce yourself to python for web.
https://code.sololearn.com/WqSlUuPK7ElO/?ref=app
0
Thanks for answering me. But that's not what I meant. i mean if i want to connect a python script to my website for example to do something. Do I do it through bash/shell script or through some python module?