Python

Write an awesome doc for Python. A very nice an practical one extracted from Python official documentation.

View on GitHub

Date

Projects You Can Build

  1. A simple program that prints the current date and time in Tokyo, Hong Kong, New York, Sydney, and Singapore timezone.
    • Print the timezone name after the date and time.
  2. A simple calendar app which allows you to schedule meetings in different timezones.
    • Print the timezones supported by your app.
    • Enable user to schedule a meeting in a specific timezone.
    • Print the time of the meeting in the user’s local timezone and the target timezone.