[Tutor] code publishing

Kent Johnson kent37 at tds.net
Thu Apr 16 15:31:01 CEST 2009


On Thu, Apr 16, 2009 at 6:59 AM, spir <denis.spir at free.fr> wrote:
> Hello,
>
> I have no clue whether there is a common place to publish some (free like the air) python source code for review, use, evolution...
> (It's about 17 5kb.)

If you just want a temporary place to put it for comments then
pastebin is good. For open-source project hosting there are many
options; google code, github and bitbucket are currently popular. For
publishing, pypi <http://pypi.python.org/pypi> is the standard.

Kent


More information about the Tutor mailing list