Differences between revisions 9 and 10
Revision 9 as of 2008-08-08 19:49:00
Size: 1395
Editor: adsl-074-184-170-064
Comment:
Revision 10 as of 2008-11-15 13:59:48
Size: 1409
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * [http://pypi.python.org/pypi The Python Package Index (aka "PyPI")] is the current preferred location to list packages. It is integrated with the distutils in recent versions of Python: you can upload distribution files to PyPI so that the code will be available for downloading. See the CheeseShopTutorial or [http://docs.python.org/dist/package-upload.html Uploading Packages to the Package Index] for more information.
 * [http://code.activestate.com/recipes/langs/python/ The Python Cookbook], for small useful snippets of code.
 * [[http://pypi.python.org/pypi|The Python Package Index (aka "PyPI")]] is the current preferred location to list packages. It is integrated with the distutils in recent versions of Python: you can upload distribution files to PyPI so that the code will be available for downloading. See the CheeseShopTutorial or [[http://docs.python.org/dist/package-upload.html|Uploading Packages to the Package Index]] for more information.
 * [[http://code.activestate.com/recipes/langs/python/|The Python Cookbook]], for small useful snippets of code.
Line 8: Line 8:
 * [http://www.uselesspython.com/ Useless Python] is indiscriminate, for all bits of code you don't think are ''worth'' publishing.
 * [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://www.pycode.com/ PyCode] - an older site where you could share modules. No activity since 2006.
 * [[http://www.uselesspython.com/|Useless Python]] is indiscriminate, for all bits of code you don't think are ''worth'' publishing.
 * [[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://www.pycode.com/|PyCode]] - an older site where you could share modules. No activity since 2006.
Line 14: Line 14:
See also: Italian translation at ["Codice"], [http://www.faqts.com/knowledge_base/index.phtml/fid/235 FAQTs] section on module Q&A, ["Code"] See also: Italian translation at [[Codice]], [[http://www.faqts.com/knowledge_base/index.phtml/fid/235|FAQTs]] section on module Q&A, [[Code]]

There are a couple of popular sites that list or host submitted Python modules.

There are a few other less useful or older sites, in case you are searching for code and the above didn't help.

  • Useless Python is indiscriminate, for all bits of code you don't think are worth publishing.

  • 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.

  • PyCode - an older site where you could share modules. No activity since 2006.

  • This wiki - if a module is relatively short

See also: Italian translation at Codice, FAQTs section on module Q&A, Code


CategoryFaq

PublishingPythonModules (last edited 2020-08-10 19:42:56 by ChrisM)

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