So I have a string of id's in numbers saved as CSVs
And I want is to convert each rows on this csv file to be a string/list in python
mylist=[411211, 1234404, 5711427, 13600442, 13600641, 13601660, 13619537, 15302899 ...]
Then each numbers on this string will go through an API request and then spit out Names
Then I want to be able to store these names in csv again.
I know the code for converting numbers to names via API works because I tried to manually type in the numbers as lists in python and was able to print out names in python. But I'm having a trouble working with csv...
Okayyy so converting into list somehow worked...
I still don't fully understand how... (forgot to mention I'm a novice to this whole programming thing...)
import urllib2
import json
import csv
with open('jfl42fa