
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!")

Les trois quarts du temps, le problème, il n'est pas technique. Le problème organisationnel, le problème politique... c'est ça qui prend le dessus.Voir l'épisode

L'infrastructure logicielle est un métier, c'est très dur, c'est très, très dur comme métier.Voir l'épisode