weimergeeks.com
Eval in Python 3; or, how to restore a string to a dictionary or list
One of my students scraped a website and built a CSV from the data. Inadvertently, he had some columns that appeared to contain a list of Python dictionaries. To his surprise, he found he could not…