def python_html_highlight(string): return highlight(string, PythonLexer(encode="Utf-8"), HtmlFormatter(noclasses=True, encoding="UTf-8"))