20
Question about using printed guides versus video tutorials for new programmers
Back when I learned, coding meant following a printed guide and typing everything by hand, which helped me remember syntax. Now, beginners often start with video tutorials that show code in action and allow quick copying. Some argue the old way builds better habits, while others say videos make learning less intimidating. What do you think is the best approach for someone just starting out?
3 comments
Log in to join the discussion
Log In3 Comments
the_dakota1mo ago
You mentioned "typing everything by hand," and that physical action is a huge deal. It builds muscle memory for syntax in a way that passive watching or even copy-pasting from a video just can't match. That physical routine wires your brain to recognize patterns automatically later on.
6
christopher3861mo ago
Which is why typing it out sticks in your brain longer, @the_dakota.
1
brooke_young601mo ago
Combine typing code from books with watching videos, as @christopher386 suggests, to reinforce learning.
1