Re: [Tutor] Help with Python code

2016-02-29 Thread Alan Gauld
On 29/02/16 17:31, Donald Woolfolk wrote:
> Hello, 
> 
> I am new to Python 3.5 and I am writing code to get data 
> from a session api call and load that data into a csv file
> or a MySQL database.

That's great, we can help with that, but...

> I am able to make the session call and also to connect to 
> the MySQL db, but I am not able to convert the result (JSON) data.

We can't read minds. You need to show us your code.
Show us your input and output data. Tell us where you are stuck.
Include full error messages where appropriate. Tell us your
OS and Python version too.


-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos


___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


[Tutor] Help with Python code

2016-02-29 Thread Donald Woolfolk
Hello, 

I am new to Python 3.5 and I am writing code to get data from a session api 
call and load that data into a csv file or a MySQL database. I am able to make 
the session call and also to connect to the MySQL db, but I am not able to 
convert the result (JSON) data. I would like assistance with this if possible.

Thanks,
Don
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor