> Hi.I am learning python and I am working with some netCDF files.
> Suppose I have temperature data from 1950-2020 and I want data for
> only 1960-2015. How should I extract it. --
Alternately, use https://unidata.github.io/netcdf4-python/ or gdal.
It might also be possible to read
https://st
On Fri, 25 Feb 2022 at 06:54, Robert Latest via Python-list
wrote:
>
> I have a multi-threaded application (a web service) where several threads need
> data from an external database. That data is quite a lot, but it is almost
> always the same. Between incoming requests, timestamped records get a
Hi.I am learning python and I am working with some netCDF files. Suppose I have
temperature data from 1950-2020 and I want data for only 1960-2015. How should
I extract it.
--
https://mail.python.org/mailman/listinfo/python-list
I have a multi-threaded application (a web service) where several threads need
data from an external database. That data is quite a lot, but it is almost
always the same. Between incoming requests, timestamped records get added to
the DB.
So I decided to keep an in-memory cache of the DB records t
On 2/23/22 17:02, Richard Pullin via Python-list wrote:
I know next to nothing about computer coding nor Python.
However, I am working on a mathematical challenge in which coding is
required to calculate and generate different potential solutions.
Can anyone help? If so, please private messag