Re: [Tutor] Help Designing a simple Program called Life

2012-02-22 Thread Alan Gauld
On 22/02/12 18:50, leo degon wrote: Hello All, My name is Leo. I'm just beginning to learn python. I am learning on my own and have no previous programming experience. I decided to create a version of john conway's game of life as a personal project. OK, Thats quite a good project

Re: [Tutor] Help Designing a simple Program called Life

2012-02-22 Thread bob gailer
On 2/22/2012 1:50 PM, leo degon wrote: Hello All, My name is Leo. Hi Leo & Welcome to Python help. We are a few volunteers who like assisting others. A few guidelines: - always reply-all so a copy goes to the list - reply in-line rather than at the top. - if your code is large put

[Tutor] Help Designing a simple Program called Life

2012-02-22 Thread leo degon
Hello All, My name is Leo. I'm just beginning to learn python. I am learning on my own and have no previous programming experience. I decided to create a version of john conway's game of life as a personal project. I've been wondering what GUI to use. I've been using Tkinter so far bu