From the AQL query documentation you have... SELECT name, age FROM users.profiles WHERE age BETWEEN 20 AND 29 ...which is pretty easy to understand.
There´s also a Python client (Apache licensed)... https://github.com/aerospike/aerospike-client-python
From the AQL query documentation you have... SELECT name, age FROM users.profiles WHERE age BETWEEN 20 AND 29 ...which is pretty easy to understand.
There´s also a Python client (Apache licensed)... https://github.com/aerospike/aerospike-client-python