Some Python Anti-Patterns

  • Interesting set of pointers. Another point, that I am not sure whether would qualify as an anti-pattern: asking for forgiveness rather than permission. Basically, using "try... except" rather than "if hasattr(obj, attribute)" etc.

  • My junior devs. should benefit from this article.

  • Good to know things for the python beginners

  • Good points. Thanks for writing.

  • Good to know these patterns!!