Re: [Tutor] Looking for feedback on improving my code.

2011-05-18 Thread Prasad, Ramit
>The big thing I've noticed is, and I'm a total newbie btw, mind cap >conventions. Reading and implementing PEP 8 (http://python.org/dev/peps/pep-0008/) will help make your code more readable and quickly understandable to other Python developers. I highly encourage it. Ramit Ramit Prasad | J

Re: [Tutor] Looking for feedback on improving my code.

2011-05-17 Thread eire1130
Pretty cool how that site makes code formating wotk on my bb. The big thing I've noticed is, and I'm a total newbie btw, mind cap conventions. Use camel case and upper case and whatnot for class definitions. I think its a wothwhile habit to pick up. I keep thinking you're instantiating a class