[Tutor] Sample python file/module templates?

Alan Gauld alan.gauld at btinternet.com
Mon Jun 1 09:13:03 CEST 2009


"Allen Fowler" <allen.fowler at yahoo.com> wrote 

> In terms of in-code documentation of function / section headers, 
> change logs, etc.  Are there well-done sample files I can use 
> as inspiration?

The standard library. Much of it is written in Python and the 
documentation is designed to play well with Pythons help() function.

Change logs are mostly kept in the version control tool, but 
you can access the svn repository onthe web site to see 
the history etc.

HTH,


-- 
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/



More information about the Tutor mailing list