|
|
|
|
|
by mwj
3153 days ago
|
|
If you use data science libraries like numpy, pandas etc then these rely on OS level packages like libgfortran and liblapack. Anaconda is a way to guarantee you are running a known stack from dev machine through to production. This is the key benefit IMO (as well as getting improving deploy times) |
|
A good point about a known stack.