Python Forum
GUI skips code part
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GUI skips code part
#8
I think it is easy to take the logic out of a GUI application and use it to make a console application, but a console application can skip a lot of the logic required by a GUI application just because it has linear execution. Even if you "properly structure" your console app into nice functions and data structures you are not even half way along on converting to a GUI.
Reply


Messages In This Thread
GUI skips code part - by MLGpotato - Feb-24-2021, 06:39 PM
RE: GUI skips code part - by menator01 - Feb-24-2021, 07:25 PM
RE: GUI skips code part - by deanhystad - Feb-24-2021, 07:46 PM
RE: GUI skips code part - by MLGpotato - Feb-25-2021, 05:59 AM
RE: GUI skips code part - by buran - Feb-27-2021, 11:07 AM
RE: GUI skips code part - by deanhystad - Feb-28-2021, 05:36 AM
RE: GUI skips code part - by buran - Feb-28-2021, 07:55 AM
RE: GUI skips code part - by deanhystad - Feb-28-2021, 11:22 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Part of code is adding extra new line when saving to text file. lovepeace 9 5,086 Aug-24-2019, 12:52 PM
Last Post: lovepeace

Forum Jump:

User Panel Messages

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