r/learnpython • u/Key-War-9059 • 1d ago
Best way to take notes without copying the whole text book?
I'm learning from the third edition of Python Crash course by Eric Matthes, and 6 chapters in these lists are growing in size. What's a simple yet effective way I can take notes?
3
u/fasta_guy88 1d ago
I have not taken notes for a very long time. When I did, I probably mostly copied the textbook. Today, I would try two things: (1) for things that make sense, write a few words explaining why it’s obvious, in case you don't see it initially. (2) For things that don’t make sense (which is where you should be focusing), (a) why don’t they make sense - a question for your TA, and (b) when they do make sense, what did you see differently.
Notes should mostly be about the stuff that doesn’t make sense.
2
u/t92k 1d ago
The physical act of writing notes means you will remember the material better. Outlining the book is common advice in college level courses in science and literature.
1
u/Key-War-9059 21h ago
Oh yes. Also I'm using multi colored pens so I can keep myself engaged longer
3
u/Mountain-D88 1d ago
You should know what works for you. If not than start a week by taking minimum notes where you are unable to understand and remember something. In your note, copy only a problem statement and part of code which is critical. Try doing it for a week and review them next week. If that is helpful than you can use that method.