Python parse url obtenha parâmetros

from urllib import parse
parse.urlencode({'lang':'en','tag':'python'})
Brainy Bat