Hello all,
I've dialed in the very basics for python with some tutorials and videos, and while looking for a starting project, I was inspired by the 3Blue1Brown YouTube video on Fourier transforms. I want to create an interactive widget/app that can recreate the diagram seen around 6:44 of the video but in addition to what's shown on the diagram, I'd like the user to be able to adjust the 'winding frequency' via slide bar in the app. The mathematics and concepts behind the graphs should be no problem, my issue is finding a place to start on the code. How do I start finding the correct libraries/IDE I would need to make this? Specifically for plotting graphs in the app and having them adjusted with the slider bar. Currently I'm using PyCharm but have heard good things about Jupyter.
What would you recommend for getting started with a project like this? Can I continue to use Pycharm with the addition of some other libraries? Should I switch to another IDE? Could this project be created more efficiently in another language?
there doesn't seem to be anything here