extraire le mois comme entier Python
datetime_object = datetime.datetime.strptime(month_name, "%b")
Helpful Hedgehog
datetime_object = datetime.datetime.strptime(month_name, "%b")