Python Forum
[PySimpleGUI] Tutorial - Name, Address, Phone GUI
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PySimpleGUI] Tutorial - Name, Address, Phone GUI
#9
(Aug-04-2018, 12:18 AM)PySimpleGUI Wrote: Not sure how many other Python GUIs can do this in 1 line of code. The design is even more Python-like than I thought.
Python's goal is not to make it into one line. It is more readable in your first example.

The zen of python states:
Quote:Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.

(Aug-03-2018, 04:48 PM)PySimpleGUI Wrote: to push this design as far as I take it into the world of Python to see if I can get it to catch on.
Time will tell. Are you going to be here 5 years from now, or even 10 years from now maintaining the same package? We only put common GUI frameworks in tutorials. A lot of people will make GUI frameworks and then abandon them within a year.
Recommended Tutorials:
Reply


Messages In This Thread
RE: [PySimpleGUI] Tutorial - Name, Address, Phone GUI - by metulburr - Aug-04-2018, 11:23 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PySimpleGUI Try Except jamesaarr 1 1,977 Nov-18-2021, 02:02 PM
Last Post: jamesaarr

Forum Jump:

User Panel Messages

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