Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: import CSV (how can i convert my data to csv?)
Post: [merge]import CSV (how can i convert my code to cs...

HI. Need urgent help! You input name of any city in the world and it prints weather, temperature, wind etc for that city, and i want those values to be converted into csv...
IvanR Homework 2 2,332 Feb-08-2019, 01:03 AM
    Thread: import CSV (how can i convert my data to csv?)
Post: import CSV (how can i convert my data to csv?)

from pprint import pprint from urllib.request import urlopen import json import csv city = input('City name: ') url = 'http://api.openweathermap.org/data/2.5/weather?q={}&appid=9fd4a33e0db32b96...
IvanR Homework 2 2,332 Feb-08-2019, 12:58 AM

User Panel Messages

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