SyntaxFix
Write A Post
Hire A Developer
Questions
Use six:
six
from six.moves.urllib.parse import quote
six will simplify compatibility problems between Python 2 and Python 3, such as different import paths.