pythoncode-tutorials
pythoncode-tutorials copied to clipboard
Update interactive_weather_plot.py
I am using Python 3.11.3 I was having this error : "TypeError: 'dict_keys' object is not subscriptable" locations.keys() had to be explicitly converted into list to prevent this exception.