Python code in one :term:`module` gains access to the code in another module by the process of :term:`importing` it. The :keyword:`import` statement is the most common way of invoking the import ...
First and foremost, Python-Markdown is intended to be a python library module used by various projects to convert Markdown syntax into HTML. The Python-Markdown library does ***not*** sanitize its ...