Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2005-02-14 23:12:29
Size: 781
Editor: host-66-81-193-127
Comment: starting off the page with what I know
Revision 7 as of 2005-05-02 15:30:33
Size: 1760
Editor: ctb-cache1-vif1
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
The best-known one is the [http://py.vaults.ca/apyllo.py Vaults of Parnassus]. It requires that you host the files elsewhere, but it is one of the oldest and largest lists of available Python code out there.

Also, ActiveState hosts the
[http://aspn.activestate.com/ASPN/Python/Cookbook/ Python Cookbook] for small useful bits. Code submitted there is reviewed, and takes a while to appear on the site.

Finally
, there is [http://www.uselesspython.com/ Useless Python] for all those bits of code you don't think are ''worth'' publishing.
 * [http://www.python.org/pypi Python Package Index (aka "PyPI")] - seems to be the current preferred location to list packages, and is integrated with the distutils in recent versions of Python.
 *
[http://py.vaults.ca/apyllo.py Vaults of Parnassus] - a link store for Python modules. You must host files elsewhere, but this is one of the oldest and largest lists of available Python code.
 * [http://aspn.activestate.com/ASPN/Python/Cookbook/ Python Cookbook], hosted by ActiveState, for small useful bits. Code submitted there is reviewed, and takes a while to appear on the site.
 * [http://www.uselesspython.com/ Useless Python] is indiscriminate, for all bits of code you don't think are ''worth'' publishing.
 * [http://www.pycode.com/ PyCode] - a new site that allows you to upload modules.
 * This wiki - if a module is relatively short
Line 10: Line 11:
'''Please add other places to publish Python code, notes, suggestions or anecdotes about the places above, or what have you.''' See also: Italian translation at ["Codice"], [http://www.faqts.com/knowledge_base/index.phtml/fid/235 FAQTs] section on module Q&A

Line 12: Line 15:
CategoryFaq CategoryFaq CategoryFaq

= Discussion =

I've cleaned the page up a bit. I took out the repetition of PyPI (listed twice), and [http://www.faqts.com/knowledge_base/index.phtml/fid/199/ faqts], since I didn't see that it was a "place to publish modules." I did reference it in the "See also's," since it did have relevant information.

Personally, I'de prefer not to have a page called "How to publish Python modules." It doesn't exactly lend itself to becomming [http://www.emacswiki.org/cw/LinkLanguage LinkLanguage.] I'd rather call the page: "PublishingPythonModules", or "PublishPythonModules", or even just a section of "PythonModules".

-- LionKimbro [[DateTime(2005-02-17T18:56:35Z)]]

There are various sites that list or host submitted Python modules.

See also: Italian translation at ["Codice"], [http://www.faqts.com/knowledge_base/index.phtml/fid/235 FAQTs] section on module Q&A


CategoryFaq

Discussion

I've cleaned the page up a bit. I took out the repetition of PyPI (listed twice), and [http://www.faqts.com/knowledge_base/index.phtml/fid/199/ faqts], since I didn't see that it was a "place to publish modules." I did reference it in the "See also's," since it did have relevant information.

Personally, I'de prefer not to have a page called "How to publish Python modules." It doesn't exactly lend itself to becomming [http://www.emacswiki.org/cw/LinkLanguage LinkLanguage.] I'd rather call the page: "PublishingPythonModules", or "PublishPythonModules", or even just a section of "PythonModules".

-- LionKimbro DateTime(2005-02-17T18:56:35Z)

How to publish Python modules (last edited 2008-11-15 13:59:57 by localhost)

Unable to edit the page? See the FrontPage for instructions.