Python Interview Questions
Chris Angelico
rosuav at gmail.com
Wed Sep 5 10:36:50 EDT 2012
More information about the Python-list mailing list
Wed Sep 5 10:36:50 EDT 2012
- Previous message (by thread): Python Interview Questions
- Next message (by thread): Python Interview Questions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Sep 6, 2012 at 12:34 AM, Chris Angelico <rosuav at gmail.com> wrote: > However, this strikes me as encouraging some really > inefficient code, like iterating over all the rows in a table with N+1 > queries (one to get the length, then a separate query for each row). Huh. And then I scroll down, and that's precisely what he's doing. Do you understand why this is a bad thing to do? ChrisA
- Previous message (by thread): Python Interview Questions
- Next message (by thread): Python Interview Questions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list