Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Building Python GUIs for the Web
#2
You probably shouldn't think of embedding those GUIs in a web page, but rather about whether the codebase is well factored enough that you can replace the display quite easily. If separation of concerns is lacking (in this case, perhaps that means components responsible for displaying things are also responsible for "business logic"), then that needs addressing.
Reply


Messages In This Thread
Building Python GUIs for the Web - by SpaceTime - Apr-01-2020, 06:56 AM
RE: Building Python GUIs for the Web - by ndc85430 - Apr-01-2020, 07:03 AM
RE: Building Python GUIs for the Web - by SpaceTime - Apr-01-2020, 07:15 AM
RE: Building Python GUIs for the Web - by buran - Apr-01-2020, 07:25 AM
RE: Building Python GUIs for the Web - by SpaceTime - Apr-01-2020, 07:34 AM
RE: Building Python GUIs for the Web - by buran - Apr-01-2020, 07:35 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  building python payment gateway or bank account for secure money transfer masoud_da 0 1,810 Feb-28-2019, 12:12 PM
Last Post: masoud_da

Forum Jump:

User Panel Messages

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