Re: [Tutor] Looking for some direction

2019-05-11 Thread Jugurtha Hadjar
Hi, It seems you have a good overall idea on how you would tackle the project. First, have you talked to the people you are trying to build the application for, or are you the very people you're building this for? If you're building this for other people, try an figure out common scenarios on

Re: [Tutor] Looking for some direction

2019-05-11 Thread Marc Tompkins
On Sat, May 11, 2019 at 12:05 PM Cranky Frankie wrote: > 2) For wxPython I'm finding a lot of the documentation is outdated. I'm a fan of wxPython myself, for a number of reasons - it suits the way I think, and the applications it generates look native to the platform they're running on, as

Re: [Tutor] Looking for some direction

2019-05-11 Thread DL Neil
Cranky, It is a little difficult to answer your question. First impression is that your experience gives you good ideas of how to solve the problem. Some of them may not suit the Python environment as well as (say) that of PHP/MSFT. So, a learning opportunity there too. Second impression is

Re: [Tutor] Looking for some direction

2019-05-11 Thread Cameron Simpson
On 11May2019 14:59, Cranky Frankie wrote: I'm a long time IT professional trying to teach myself object-oriented programming. As such I want to build a traditional PC app using MVC (Model - View - Controller) architecture. Just want to make sure I'm heading about this in the best way so I'm

Re: [Tutor] Looking for some direction

2019-05-11 Thread Alan Gauld via Tutor
On 11/05/2019 19:59, Cranky Frankie wrote: > I'm a long time IT professional trying to teach myself object-oriented > programming. As such I want to build a traditional PC app using MVC (Model > - View - Controller) architecture. One important thing to realoze about MVC is that there are very

[Tutor] Looking for some direction

2019-05-11 Thread Cranky Frankie
I'm a long time IT professional trying to teach myself object-oriented programming. As such I want to build a traditional PC app using MVC (Model - View - Controller) architecture. Just want to make sure I'm heading about this in the best way so I'm looking for some direction. For the Model or