Re: [Tutor] Feedback on coding style

2010-12-09 Thread howit...@archlinux.us
Thanks a lot for the very friendly and constructive comments. I can't wait to start overhauling the script with the comments received here. If I could repay the friendliness to anyone, let me know. Adrian ___ Tutor maillist - Tutor@python.org To unsub

Re: [Tutor] Feedback on coding style

2010-12-09 Thread Alan Gauld
"Albert-Jan Roskam" wrote Re: coding style, I can *really* recommend the book 'Code Complete' (http://cc2e.com/). It doesn't focus on Python specifically, but it's a wonderful book. I'll second that. I haven't read the 2nd Ed but the first edition was one of the few (5 or 6?) books I've re

Re: [Tutor] Feedback on coding style

2010-12-09 Thread Albert-Jan Roskam
ans ever done for us? ~~ From: Dave Angel To: howit...@archlinux.us Cc: tutor@python.org Sent: Wed, December 8, 2010 11:01:05 PM Subject: Re: [Tutor] Feedback on coding style On 01/-10/-28163 02:59 PM, howit...@archlinux.us wrote: > Hi. > > For the past week, I've bee

Re: [Tutor] Feedback on coding style

2010-12-08 Thread Dave Angel
On 01/-10/-28163 02:59 PM, howit...@archlinux.us wrote: Hi. For the past week, I've been following an online Python guide named: 'Learn Python the Hard Way'. I'm very happy with it as it gives a lot of freedom to explore. However, due to this I have no idea if I'm thinking the right way. That's

Re: [Tutor] Feedback on coding style

2010-12-08 Thread Hugo Arts
On Wed, Dec 8, 2010 at 8:11 PM, wrote: > Hi. > > For the past week, I've been following an online Python guide named: > 'Learn Python the Hard Way'. I'm very happy with it as it gives a lot of > freedom to explore. > > However, due to this I have no idea if I'm thinking the right way. That's > wh

[Tutor] Feedback on coding style

2010-12-08 Thread howitzer
Hi. For the past week, I've been following an online Python guide named: 'Learn Python the Hard Way'. I'm very happy with it as it gives a lot of freedom to explore. However, due to this I have no idea if I'm thinking the right way. That's why I've attached a script of mine I've been working on