Python Programs ===================== Calculator --------------- .. automodule:: python.calc :members: Simple Example --------------------- .. automodule:: python.sphinx_example :members: More Complex Example ------------------------- .. automodule:: 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.