Well, its kind of obvious to make a skeleton, copy it in for some basic
functionality and modularly ( is that a word ? ) manage each piece.
That ( like your example ) is fine stuff.
As a side note, I am sure large, large highly generalised programs are pretty
hard to make.
One thing I do is
On Sat, 24 Jun 2023 at 15:57, Thomas Passin via Python-list
wrote:
> As a general comment (and I have not done anything tricky or complex
> with Tk), MVC or the other approaches in a similar vein, though good,
> can lead you into more complexity than you need, because of the extra
> abstractions i
-Original Message-
From: Python-list
On Behalf Of Diego Souza via Python-list
Sent: Friday, June 23, 2023 4:14 AM
To: aapost
Cc: python-list
Subject: Re: TKinter in Python - advanced notions
Have you considered improving the architecture itself, not your GUI library
skills?
I recommend
I am not specifically having any problems implementing what I want to make work.
Callbacks etc make it fairly easy to make TKinter react to things without any
specific fancy plan for it.
Add callbacks for real time changes early in any new notion, after it looks
right go to the IO part make i
If you have a problem,. ask a super specific question, here. If I can help, I
will, but TKINTER knowledge is pretty spread around. Many others migth jump in,
too.
Its works, its slightly quirky, has no licencing hangups.
X11 makes fine fine programs !
Keep hacking,Dan
--
https://mail.python.or
> On Behalf Of Diego Souza via Python-list
> Sent: Friday, June 23, 2023 4:14 AM
> To: aapost
> Cc: python-list
> Subject: Re: TKinter in Python - advanced notions
>
> Have you considered improving the architecture itself, not your GUI library
> skills?
>
> I recommend
Have you considered improving the architecture itself, not your GUI library
skills?
I recommend you look at the Model View ViewModel (MVVM) concept and
implement something similar (this is largely used in the Android framework
nowadays). This would separate your program logic from the rendering an
On 6/21/23 09:47, Dan Kolis wrote:
I've write a huge biotech program ( an IDE for synthetic biology ), and am
slowly outgrowing TKINTER.
Has anybody out there merged a little bit of TCL direct calls from Python 3.X
to get more freedom then TKINTER for just some Windows ?
I wish it looked be
Hi,
I've write a huge biotech program ( an IDE for synthetic biology ), and am
slowly outgrowing TKINTER.
Has anybody out there merged a little bit of TCL direct calls from Python 3.X
to get more freedom then TKINTER for just some Windows ?
How about bold stories of successes ( yours, not mine