This is a transcription of the Coding Challenge #125: Fourier Series of "The Coding Train".
Here's a link to the video: Coding Challenge #125: Fourier Series
Screenshot of the result:
- Install pipenv.
- Run pipenv to install the dependencies.
- Execute:
python main.py
If you don't know how to use pipenv, click here
Note: this code was written using Python 3.9, but it can be adapted easily to any other version.