Let's be honest, there's much more Perl code in the wild than Python, and CPAN towers over any Python network. The knowledge base is far greater for Perl as well (there are books on the DBI alone).
The Python version of the CPAN is called ["PyPI"](http://pypi.python.org/pypi). It was formerly called the "Cheeseshop".
From the PyPI front page: "There are currently 5256 packages here." According to cpan.org, the CPAN is up to "14749 modules" -- dunno how many distributions that makes though.
Of course, I'd rather code Python usually.