4 Respostas
+ 2
CHUA MING XIU HCI
are you refering about adding a python interpreter into a web page OR changing a web page using Python?
+ 2
If what you want is to make a web page using python I would suggest you use a Python Web Framework:
→ Flask (http://flask.pocoo.org);
→ Django (https://www.djangoproject.com);
Flask is easier to learn than django,
but django scales easier.