5 Answers
+ 2
yes, Django or Flask.
there are other simple python servers to try.
+ 1
you can try something like klein for simple projects.
the point of frameworks is to provide everything so you don't have to do it from scratch.
+ 1
Python is one of the most popular choices of backend programming. It is relatively new and has enormous library support.
The most commonly used Python-based web frameworks are Django, Flask, Pylons, Pyramid, etc.Â
0
Bahha ,That means I will need them or is it possible from scratch
0
Python is one of the option for back end
But unfortunately python has a weak database layer
If anyone interested in back end development
use java
Java can support any kind of database
Basic: JDBC is the best choice to perform database activities
NextLevel: HIBERNATE is the best choice to perform database activities in peace since it is one of the best ORM Tools