I've been doing python for some time now but, until recently, I haven't heard of Django or flask web framework. My question is what is the difference and when should Django be used and when flask?
Django comes with all the bells and whistles you could possibly need. Flask is "micro-framework" but still provides all tools you will realistically make use of.
Some people say that Django forces you to write your code in Django while Flask lets you write Python.
K
Ha!
Django comes with all the bells and whistles you could possibly need. Flask is "micro-framework" but still provides all tools you will realistically make use of.
Some people say that Django forces you to write your code in Django while Flask lets you write Python.