# Examples ## Simple QCD evolution and tabulation ```{literalinclude} ../../../examples/python/tabulation_example.py :language: python :linenos: ``` ## QED evolution ```{literalinclude} ../../../examples/python/tabulation_example_qed.py :language: python :linenos: ``` ## Structure function tabulation ```{literalinclude} ../../../examples/python/structure_functions_example.py :language: python :linenos: ``` ## Reading LHAPDF into a tabulation and fast evaluation ```{literalinclude} ../../../examples/python/lhapdf_to_hoppet.py :language: python :linenos: ```