Can You Really Learn Advanced Programming Just from YouTube Courses?

0
1
Asked By CodeCrafter42 On

I've just started my programming journey with C and have been using Bro Code's YouTube tutorial, which claims to cover everything in just 6 hours. I'm skeptical about whether that's really enough to master the language. How far can I go with this kind of learning? Can I call myself proficient in C after just one video? If this method isn't sufficient for gaining advanced programming skills, could anyone recommend better resources?

5 Answers

Answered By BookwormDev On

Many YouTube courses won't cover advanced topics in depth. Personally, I’ve learned a lot from books, like "Node.js Design Patterns," which dives deeper into JavaScript concepts. To really become proficient, work on projects, then turn to books for advanced topics and deeper insights.

Answered By ProficientCoder88 On

No, you can't consider yourself proficient just by watching videos, regardless of the hour count. Proficiency comes from actually building projects and applying what you've learned. If you want to excel in advanced programming, start implementing what you've learned through real coding challenges.

Answered By CodingNerdX On

While YouTube can introduce you to the basics, it often misses the deeper understanding you get from structured learning. Pairing videos with a tutor can really help speed up your learning. Look into platforms like Lrnkey for that.

Answered By TechieGuru99 On

It's crucial to build your foundation first before jumping to advanced topics. Focus on mastering the basics, then tackle intermediate concepts, and finally delve into the advanced ones. You'll find that your perspective on this question might change as you progress.

Answered By LearnWithBooks77 On

YouTube is a good starting point, but I wouldn't rely on it as your main study method. Try this path: start with a solid book, watch videos for clarification when necessary, and then practice by building projects. I recommend "Modern C for Absolute Beginners" by Dmitrovic. If you prefer video lectures, CS50 has a great introduction to C.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.