Slashdot Mirror


User: tmick

tmick's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Python - designed for teaching on Best Way to Get Kids Started in Programming? · · Score: 2

    And if you are going to start them on Windows then you should look at Mark Hammond's WIndows extensions. Particularly PythonWin, a nice IDE. You can compare it with IDLE (that is Guido van Rossum's crossplatform IDE).

    http://www.python.org/windows

    A good Python book for beginners is David Ascher and Mark Lutz's _Learning Python_

    Trent