0
How to write website through python
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..