+ 3

How can we add Python into webpages?

Is there a way to add Python into webpages using HTML commands?

8th May 2018, 10:37 AM
CHUA MING XIU HCI
CHUA MING XIU HCI - avatar
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?
8th May 2018, 10:58 AM
Ulisses Cruz
Ulisses Cruz - avatar
+ 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.
8th May 2018, 11:06 AM
Ulisses Cruz
Ulisses Cruz - avatar