D
D
Dmitry Ivanov2020-01-03 19:22:57
IT education
Dmitry Ivanov, 2020-01-03 19:22:57

Is it necessary to constantly repeat the topics covered?

Hello! I'm learning python from Mark Lutz's book. I was already a little familiar with python. After reading every chapter, I forget some things. For example, I went through the topic line by line. In general, I understood the topic, but over time I forgot the string methods. Do I need to constantly repeat the topics covered, if I generally understand the topic?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Saboteur, 2020-01-03
@saboteur_kiev

You don’t need to memorize - this is not an EGE job, no one will take away your textbook and Google.
But if you read, you develop the skill of reading.
Write more. Feel like you know how to solve problems.

O
Oleg Smirnov, 2021-01-04
@sovaz1997

What is not used will always be forgotten. Tell me, why do you need to know all the string methods if you don't use them anyway?
Start writing code and take on tasks that are not immediately obvious how to solve. If you can't decide, you can already search for information in Google / book / etc. Believe me, after writing a certain number of programs you will be better at programming than if you memorize the book of the same Lutz. Even if you only remember 10% of all string methods. Programming is far from being only language constructs, and many things cannot be understood just by reading an article or book.

K
kk95, 2021-01-06
@kk95

need. not only in programming. without practice will be forgotten faster

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question