0

How to write website through python

4th Nov 2020, 1:38 PM
Dino Gupta
Dino Gupta - avatar
2 odpowiedzi
+ 7
You can make back end(server-side) website using Python... for front end(client-side), you should know to use Html,CSS,JS. To use Python in back end, there are ways like: big and complete framework as Django, or basic modules for different purposes to compose your own framework. Basics modules for handling http requests/answers ( micro-frameworks ) are Bottle, Flask etc.. Django is the best and complete framework. Flask is actually beginner-friendly..
4th Nov 2020, 1:46 PM
Alphin K Sajan
Alphin K Sajan - avatar