javascript - Runnning python script on HTML page -


i call python script html, after script called , finished running, execute javascript file(wich know how do.) question is: can pure html , javascript or need library python? if dont need library, how go doing this?

you can use 2 python libraries.

  1. django
  2. flask

i recommend django. django easy , fast make.

the flask more complex can make more detail functions.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -