Assignment
Assignment
You’ll complete 2 short tasks — one focused on Python and API usage, and one on SQL
query writing. There’s also an optional bonus task if you’re familiar with Flask.
1. Use a public API (e.g., OpenWeatherMap, JSONPlaceholder, or any free API of your
choice).
3. Process and print specific information from the response in a clean format.
(e.g., for a weather API – print current temperature and weather condition for a
given city).
Requirements:
If you're familiar with Flask, build a basic web app with a single endpoint like
/weather?city=London, which returns weather info (based on your API from Task 1). You can
return results in JSON or display in a simple HTML page.
Submission Instructions: