Re: [Tutor] Best Practices with JSON Data

2016-05-08 Thread Alan Gauld via Tutor
On 08/05/16 14:07, Hunter Jozwiak wrote: > I am intending to start work on a Python program that will allow me to > better manage my Digital Ocean droplets, due to the fact that the website > can be at times a bit overkill for some of the basic tasks I want to do. OK, but I have absolutely no id

Re: [Tutor] Best Practices with JSON Data

2016-05-08 Thread Michael Selik
On Sun, May 8, 2016, 12:34 PM Hunter Jozwiak wrote: > Hello, > > > > I am intending to start work on a Python program that will allow me to > better manage my Digital Ocean droplets, due to the fact that the website > can be at times a bit overkill for some of the basic tasks I want to do. I > ha

Re: [Tutor] Best Practices with JSON Data

2016-05-08 Thread Danny Yoo
On Sun, May 8, 2016 at 6:07 AM, Hunter Jozwiak wrote: > Hello, > > > > I am intending to start work on a Python program that will allow me to > better manage my Digital Ocean droplets It sounds like you're using the DigitalOcean API described in https://developers.digitalocean.com/documentation/v

[Tutor] Best Practices with JSON Data

2016-05-08 Thread Hunter Jozwiak
Hello, I am intending to start work on a Python program that will allow me to better manage my Digital Ocean droplets, due to the fact that the website can be at times a bit overkill for some of the basic tasks I want to do. I have a question in regards to the best practice of manipulating JSON