What Are the Best Ways to Learn Programming Actively?

0
0
Asked By CuriousCoder42 On

I'm finding that watching long coding videos just isn't working for me – I get bored and don't really retain anything. Can anyone suggest ways to learn programming more actively while practicing?

4 Answers

Answered By CreativeDev99 On

Check out project-based resources. Books like 'Ruby Wizardry' or 'Python For Kids' have fun projects to work on. You might also love the idea of building a simple website that scrapes Wikipedia articles and turns them into audio recordings; it's a cool way to use programming for a real-world application!

Answered By TechSavvy88 On

Instead of just watching videos, try making something yourself, no matter how small. It's a lot more engaging than passive learning! Just dive in, tackle a small project, and if you hit a snag, Google it or read some docs to find your way. You'll learn a ton by doing this!

Answered By ThoughtfulCoder On

Start small, like creating a simple checkers game using text. Avoid using tutorials; instead, refer to the docs for your programming language. This will really help you understand data structures and improve your coding skills steadily over time.

GameDevNovice -

Why is visualizing 2D and 3D arrays important for understanding data management?

Answered By LearnWithMe101 On

Watch videos that are more oriented towards real-world applications and career impacts. It’ll help you see the purpose behind learning loops and conditions. When you have a goal in mind, it gives you a reason to learn the code behind it!

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.