Re: [Tutor] gui coding

2010-12-13 Thread Wayne Werner
On Mon, Dec 13, 2010 at 2:08 PM, Alan Gauld wrote: > > >> Does anyone have or know of a good tutorial or explanation of class >> based coding that I could have a run at? >> > > Try my tutor. It has topics on both OOP and GUIs. > And before doing the GUI one also read the event-driven topic becau

Re: [Tutor] gui coding

2010-12-13 Thread Alan Gauld
"Rance Hall" wrote When I learned FORTRAN years ago they didn't teach us OOP or what I like to call Class based programming. One of the requirements of OOP is to be able to group data together and from memory FORTRAN didn't have any such construct being based primarily on arrays. I beliebve

Re: [Tutor] gui coding

2010-12-13 Thread Wayne Werner
On Mon, Dec 13, 2010 at 11:51 AM, Rance Hall wrote: > When I learned FORTRAN years ago they didn't teach us OOP or what I > like to call Class based programming. > That must have been a few years ago, then ;) > since then I've sort of always fallen back to be a procedural > programmer with lot

[Tutor] gui coding

2010-12-13 Thread Rance Hall
When I learned FORTRAN years ago they didn't teach us OOP or what I like to call Class based programming. since then I've sort of always fallen back to be a procedural programmer with lots of functions. Python and the tkinter (Tkinter on Versions < 3) seem like a great way to write cross platform