Interfaces: abc vs. ProtocolsWhat is the best way to make an interface?Fresh and shiny Protocols seem to be the answer!Tags: python software design
Neat Python interfaceYou know how to make an interface in PythonBut what makes a good interface?Tags: python software design
All Dangers of Side EffectsCode side effects influence external worldWhy is it bad? What are the pitfalls?Tags: python software design
Dealing with side effectsCode side effects are not welcomeHow do we minimize them?Tags: python software design