On 04/09/2012 10:33 PM, bob gailer wrote:
> On 4/9/2012 2:26 AM, leo degon wrote:
>> Hello all, Im trying to learn python and programming in my free time,
>> and I'm trying to do a little personal project to trying and gain
>> some skills. Im trying to do version of John conways game of life. I
>>
On 4/9/2012 2:26 AM, leo degon wrote:
Hello all, Im trying to learn python and programming in my free time,
and I'm trying to do a little personal project to trying and gain some
skills. Im trying to do version of John conways game of life. I have a
working version of the game. Written for 3.2.
On 04/09/2012 02:26 AM, leo degon wrote:
> Hello all, Im trying to learn python and programming in my free time
Welcome to the list; I think you'll enjoy Python programming, and think
it makes an excellent first language.
> , and
> I'm trying to do a little personal project to trying and gain so
Hi there,
I just wrote a small game in python and would like to make it a facebook app.
These are the things I wish to know:
1. How to write GUI for my app. I believe, PyQt or Wx wouldn't work in Google
App Engine.2. How to integrate my app with facebook. I went through facebook
documentation b
Nathan wrote:
> I'm using Tkinter for a GUI for a program of mine, and I'm trying to
> use radio buttons to select different functions, but it's not working
> right at all. Originally, I had something like
>
> class ClassOne(self):
You didn't run that code.
> def ___str___(self):
>