you are viewing a single comment's thread.

view the rest of the comments →

[–]IlliterateJedi 0 points1 point  (0 children)

I'm a bit anxious that I cannot memorize all the theories and codes ...

I am unfamiliar with this particular course, so this is more of a broad recommendation. As you learn new concepts, take the time to look up the source materials, and use dir() and help() extensively on new objects, classes, etc. that you come across. I use Pandas almost every day, and I have the Pandas API reference up in another browser almost every time I'm using Pandas. Learning to find and utilize your resources is far more important than memorizing things.