Best way to use python as a scripting language for use on local hosting

a relatively long-lived PHP user here. I can install XAMPP in my sleep at this point to the point that I can run the PHP script in the browser on "localhost", but in my search to find a similar path using Python, I ended up Googling ideas. I discovered mod_python Apache mod, but then I also found that it was terminated. I would prefer to do my Python learning in a browser rather than on the command line, so if anyone could point me in the right path, I would really appreciate it.

Thank!

0
source share
3 answers

mod_python . , python mod_wsgi

http://code.google.com/p/modwsgi/

python php ( html , ). python /repl, , /, . python -, django (http://www.djangoproject.com/), , ..

+5

- Python :

. Python ( python), : IPython.

+4

Lots of options, here are a couple:

+2
source

Source: https://habr.com/ru/post/1766929/


All Articles