Re: [Tutor] first programming project

2006-08-18 Thread Alan Gauld
Its a pretty reasonable project, certainly not trivial but not impossible either. > design it and write some pseudocode first. I want to > create a fun GUI assignment manager. I read about the > Tkinter toolkit and would like to use it to write my > program. I made a list of features: > > - roo

Re: [Tutor] first programming project

2006-08-18 Thread jim stockford
i hope this helps: what a fun idea! do it! my way is to do a bad job fast then re-visit the plans and reimplement and test and re-visit and reimplement and test and consider writing a main program that does the primary work and outputs as text-only. maybe then create four clas

[Tutor] first programming project

2006-08-18 Thread Johnston Jiaa
I have read through many beginner texts on programming and believe myself to be fairly decent at python, but I have no idea how to do anything worthwhile. I understand that before coding a project it's best to design it and write some pseudocode first. I want to create a fun GUI assignment manage