Demystifying Django’s Import Strings

This post aims to dispell some ambiguities introduced by Django for those learning it. These things initially perplexed me. I found it hard to grasp and articulate, and for my first years in Python, they were akin to magic.The idea of using strings in Dja… Read more

Similar

Flask vs. Django

In this article, we will take a look at two of the most popular web frameworks in Python: Django and Flask. Here, we will be covering how each of these frameworks compares when looking at their learning curves, how easy it is to get started. Next, we'll a... (more…)

Read more »