Strange "I Hate Python" Concerns. Mostly nonsensical.

Date Tags #python

rom a troll-bait thread asking the argumentative question "why do people use Python"? The answers were, oddly, a long list of strange, nonsensical complaints. And a few logical fallacies. Here are all the ones I could parse:

  1. "It's the FORTRAN of our times."
  2. It's the COBOL of our times.
  3. "deep …
more ...

Chain of Command Example

One objective of the Chain of Command design pattern is to be able to write a bunch of functions that link together. The form a chain of alternative implementations. The idea is the have alternatives that vary in their ability to compute a correct answer. If algorithm 1 doesn’t …

more ...