What's IDE referred to? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What's IDE referred to?

I'm a beginner to python. So, please tell me about it

28th Apr 2019, 2:16 PM
Manujaya Vimukthi
Manujaya Vimukthi - avatar
5 Answers
+ 4
Text editors and integrated development environments (IDEs) are applications for writing code. These applications are the primary user interface for developers to create their own programs. IDE is basically a software pack that consist of equipment’s which are used for developing and testing the software. Thanks
28th Apr 2019, 2:22 PM
Prince PS[Not_Active]
Prince PS[Not_Active] - avatar
+ 4
Yeah Thanks Sεηιrυ ραsαη for such a huge information😊😊👍👍👌
28th Apr 2019, 2:36 PM
Prince PS[Not_Active]
Prince PS[Not_Active] - avatar
+ 2
Thanks a lot
28th Apr 2019, 2:23 PM
Manujaya Vimukthi
Manujaya Vimukthi - avatar
+ 2
Apart from what Prince PS said IDEs facilitate the development process by providing debuggers, unit tests, and facilities to refractor the code. Some high level IDEs also provide version controlling, console integrations and tools for designing UIs
28th Apr 2019, 2:34 PM
Seniru
Seniru - avatar
0
An IDE is a specialised software environment/application that has tools to help you write, test, debug, and compile code. IDE features oftern include auto complete and an integrated complier.
28th Apr 2019, 4:41 PM
josh mizzi
josh mizzi - avatar