Effective Python Programming – OSCON 2005 Effective Python Programming Effective Python Programming – OSCON 2005 Effective Programming ● Get the job done ● Better, more maintainable code ● Use the language's strengths ● Python is not: C++ Java Perl ... Effective Python Programming – OSCON 2005 Laziness ● In development, laziness can be good ● Do things right the first time ● Don't re-invent every