These are my notes from Vladimir Keleshev's talk entitled "Python Best Practice Patterns", given on May 2, 2013 at the Python Meetup in Denmark. The original video is here (about 38 minutes long). Note: Some of the code examples have been has been modified from the original presentation based on readers' feedback. Composed method Divide program into methods that perform one task Keep all operation