Hi,
I'd like to query two (or more) RESTful APIs concurrently. What is the pythonic
way of doing so? Is it better to use built in functions or are third-party
packages? Thanks.
Best,
Ari
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
I'm sourcing data from multiple excel files (workbooks) each with multiple
worksheets. Prior to persisting the aggregated data, I want to validate it. I
was thinking of creating classes to hold the data and validate type and content
via methods. I'd appreciate feedback on this approach, sug
Hi,
I'm trying to nest the "info_header", "info_body", and "info_trailer" structs
(see below) into a "data_packet" struct. Does anyone know how I can/should
accomplish this? Thanks.
batch_header_format = struct.Struct('!c2h')
info_header_format = struct.Struct('!2hl')
mkt_status_format = struct