Here is some python code for Euler’s Method. The two files euler.pseduo and step-test.pseudo are pseudo code and thus need to be turned into python code in the main file.
Euler Pseudo
Step-test Pseduo
Main