This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients docs@python, eric.araujo, ncoghlan, orsenthil
Date 2011-07-11.16:13:05
SpamBayes Score 4.6481136e-06
Marked as misclassified No
Message-id <1310400786.07.0.8062834225.issue12436@psf.upfronthosting.co.za>
In-reply-to
Content
> Goal #1: set up Python
I believe http://docs.python.org/dev/using/ covers this.

> Goal #2: prepare a text editor
This is missing from our docs.  (My first thought was that it was out of scope, but for complete beginners, it would be nice to give a few pointers.)

> Goal #3: practice starting and exiting Python
The tutorial has one page about that.

> Goal #4: practice navigating the computer from a command prompt
Out of scope?

> Goal #5: practice running Python code from a file
This is probably in the tutorial or using docs, I have to check.

> Goal #6: get dependencies installed for the Saturday projects
This used to be non-standard, but now that we have packaging and pysetup, I translate this item to a doc bug: Explain how to use pysetup to get dependencies (in using, I think).

> Goal #7: start learning Python!
> Goal #8: Checkoff
Nothing to add, IMO.
History
Date User Action Args
2011-07-11 16:13:06eric.araujosetrecipients: + eric.araujo, ncoghlan, orsenthil, docs@python
2011-07-11 16:13:06eric.araujosetmessageid: <1310400786.07.0.8062834225.issue12436@psf.upfronthosting.co.za>
2011-07-11 16:13:05eric.araujolinkissue12436 messages
2011-07-11 16:13:05eric.araujocreate