Once the module has been compiled the simplest way to run is to copy the desired example python script and matching generated xclbin file, process described elsewhere, into the output subdirectory and run from that directory, appending both the xclbin filename and card type (u200 or u250). Again note that these should be hardware xclbin build files and not emulation ones.
For example to run the Dow Jones Monte Carlo European financial python script type the following or similar, depending upon your build filename and card type:
cd output
python36 ./dje_test.py dowjones.xclbin u200
Note within each example there is a comment describing the expected result. These generally mirror the C++ examples.
Hint: Ensure the compiled library file libxilinxfintech.so* is accessible, as generated in the L3 Getting Started page by appending to the existing existing environmental LD_LIBRARY_PATH - for example - setenv LD_LIBRARY_PATH /<your_local_checkout_directory>/xf_fintech/L3/src/output:$LD_LIBRARY_PATH