|
i wouldnt say i know as much as anyone else in this forum
but IDLE(GUI) i would say is a compiler for python
if u have python installed on your computer just go to (under windows)
start\programs\python(2.0, 2.1, etc.)\Idle(GUI)
that will bring you to a window called "Python Shell"
python shell is just like the python command line
go to file\new window
that is where you wright you python programs in
you could write them in notepad though(just save it with a .py at the end) but you still have to have python installed to run the program
if there is anything else you need to know just ask and someone will get back to you
|