+ 1
IDLE
what are the different IDLE used for python programming
1 Respuesta
+ 6
hum idle is an integrated ide in python distributions
i guess you mean ide
if so, ide stands for integrated development environment. it is a software used to smooth out code writing, debugging and pushing to production. It also makes running programs easier due to not relying on commandline each time !
common python ides :
IDLE
pyCharm
wing
komodo
anaconda