Re: [Tutor] pygame not working

2017-08-18 Thread Hilton Fernandes
Hello, Quantz Jeremy ! PyGame really has a bad fame with McIntosh computers. Have you tried the how-to in Pygame official site, at https://pygame.org/wiki/macintosh ?? Supposing, of course, that you haven't already installed PyGame with success. All the best, Hilton On Wed, Aug 16, 2017 at 9:

[Tutor] When to use classes

2017-08-18 Thread Steven D'Aprano
Mostly for Bob, but also for anyone else interested: When To Use Classes http://kentsjohnson.com/stories/00014.html He says: You may have several functions that use the same state variables, either reading or writing them. You are passing a lot of parameters around. You have neste

Re: [Tutor] When to use classes

2017-08-18 Thread boB Stepp
On Fri, Aug 18, 2017 at 9:56 PM, Steven D'Aprano wrote: > Mostly for Bob, but also for anyone else interested: I guess I'm the "Bob" being referred to. > When To Use Classes > > http://kentsjohnson.com/stories/00014.html > > > He says: > > You may have several functions that use the same sta