import html html.unescape('Suzy & John') # 'Suzy & John' html.unescape('"') # '"'
How to unescape html entities