If you python you use python's native constucts, which if you use python you're naturally familiar with.
r.table('users').filter(r.row['age'] > 30)
If you python you use python's native constucts, which if you use python you're naturally familiar with.