+ 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.
1 Respuesta
+ 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.