I am a very young programmer and I am trying to do something in Python but I\'m stuck. I have a list of users in Couchdb (using python couchdb library & Flask framework) who
lista = [ x for x in db ] # watch out for big databases, you can run out of memory