|
|
|
|
|
by shanebellone
1280 days ago
|
|
It's absolutely possible. My only dependency is Flask and I'll be eliminating that in time too. Why do you need numpy for web? Edit: I will concede that there is no point in retooling ML. Web is an entirely different circumstance though. |
|
Xarray to read, numba for calcs in xarray, pandas to leave it sitting in a dataframe, numpy as pandas preferred math provider. You could write the api componentry from there, sure. Or you could use a library that has had the pants tested off it and covered most of the bugs you are likely to accidentally create along the way.
There's no compelling reason to write everything from scratch. If everyone was taking that approach then there would be no reason to have an ecosystem of libraries, and development would grind to a halt because we, as a collective of people programming, are not being efficient.