On Mon, Jan 13, 2014 at 9:05 PM, Sean Murphy <mhysnm1...@gmail.com> wrote: > Hi All. > > I am aware that active state python has a commercial module depositary which > you can get modules from. Under PERL you had CPAN. Is there anything like > this for Python?
Check out the Python Package Index: https://pypi.python.org/pypi It's not commercial, and (as far as I know) there's no curating of projects, so you need to make your own decision about what you trust and how you handle version dependencies. There are easy and convenient ways to install packages, most notably pip (which is mentioned on the landing page). ChrisA -- https://mail.python.org/mailman/listinfo/python-list