URL Python parse Получите параметры

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