<div dir="ltr">This is a little bit apples & oranges...<div><br></div><div>The Perl DBI is installed, but it's the interface layer, you still need a driver, e.g. DBD::Pg, to access a particular database. And they're not all (or always) installed in a particular distro. I did some Perl work on Solaris w/ Python 2.5 in the early 2000s. Had a fun time (not) getting a newer version of DBD::mysql we needed compiled and installed.</div><div><br></div><div>The Python equivalent is the db-api, <a href="https://www.python.org/dev/peps/pep-0249/">https://www.python.org/dev/peps/pep-0249/</a>  a standard for the API that database drivers should present in Python. Though not all database driver packages implement it.</div><div><br></div><div><div>Last, a lot of the stuff that pops up when you search PyPI using the term 'database' aren't database drivers. There are ORMs, utilities for wrapping online services, db utilities, and other stuff in there. </div><div><br></div><div>Cheers,</div></div><div><br></div><div>Brian</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 19, 2015 at 6:27 AM, Tanya Schlusser <span dir="ltr"><<a href="mailto:tanya@tickel.net" target="_blank">tanya@tickel.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Colleagues in IT consulting still use Perl because despite its 'more than one way to do it' approach they have a <a href="http://dbi.perl.org/" target="_blank">single, stable package (DBI)</a> for database interface that is installed on all of our clients' systems, even legacy solaris ones using Python 2.5. They swear it is the easiest database interface they've ever used.</div><div><br></div><div>Python has at least a half dozen serious contenders, and a <a href="https://pypi.python.org/pypi?%3Aaction=search&term=database&submit=search" target="_blank">few hundred overall it looks like from pypi</a>. And sometimes installation is nontrivial. People will pull data with Perl scripts, then switch to Python for manipulation. (and used to be then switch to R for analytics).</div><div><br></div><div>Best,<br></div><div>Tanya</div><div><br></div><div><br></div></div></div></div></blockquote></div><br></div></div>