Looking for Advice on Starting to Learn Coding

0
0
Asked By CuriousCoder123 On

I'm eager to dive into coding, but I'm feeling a bit lost on how to begin. Should I start with JavaScript or Python? Also, which resources would be better for me - FreeCodeCamp or CodeAcademy? I'd really appreciate any advice on how to get started!

4 Answers

Answered By TechExplorer99 On

Why not try a project-based approach? Go to Google and say something like, "I want to build a project that solves a specific problem. Can you help me learn the right programming language for that?" This way, you'll be more motivated and learn the language that fits your project needs.

Answered By SyntaxWhiz On

A simple start would be to download Python, open the command line, and just start experimenting! Type in commands like '2 + 2' to see instant results. Also, try using tools like PyCharm or Notepad++ for a better coding experience.

Answered By BookwormDev On

You might want to check out the book "Python Crash Course" by Eric Matthes. It's packed with projects that can really help you learn. If you're good at self-study, this could be a perfect fit for you!

CuriousCoder123 -

Thank you so much, I will look into this! 🙂

Answered By CodeSage88 On

Starting with Python is a great choice! It really helps you develop your problem-solving skills, and you'll find that knowing how to implement ideas is crucial, even if the syntax isn't always perfect.

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.