Re: [pygame] Newbie needs help, what's the most efficient (or easiest) way to do this?

2007-01-05 Thread Charles Christie
I understood the python parts (except for class and def stuff, but I never understood that in any programming language), but it was isolating the part of the code that I wanted that confused me. I thought I had it (and I was right) but I second-guessed and looked around the rest of the code to

Re: [pygame] Newbie needs help, what's the most efficient (or easiest) way to do this?

2007-01-05 Thread Jason Marshall
Charles, I think that you would benefit from buying and reading _Python Programming for the Absolute Beginner_ by Dawson. That book helped me to learn Python more than any other resource. After I worked my way through it, the other Python tutorials and documentation became understandable to me