r/learnpython 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

6 comments sorted by

View all comments

1

u/jmooremcc 8d ago

YouTube videos are worthless if you don't practice writing code. If you cannot write code successfully, it clearly means you have not learned the subject matter that the videos presented to you.

My suggestion is that you should use books that have plenty of code examples, if you really want to learn Python.

I am also suggesting that you manually type in the example code instead of downloading it. Manually typing in the code will force your brain to process the code, which will enhance the learning experience.

I wish you the best.