Looks good but I'd say this advice is really too strict a criterion:

"Use Python 3, and more specifically version 3.4, if you only plan to teach
Python as an introductory language (say in a CS-1 course), making use *only*
of modules included in the standard distribution. "

In fact, Python 3 works with many 3rd party modules.  Check this out.

My bias would be to say use Python 3 if at all possible, most 3rd party
stuff rocks, but if you're stuck using dino 3rd party stuff, oh well, can't
win 'em all.

But that's not diplomatic and I wouldn't actually say it that way on the
web page.

Kirby




On Sat, May 31, 2014 at 3:31 PM, Jeff Elkner <j...@elkner.net> wrote:

> I spent much of the National Day of Civic Hacking working on our web page:
>
> https://www.python.org/community/sigs/current/edu-sig
>
> The main task was fixing broken links.  I believe I got them all, but
> please let me know if I missed any.   I added two links that Philip
> Guo sent me, and I also added a link to Pynguin.
>
> I had to remove content that could no longer be found.
>
> Jeff Elkner
> _______________________________________________
> Edu-sig mailing list
> Edu-sig@python.org
> https://mail.python.org/mailman/listinfo/edu-sig
>
_______________________________________________
Edu-sig mailing list
Edu-sig@python.org
https://mail.python.org/mailman/listinfo/edu-sig

Reply via email to