Getting the array as GET query parameters in Python
The deep parsing of argument names is unique for PHP AFAIK. If you need just a simple list, just pass several parameters with the same name and use request.args.getlist(<paramname>) (documentation). Otherwise you have to parse the query string yourself.