Answer the question
In order to leave comments, you need to log in
Should a programmer remember or understand?
Hello
, As a beginner in your craft, it is not yet clear
to me As a future programmer, I need to remember or understand the principle of operation (well, let's say some library)
I understand that I need to remember how to say the word "while" or "for" in Python
But I need to memorize functions from modules?
Or should I just write them out somewhere and use them as needed.
Answer the question
In order to leave comments, you need to log in
Remember what is used constantly. Everything else is in the guides. However, frequently used itself will be deposited in memory. There is an old school rule here - understanding is better than cramming.
Understand. With practice, you will remember. They have all been recorded several times on the Internet and intellisense
Or should I just write them out somewherein a notepad or notebook
1. Remember the names and what they are for: 70-80%
2. Remember the order of variables and return values of functions: 50-60% (frequently used only)
3. Understand the code and when it is more appropriate/rational to use which function: 100%
Knowing English translation of the function (the actions it performs, its APPROXIMATE purpose) - you can always use Google and read the manual.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question