Re: Good web-development Python book

2012-03-23 Thread Colton Myers
reciate your help on this. > -- > http://mail.python.org/mailman/listinfo/python-list > > I'd suggest Programming Python as well. It has a whole section on "Internet Programming" which seems to be fairly agnostic as far as tools and frameworks go. http://www.amazon

Re: verbs in comments [OT]

2012-03-24 Thread Colton Myers
> Why do you write > // Print the number of words... > def printNumWords(): ... > and not > // Prints the number of words... > def printNumWords(): ... > where "it" is understood? > Is that an imperative or a base form or something else? > > I've seen it both ways, and I don't think anyone will

Re: Is there any difference between print 3 and print '3' in Python ?

2012-03-26 Thread Colton Myers
second just prints the given string "3". Does that make sense? -- Colton Myers -- http://mail.python.org/mailman/listinfo/python-list

Re: errors building python 2.7.3

2012-03-28 Thread Colton Myers
> > Reporting here, because bugs.python.org refuses connections currently. > bugs.python.org seems to be back up, I'd repost there if you haven't already. -- Colton Myers -- http://mail.python.org/mailman/listinfo/python-list