Re: [Tutor] Anti-Patterns in Python Programming

2014-07-13 Thread Audrey M Roy
On Fri, Jul 11, 2014 at 10:43 PM, Steven D'Aprano wrote: > On Fri, Jul 11, 2014 at 01:04:59PM -0700, Audrey M Roy wrote: >> Steven, any chance you could clarify how to interpret that section? I'm >> assuming it refers to not importing objects that share state across modul

Re: [Tutor] Anti-Patterns in Python Programming

2014-07-11 Thread Audrey M Roy
Steven, any chance you could clarify how to interpret that section? I'm assuming it refers to not importing objects that share state across modules? Not being passive-aggressive here, just genuinely seek clarification and want to learn to be a smarter Python user. I'm on this list to learn stuff a