IDLE is an acronym of Integrated Development Environment and is the standard, most popular Python development environment.
Python IDLE provides all these tools as a bundle. It lets edit, run, browse and debug Python Programs from a single interface and makes it easy to write programs.
Python IDLE can be used in two modes: Interactive mode and Script mode. Python shell is an interactive interpreter. Python editor allows us to work in script mode i.e. we can create and edit Python source file.
explore cs2study.com for assignment,notes , programs, ppt and pdf