
class IFTTD_Shirt: def __init__(self): self.material = "100% cotton" self.design = "IFTTD_podcast_logo" self.sizes = ["S", "M", "L", "XL"] self.is_for = ["podcast_lovers", "tech_enthusiasts", "style_mavens"] def wear(self): return "Boost your style with the unique IFTTD vibe!" def is_it_for_you(self, person_style): return person_style == "CLASSE" def purchase(self): print("Adding SHIRT_IFTTD to your wardrobe...") print("Show your love for the IFTTD podcast in style!") # Usage: shirt = IFTTD_Shirt() current_style = "CLASSE" # You can change this based on the style of the individual if shirt.is_it_for_you(current_style): shirt.purchase() else: print("No matter your style, the IFTTD shirt is a perfect fit!")

Si on a un sujet qui nous anime, c'est là où on est meilleurs et où on va jusqu'au bout.Voir l'épisode

Les fondamentaux sont finalement à peu de choses près, relativement les mêmes, qu'il y a 20 ans, qu'il y a 30 ans, qu'il y a 40 ans, ils ont relativement faiblement évolué.Voir l'épisode

La solution à tout, pour moi, c'est une complémentarité de technologie. Mais pour ça, il faut comprendre les limites de chacune.Voir l'épisode