Re: [Tutor] P2PU Python Challenges

2011-02-06 Thread Shrivats
On Sat, Feb 05, 2011 at 11:14:38PM -0500, Corey Richardson wrote: > In my journeys across the face of the Internet, I found this: > http://p2pu.org/general/python-challenges > Browsing that site a little more, I also saw this - "Learn Python the hard way"<http://p2pu.org

P2PU Python Challenges

2011-02-05 Thread Corey Richardson
In my journeys across the face of the Internet, I found this: http://p2pu.org/general/python-challenges Not sure what it's really going to be, but any new programmers/people looking for something to do might be interested. I'm not quite sure how a class can be organised around a web r

Re: python challenges

2011-01-25 Thread Ben Finney
David Hutto writes: > Python is, of course, a language based on a lower level to allow > higher level interactivity and ease of use. So, to define the > challenges of python, are to define the challenges of what it wraps > around. That seems like a framing of the issue designed to get a particul

Re: python challenges

2011-01-25 Thread Steven D'Aprano
On Tue, 25 Jan 2011 12:40:31 -0800, David Hutto wrote: > Python is, of course, a language based on a lower level to allow higher > level interactivity and ease of use. So, to define the challenges of > python, are to define the challenges of what it wraps around. Moving > from lower level to the

python challenges

2011-01-25 Thread David Hutto
Python is, of course, a language based on a lower level to allow higher level interactivity and ease of use. So, to define the challenges of python, are to define the challenges of what it wraps around. Moving from lower level to the higher level of python, what needs to take place at each level o