Re: [Tutor] Info on APIs and handling JSON

2018-11-22 Thread Anil Duggirala
thanks a lot Mats, that is what I was thinking. The info on JSON will however be useful to me anyways, thanks a lot, On Fri, Nov 16, 2018, at 6:06 PM, Mats Wichmann wrote: > On 11/16/18 12:31 PM, Anil Duggirala wrote: > > hello, > > > > I have been looking for documentation about how to connect

Re: [Tutor] Info on APIs and handling JSON

2018-11-16 Thread Mats Wichmann
On 11/16/18 12:31 PM, Anil Duggirala wrote: > hello, > > I have been looking for documentation about how to connect to APIs and > using the provided info within python. I have found a few websites > talking about very particular cases. Probably the most enlightening was > the 'requests' library do