Home » Questions » Computers [ Ask a new question ]

To run Python inside HTML -file similarly as PHP

To run Python inside HTML -file similarly as PHP

I know that you can have PHP -code inside HTML -file. I would like to know how you can do the same with Python.

Asked by: Guest | Views: 217
Total answers/comments: 2
Guest [Entry]

Look at django templating engine for example. django
Guest [Entry]

"You will need something like mod_python for apache, or play with cgi.

It really depends on your web server"