|
|
|
|
|
by zepolen
6294 days ago
|
|
Although it's not on the list, WSGI is the framework. The most simple and flexible one (it must be, as all the other frameworks on the list are based on it). Frameworks are great up to a point. If you burger flip web sites all the time, then they make your life easy. If you only deal with one site, you will never get the flexibility of pure WSGI with some prefabricated framework. |
|