is it possible to run Python code in the background of my web/html pages, directly on internet?
Suppose I made a code with shuffle words (mix words), and I want to make an html page that have that python code in the background, to run that page as an application. Everytime someone will access that page, Python code will do the work.
Is it possible?