Python Programs ===================== Calculator --------------- .. automodule:: prog_lang_integration.python.calc :members: Simple Example --------------------- .. automodule:: prog_lang_integration.python.sphinx_example :members: More Complex Example ------------------------- .. automodule:: prog_lang_integration.python.data_processing :members: This section provides a visual example of data and its processing. Here's a list of things you can do with this module: * Use the :py:func:`process_data` function to transform data. * Create a :py:class:`DataAnalyser` object to get insights from a dataset. * Generate reports with the :py:func:`create_report` function.