What is the difference between modules, frameworks & libraries? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What is the difference between modules, frameworks & libraries?

When I learnt JS, I heard that angular is a framework, jQuery is a library, etc. I never heard of modules. But in python, I find modules like sys, itertools, random, tkinter, datetime, etc. Are these the same thing? Or different? Thanks in advance.

30th Jun 2018, 11:22 AM
DAB
DAB - avatar
1 Answer
+ 1
Frameworks are different but I believe modules and libraries are the same thing. Their is also APIS for Python and those are totally different.
30th Jun 2018, 2:52 PM
George Ryan
George Ryan - avatar