<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Sep 19, 2014 at 12:20 AM, Andrew Barnert <span dir="ltr"><<a href="mailto:abarnert@yahoo.com.dmarc.invalid" target="_blank">abarnert@yahoo.com.dmarc.invalid</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Sep 18, 2014, at 11:26, Paul Moore <<a href="mailto:p.f.moore@gmail.com">p.f.moore@gmail.com</a>> wrote:<br>
><br>
> OK, the key thing to look at here is the user experience for someone<br>
> who has Python installed, and has a job to do, but needs to branch out<br>
> into external packages because the stdlib doesn't provide enough<br>
> functionality.<br>
><br>
> To make this example concrete, I'll focus on a specific use case,<br>
> which I believe is relatively common, although I can't back this up<br>
> with hard data.<br>
><br>
> Assume:<br>
><br>
> * A user who is comfortable with Python, or with scripting languages in general<br>
> * No licensing or connectivity issues to worry about<br>
> * An existing manual process that the user wants to automate<br>
><br>
> In my line of work, this constitutes the vast bulk of Python use -<br>
> informal, simple automation scripts.<br>
><br>
> So I'm writing this script, and I discover I need to do something that<br>
> the stdlib doesn't cover, but I feel like it should be available "out<br>
> there", and it's sufficiently fiddly that I'd prefer not to write it<br>
> myself. Examples I've come across in the past:<br>
><br>
> * A console progress bar<br>
> * Scraping some data off a web page<br>
> * Writing data into an Excel spreadsheet with formatting<br>
> * Querying an Oracle database<br>
><br>
> Every time an issue like this comes up, I know that I'm looking to do<br>
> "pip install XXX". It's working out what XXX is that's the problem.<br>
><br>
> So I go and ask Google.<br>
<br>
</div></div>Hold on. I'm pretty sure that the intended answer to this problem has, for years, been that you go and search PyPI. Is that too broken to use, or are people just not aware of it?<br>
<span class=""></span><br></blockquote></div><br></div><div class="gmail_extra">In addition to the issues others have brought up, this is only useful if you are trying to get a subject specific tools that incorporates a whole range of general tools on that subject.  So if you are looking for something like scipy, django, requests, etc.  <br><br></div><div class="gmail_extra">However, what if you are looking for something much more specific?  For example, say I have some specific thing I want to do with a dict.  How can I find a library that provides that functionality?<br></div></div>