|
|
|
|
|
by pmahoney
2585 days ago
|
|
> "pip install pendulum" is not complex. For much of the work I do, there's a _big_ jump in complexity from using python (2 or 3) and its stdlib vs. requiring a library. A script using only the stdlib is easy to distribute and get working on developer, ci, and production machines. Once an external library is required, I need machinery or scripts to manage or ensure presence of those dependencies. |
|