question about the mainloop

globalrev skanemupp at yahoo.se
Sun Apr 20 19:24:04 EDT 2008


in C?? java etc there is usually:

procedure 1
procedure 2
procedure 3

main {
procedure 1
procedure 2
procedure 3
}

i dont get the mainloop() in python. i mean i have written some
programs, for example a calculator using tkinterGUI.

if i have some functions i wanna call to run the program and i wanna
call them ina specific order and be able to call
them from each other should this just be called in the mainloop and
the mianloop then runs the "mainscript" top
to bottom over and over?



More information about the Python-list mailing list