Adam Oudad

Adam Oudad

(Machine) Learning log.

Programming

3 minutes read

You have probably used Python's formatting syntax before. But how do you format a date? With datetime objects, you can use %Y, %m, %d to display respectively, the year, the month and the day of an object, in numerical form (that is, March will be replaced by the number "03").

Recent posts

See more

Categories

About

This website is a weblog were I write about computer science, machine learning, language learning.