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?

11th Jul 2019, 10:54 PM
Syreyes
Syreyes - avatar
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
12th Jul 2019, 12:32 AM
Om Kumar
Om Kumar - avatar
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?
12th Jul 2019, 12:35 AM
Syreyes
Syreyes - avatar