Python Forum

Full Version: Monty Python Quote Most Applicable to Programming
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What Monty Python quote do you think is most applicable to programming a computer? My vote is:

Sir Robin Wrote:That's easy!
-Knights of Ni

Quote:"You must cut down the mightiest tree in the forest with...a herring!"
Working with new tools and discovering a feature isn't supported reminds me of the Cheese Shop.

Quote:Cleese (me): Now, I'm going to ask you that question once more. And if you say 'no,' I'm going to shoot you through the head. Now, do you have any cheese at all?
Patin (documentation): No.

But in general, I'd go with the Argument sketch:

Quote:Cleese (complier/interpretter): I most definitely told you.
Patin (me): You did not.
Cleese: Yes, I did.
Patin: You did not.
Quote:"We interrupt this program to annoy you and make things generally more irritating."

Although as a beginner in programming, it's usually my fault... Big Grin
(Nov-05-2019, 05:32 AM)szbeco Wrote: [ -> ]
Quote:"We interrupt this program to annoy you and make things generally more irritating."

Although as a beginner in programming, it's usually my fault... Big Grin

Get used to that. In programming, it's always your fault when something doesn't work.