Is there a version of CPAN in Python?

So, I've been using Perl for several years now, and I'm starting to get in the way a bit in Python. Is there some kind of CPAN, but for Python? What is the normal way to manage modules in Python? Any direction would be greatly appreciated. FWIW I use Linux, so Windows solutions are not very useful for me.

+3
source share
2 answers

A vault formerly known as the Cheese Shop .

Pypi

The Python Package Index is a software repository for the Python programming language. There are currently 9140 packages. To contact PyPI administrators, use Get Help or Link Error Reporting .

,

SIG Python

SIG Python. SIG:

Python SIG (Special Interest Group) Python . , . ( "" CGI , SIG , .)

+12

Source: https://habr.com/ru/post/1735259/


All Articles