On Mon, Apr 2, 2018 at 9:01 AM, David Rock <da...@graniteweb.com> wrote:

> It’s just as (if not more) pythonic to use the standard libraries. It’s very 
> common in a professional environment to not have access to outside (i.e., 
> internet) resources.  I wouldn’t venture into Pypi unless there’s something 
> you can’t do well with what’s already provided by default.

+1.

Use standard libraries; most places I've worked didn't allow a lot of
non-standard library code at all. If something is in the standard
library you have some level of assurance that the maintenance is
moderated and monitored.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to