Is Codecademy Worth It for Learning Coding Syntax?

0
14
Asked By MathWhiz42 On

I'm a first-year computer science student with limited coding experience, having only dabbled in it during a couple of IT camps in high school. I really enjoy math and I'm quite good at problem-solving, but I freeze up when it comes to actually writing code. While I understand what the code should theoretically look like, I tend to forget the syntax of different languages. I can grasp concepts fairly well, but translating my theoretical solutions into actual code takes me a while. I feel more confident with discrete math, algorithms, and even pseudocode than I do in coding itself, since it feels like an entirely new language to master. Therefore, I'm curious if Codecademy could help me improve my syntax skills or if it might just be a waste of money. Thanks for any advice!

5 Answers

Answered By FreebieHunter On

I used Codecademy and found it to be a good learning platform (I got access for free through my job). It's definitely helpful for learning the basics. That said, there's an abundance of free resources available online too. You might want to try Codecademy’s free version first, and if you like it, consider upgrading to the premium version.

Answered By SyntaxSavant On

Codecademy is actually quite effective for hammering syntax into your memory. The exercises can feel repetitive and a bit boring, but they're great for tackling that "I know what to do but can’t recall how to write it" issue. If you're looking to boost your syntax skills, it might be worth it! But you could also consider solving simple problems on LeetCode or working on small projects; you'll apply the syntax more naturally that way.

Answered By IDEfanatic On

Make sure you’re using a good IDE too! It can really help by providing suggestions and auto-completions when your syntax is off, which makes learning much smoother.

Answered By LearnToCode123 On

Codecademy might be one of the best platforms out there for learning programming, especially since you learn by actually coding rather than just watching videos. So given your situation, I’d definitely recommend checking it out.

Answered By BeginnerBro On

In my opinion, it's a solid resource for beginners to grasp syntax and understand how compilers work. It really lays down the foundational concepts you need.

SyntaxSavant -

Absolutely! It's a good starter point to build that coding foundation. Just remember to supplement it with practical coding exercises!

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.