Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help understand loops
#3
Is mainloop a function built into tkinter ? Because it seems python does not understand it by its self unless it says tkinter.mainloop()

Purpose of the loop is to display GUI.

I am trying to understand how to run 2 independent loops. In other words, i want multitasking.
I cant really paste any code because i dont understand how loops work in python.

while 1:
    print(1)
while 1:
    print(2)
This is the basic i have. I only 1 printed because only one loop runs at the time.
How do make 2 loops to run at same time ?


Thansk !
Reply


Messages In This Thread
Help understand loops - by tonycstech - Nov-27-2019, 04:43 AM
RE: Help understand loops - by Malt - Nov-27-2019, 05:06 AM
RE: Help understand loops - by tonycstech - Nov-27-2019, 05:33 AM
RE: Help understand loops - by snippsat - Nov-27-2019, 06:04 AM
RE: Help understand loops - by buran - Nov-27-2019, 06:16 AM
RE: Help understand loops - by tonycstech - Nov-27-2019, 07:10 AM
RE: Help understand loops - by buran - Nov-27-2019, 07:16 AM
RE: Help understand loops - by tonycstech - Nov-27-2019, 08:43 AM
RE: Help understand loops - by snippsat - Nov-27-2019, 01:32 PM
RE: Help understand loops - by tonycstech - Nov-30-2019, 06:21 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020