Re: [Tutor] Converting a real map to a dictionary

2012-09-26 Thread Steven D'Aprano
On 26/09/12 11:20, Asmaa wrote: Hello, I wonder if there is possibility to convert a map to a dictionary in python. My concern is getting the number of houses for specific area to return the coordination of the houses in this area. What sort of data do you expect to store in the dictionary? T

[Tutor] Converting a real map to a dictionary

2012-09-25 Thread Asmaa
Hello, I wonder if there is possibility to convert a map to a dictionary in python. My concern is getting the number of houses for specific area to return the coordination of the houses in this area. I can see that there are some useful codes to convert an address to its latitude and longitude