From: Jonathan Hayward on 29 Mar 2010 15:41 I've posted "Usability, the Soul of Python: An Introduction to the Python Programming Language Through the Eyes of Usability", at: http://JonathansCorner.com/python/ The basic suggestion is that much of what works well in Python has something to do with the usability it offers programmers. Enjoy. -- Jonathan Hayward, christos.jonathan.hayward(a)gmail.com An Orthodox Christian author: theology, literature, et cetera. My award-winning collection is available for free reading online: I invite you to visit my main site at http://JonathansCorner.com/
From: Phlip on 29 Mar 2010 15:45 Jonathan Hayward wrote: > I've posted "Usability, the Soul of Python: An Introduction to the > Python Programming Language Through the Eyes of Usability", at: > > http://JonathansCorner.com/python/ > > The basic suggestion is that much of what works well in Python has > something to do with the usability it offers programmers. You mean like... Order.has_many :line_items ? Oops, sorry, wrong language. My bad! -- Phlip http://zeekland.zeroplayer.com/
From: John Nagle on 29 Mar 2010 20:30 Jonathan Hayward wrote: > I've posted "Usability, the Soul of Python: An Introduction to the > Python Programming Language Through the Eyes of Usability", at: > > http://JonathansCorner.com/python/ No, it's just a rather verbose introduction to Python, in dark brown type on a light brown background. One could write a good paper on this topic, but this isn't it. By the same author: "The Case For Uncreative Web Design", which has no examples. John Nagle
From: Jean-Michel Pichavant on 30 Mar 2010 05:03 John Nagle wrote: > Jonathan Hayward wrote: >> I've posted "Usability, the Soul of Python: An Introduction to the >> Python Programming Language Through the Eyes of Usability", at: >> >> http://JonathansCorner.com/python/ > > No, it's just a rather verbose introduction to Python, in dark brown > type on a light brown background. One could write a good paper on this > topic, but this isn't it. > > > John Nagle Why is it bad ? JM
From: Malte Dik on 30 Mar 2010 07:17 > Why is it bad ? > Not working code, examples, that are weird to read, and a lot of text :)
|
Next
|
Last
Pages: 1 2 3 Prev: Matplotlib patches collection + alpha face Next: decorators only when __debug__ == True |