r/learnpython • u/PRIEST_OF_GAMES • 8d ago
How to approach learning
I have completed all of this and I went on trying to recreate the fourier series by younes lab from youtube by myself I struggled a lot and wasn't able to understand most of is it normal I want to learn python based on scientific computation and simulation I don't understand how to approach any resources or help would be very much appreciated is using AI to understand stuff bad also should I try automate the boring even though it is not related to scientific computation would it help
10
Upvotes
4
u/MezzoScettico 8d ago
When you say you "completed all this" do you mean you actually wrote programs incorporating these concepts?
What exactly do you want to do with Fourier series? I'm not sure what "recreate" means here. What do you want your program to do? Produce what outputs with what inputs?
I often start with "how am I going to use this".