+ 1
is frameworks in phython is same as Integrated Development Environment (IDE): in c++.
please annser
2 Réponses
+ 1
No, not even close.
In terms of Practical example,
Suppose your program is a car.
Then IDE is a workshop and frame of car is a framework.
For any software, a framework sets some guidelines which allows users to create softwares using several programming modules, a framework provides extra backend code or functionalities that wrap up all your modules and connect them. So that they appear as a large program.
Eg: Django, Flask, Springboot etc.
IDE allows user to code and provides functionalities to code faster and better like intellisense, code snippets, suggestions etc.
Eg: VScode, Codeblocks, etc.
Read more: https://www.quora.com/Programming-What-is-a-framework
+ 1
thank u