Some Python Anti-Patterns
deepsource.io
Some Python Anti-Patterns
1–6 of 6 posts
Re: Some Python Anti-Patterns
#2Good to know these patterns!!
Re: Some Python Anti-Patterns
#3Good to know things for the python beginners
Re: Some Python Anti-Patterns
#4Interesting 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.
Re: Some Python Anti-Patterns
#5My junior devs. should benefit from this article.
Re: Some Python Anti-Patterns
#6Good points. Thanks for writing.