Jim's
Tutorials

Spring 2018
course
site

I'm going to start talking about the project I'll work on. I'm going to take json and write a python script that spits information into a postgres database. I read these articles to get started (and I spoke to my boss, who is interested in seeing something like this). I am torn between using xml and json so kind of did reading comparing both of them.

ARTICLES:

https://www.w3schools.com/xml/xml_whatis.asp - (what is xml)

https://docs.python.org/2/library/xml.etree.elementtree.html - python library for manipulating it

https://www.youtube.com/watch?v=OAfeQuNhcps. - video tutorial using above library to make xml document

https://www.youtube.com/watch?v=Kf0q4Tf5M3c - json vs xml video in case I just want to use json