Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #4372

Re: Python competitions and learnings

From harrismh777 <harrismh777@charter.net>
Newsgroups comp.lang.python
Subject Re: Python competitions and learnings
References <d6f13acf-7084-4248-a146-4bd605d23fc7@hd10g2000vbb.googlegroups.com> <mailman.1025.1304198970.9059.python-list@python.org>
Message-ID <Qx0vp.62564$yp3.19264@newsfe09.iad> (permalink)
Date 2011-04-30 18:02 -0500

Show all headers | View raw


Terry Reedy wrote:
>> And Im looking for feedback from peoples who best in python. Here I
>> make some video tutorial about this service http://checkio.blip.tv/

>> What do you think about it?

> Pretty impressive. My main disappointment is that you are using 2.7
> instead of 3.2, as I feel that beginners should learn Py 3 now. Also,
> that is what I routinely use ;-).

> In any case, the home page should say Python 2.7, not just Python,

I agree on all points, as well I would offer the suggestion to have 
parallel examples (in some cases) to help those trying to merge over to 
Python3.

But the most important point is that new users should start with 3.x, 
and should be encouraged to in that direction alone. I am finding it 
very frustrating trying to make all of the details changes solid in my 
mind for 3.x because there are so many of them for one, and for another 
because the details are so similar all at the same time. *Do not* 
confuse new learners with 2.x unless there is a point to it... for 
instance in our previous discussion of iterables-- noting that next() is 
the same for both versions, but in 2.x next(N) means N.next() and in 
version 3.x next(N) means N.__next__().

Otherwise, have new students hit 3.x running and never look back.

kind regards,
m harris

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Python competitions and learnings Alexander Lyabah <alexander@lyabah.com> - 2011-04-30 12:22 -0700
  Re: Python competitions and learnings Terry Reedy <tjreedy@udel.edu> - 2011-04-30 17:29 -0400
    Re: Python competitions and learnings harrismh777 <harrismh777@charter.net> - 2011-04-30 18:02 -0500
      Re: Python competitions and learnings Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-05-01 10:59 +0200
    Re: Python competitions and learnings Alexander Lyabah <alexander@lyabah.com> - 2011-05-01 09:15 -0700
    Re: Python competitions and learnings Alexander Lyabah <alexander@lyabah.com> - 2011-05-05 02:43 -0700
  Re: Python competitions and learnings harrismh777 <harrismh777@charter.net> - 2011-04-30 19:26 -0500
    Re: Python competitions and learnings Alexander Lyabah <alexander@lyabah.com> - 2011-05-01 09:22 -0700
      Re: Python competitions and learnings Alexander Lyabah <alexander@lyabah.com> - 2011-05-01 09:49 -0700
        Re: Python competitions and learnings Terry Reedy <tjreedy@udel.edu> - 2011-05-01 18:33 -0400
          Re: Python competitions and learnings Alexander Lyabah <alexander@lyabah.com> - 2011-05-02 09:24 -0700
      Re: Python competitions and learnings Alexander Lyabah <alexander@lyabah.com> - 2011-05-02 09:23 -0700

csiph-web