Pycharm - Exportation de données

PyCharm IDE comprend diverses fonctionnalités pour convertir le fichier de code existant au format HTML ou CSV. Dans ce chapitre, vous apprendrez à exporter des données à l'aide de PyCharm IDE.

Les paramètres d'exportation de l'éditeur PyCharm sont indiqués dans la figure ci-dessous -

Fonction d'exportation vers HTML

This feature helps in exporting the specific file in HTML format. This is done to improve the security purposes of the given module. The following screenshot gives a better understanding −

Once the export operation is successful, the generated HTML file will display in browser output as shown below −

Now, if you check the HTML code generated after the export operation, you can observe that line numbers are also included to achieve this operation.