Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: 2 errors in code
Post: RE: 2 errors in code

Regarding the TypeError: you are trying to open a list with three strings, instead of opening each string at a time. Trying putting the open() statement inside the loop, and then using: for assess i...
eismb General Coding Help 2 2,038 Jul-24-2020, 02:21 PM
    Thread: Issue accessing data from Dictionary/List in the right format
Post: RE: Issue accessing data from Dictionary/List in t...

Your server function get_weather_data returns a dict whose keys point to two lists, one with strings ('time') and another with numbers ('temp'). When I try to reproduce your code: >>> temp_d...
eismb General Coding Help 2 2,228 Jul-24-2020, 01:07 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020