Gen-AI Developer Classroom notes 16/Mar/2025

Dictionary Comprehensions

  • Refer Here for an article on dictionary comprehensions
  • syntax:
dictionary = {key: value for vars in iterable}

Anonymous functions: Lambda

Python Standard Library

  • Refer Here for official docs.
  • Refer Here for format codes
  • Python date time: Python has different modules for handling datetime
    • datetime
    • timestamp
    • dateutil
    • zoneinfo
  • Refer Here for the article
  • Refer Here for all timezones

  • Converting from string to date and date to string (strf)

  • Refer Here for samples

By continuous learner

enthusiastic technology learner

Leave a Reply

Discover more from Direct AI Powered By Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading