Skip to content

Instantly share code, notes, and snippets.

@KimMilim
Created February 5, 2020 00:23
Show Gist options
  • Save KimMilim/5d03de5a1f87d1a1078b265f02bc7fda to your computer and use it in GitHub Desktop.
Save KimMilim/5d03de5a1f87d1a1078b265f02bc7fda to your computer and use it in GitHub Desktop.
Json_parse_week_4.md

Json parse - practice

I'm going to practice on parsing(Json format) based on Python. I'm going to read the data from .csv file and get url.

need to import Json, csv


import csv
import json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment