On 08/01/2011 03:05 PM, Mike Nickey wrote:
Hi all,I'm trying to access and use specific items within a dictionary that is returned but am having issues in doing so. [{'city': 'Sunnyvale', 'region_name': 'CA', 'area_code': 408, 'metro_code': 'Santa Clara, CA', 'country_name': 'United States'}] How can I populate a list of many different returns so that I have a list that contains all the cities and in line with the item that is referenced. The first step is to populate the list unsorted as it needs to be in correlation to the item that it came from. Thanks for your help.
Could you give us examples of what you want the list to look like? It will help us direct you to an answer.
_______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
