Example: Code structure _______________________ **Bad:** The example below includes a long block of Python code which defines a few functions and also prints and plots some data. It takes effort to unravel what this code does. .. raw:: html **Good:** The same code as above is split into a few code cells. Beside simplifying the code structure it is easier to explain in this setting what is the purpose of each bit of code. .. raw:: html