I learn better from books than from video courses and would prefer to use them as my main way of studying programming. Is that a reasonable approach, or are there drawbacks I should expect?
4 Answers
Books are a perfectly good way to learn, especially for understanding fundamentals and broader concepts. The important distinction is that reading alone isn’t enough. You need to regularly write code, solve problems, and build small projects rather than only consuming explanations.
Reading can teach you important ideas and mental models, but programming is a hands-on skill. Treat a book as a guide rather than the whole learning process: spend at least as much time experimenting, debugging, and building as you do reading.
A good routine is to read a few concepts, then immediately make a mini-project that uses them. That practice is what makes the material stick. Books can also be excellent for timeless concepts, while documentation is useful for checking current language and library details.
Use whatever format helps you absorb information—books, articles, or courses—but make sure you type and experiment with the code yourself. Try implementing examples without copying them directly, then modify them or turn the ideas into something of your own.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically