Wouldn't it also make more sense to write
for user in user_list:
as opposed to items
?
for user in user_list:
as opposed to items
?