Slashdot Mirror


User: ewsnow

ewsnow's activity in the archive.

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

Comments · 1

  1. Take a Look at CPython on Ask Slashdot: Best Programs To Learn From? · · Score: 1

    CPython's source is easy to find and easy to read. The core dev community has gone to pains to keep it simple. It's also pretty well documented and has a great community in general. You can download the source at python.org or look at it online (http://hg.python.org/cpython/). You make a mercurial clone on your local box for hacking and use bitbucket to host it publicly.

    I've found the CPython source to be a fount of knowledge. A great place to start is the devguide.