2024-09-22 - 2024-09-28

« Previous | Next »

Books being read Link to heading

  • (pt-BR) Conversas Cruciais - Joseph Grenny & Kerry Patterson & Ron McMillan & Al Switzler & Emily Gregory
  • (pt-BR) Tremendas Trivialidades - G.K. Chesterton

Learned Link to heading

  • Python format date using f-string
    >>> from datetime import datetime
    >>> d = datetime.now()
    >>> f'{d:%Y-%m-%d}'
    '2024-09-27'
    

Discovered tools Link to heading

Read articles Link to heading

Watched Link to heading

Listened Link to heading

« Previous | Next »