+ 12
What are frameworks
How do they work. Make it easier for a beginner to understand. Give good examples of web frameworks
4 Answers
+ 13
Framework is a whole set of libraries specialized in a given field or in doing a particular thing. Web frameworks are ready-made programming "environments", thanks to which you don't have to write a lot of code yourself.
Django is a web framework for Python. It lets you create websites with Python, which is much easier than if you had to do it on your own.
+ 9
wow, I never knew this
0
Additions for the programming language
0
Is this thread still active? Can anyone give me an example of how frameworks work while using java? I just started