Ask Question

What is the name used for the integrated program development environment that comes with a Python installation?

+1
Answers (1)
  1. 17 January, 16:31
    0
    IDLE

    Explanation:

    IDLE is the standard Python development environment. Its name is an acronym of "Integrated DeveLopment Environment". It works well on both Unix and Windows platforms.

    It has a Python shell window, which gives you access to the Python interactive mode. It also has a file editor that lets you create and edit existing Python source files. IDLE is intended to be a simple IDE and suitable for beginners, especially in an educational environment. To that end, it is cross-platform, and avoids feature clutter.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What is the name used for the integrated program development environment that comes with a Python installation? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers