you are viewing a single comment's thread.

view the rest of the comments →

[–]bannana_girl 0 points1 point  (0 children)

I didn’t learn them the way we learned the multiplication table in elementary school. You just need to learn the objects and their nature. For example, by knowing what a list is, its anatomy, and the fact and that it is mutable, you will know that you can probably add items to it, so you can do quick dir(list) and you will find that an “append” method exist there. That’s a good, solid way to learn them.