Related: Programming in python is just choosing every worst decision from available language design trade-offs.

Naming? Let's use all the conventions!
Testing? Why not test_something.py prefixes!
Import? Broken without importlib!
Package management? Crappy virtual envs and text files!

Comments