is frameworks in phython is same as Integrated Development Environment (IDE): in c++. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

is frameworks in phython is same as Integrated Development Environment (IDE): in c++.

please annser

22nd Apr 2020, 2:50 PM
Ankit Nainwal
Ankit Nainwal - avatar
2 Answers
+ 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
23rd Apr 2020, 1:46 PM
Arvind Singh Rawat
Arvind Singh Rawat - avatar
+ 1
thank u
23rd Apr 2020, 1:55 PM
Ankit Nainwal
Ankit Nainwal - avatar