Django too big, Flask too small, Tornado just right

Quite often in the Python web world when asked to build a web application you choose between the two most popular Python web ecosystems… Read more

Similar

Django Models Simple Guide

One of the advantages of Django is ORM. Instead of writing raw SQL to fetch and display values we can use Django ORM. It’s simple and easy way to get value from database and then display it in a web page. (more…)

Read more »