Global Time in Cities (API)

Welcome to the Global Time in Cities (API) page.

This page contains a brief description and implementation instructions for the project.

Project Description

Shows the current time in different time zones or cities. The program fetches time data (e.g. from the World Time API) for a list of cities and displays it.

Project Requirements

Python 3.x, requests.

How to Run the Project

  1. Use a time API (e.g. http://worldtimeapi.org/api/timezone/America/New_York) in a script (timezones.py).
  2. Run it: python timezones.py. It lists selected cities and their local times.

Key Concepts Learned

Possible Extensions

Troubleshooting & Debugging

See Troubleshooting & Debugging.

← Back to Python Programming Page