Day 12: Exploring Python with Django – Under The Hood
On Day 11, we identified “Django tips and tricks: Part 1″ as of the interesting resources – here are few insights from the article: Django is a full stack framework, while Flask is a micro service framework. This means that Flask has no database abstraction layer, form validation or templating. Flask gives you more fine grained control of each aspect of your application while Django gives … Continue reading Day 12: Exploring Python with Django – Under The Hood