Why do we need frameworks, actually? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why do we need frameworks, actually?

I've heard lots of frameworks like Django, Flask, Ruby on rails, Bootstrap...But why do we need them?

6th Jul 2019, 1:06 PM
Andy Khang
Andy Khang - avatar
2 Answers
+ 1
They are just tools. They are only supposed to make programming easier. One of the real world reasons to use them is that some companies would propably use a framework and require their participants to have basic understanding in it.
6th Jul 2019, 6:45 PM
Seb TheS
Seb TheS - avatar
+ 1
Because for example Django is entirely written in Python, you would not in theory need Django for anything, because you could perform all it's actions with Python code, but because Django is very optimized in web backend development with Python, it would help Python developers a lot to develop backend parts of websites.
6th Jul 2019, 6:49 PM
Seb TheS
Seb TheS - avatar