Skip to main content
4 answers
6
Asked 230 views

How I can start learning coding?

coding, programming

Thank you comment icon Hello Peter! Before you dive into the world of coding, it's crucial to familiarize yourself with the concept of computational thinking. You can do this by visiting the following link: https://teachyourkidscode.com/what-is-computational-thinking/. It's a great starting point for your coding adventure! Vikas Goyal

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

6

4 answers


0
Updated
Share a link to this answer
Share a link to this answer

William’s Answer

Numerous websites exist that provide practical learning experiences for coding. Simply utilize Google to discover one that suits your preferences. Each website offers unique features, so explore until you find one that resonates with your learning style. Once you've found it, stay committed and you'll see great progress.
0
0
Updated
Share a link to this answer
Share a link to this answer

Shawn’s Answer

Resources such as CodePen are great to learn what others do with their code. Free resources such as YouTube are excellent to explore depending on what languages your are interested in learning. There are excellent online courses you can enroll in to learn basics and develop more advanced skills such as:
- Code Academy
- Code Wizards
- OutSchool
- Course Report
- Joy of Coding

I think developing an understanding of what you would like to do with coding is a great start, then creating a simple goal with the resources you have at your disposal, use accessible online tools to start learning and building towards your goal.

Shawn recommends the following next steps:

Sign up for a CodePen account
Download a local code editor - Visual Studio Code is free and excellent
Develop a goal to make something based on your interests
Utilize online resources to learn from (YouTube, CodePen, Code Academy, etc.)
Reach out to a school administrator to explore a job shadow / mentor through a local web agency or business that can help you continue building your skills.
0
0
Updated
Share a link to this answer
Share a link to this answer

Logan’s Answer

As Shawn mentioned, getting a good idea of what you want to do with coding is a big help, as it will help you decide on what technologies/frameworks and languages to learn first. There's so many programming languages out there these days, so knowing which one will be most beneficial and capable for the projects you want to make will make that decision a lot easier.

From that point, there are lots of free online resources to learn coding, FreeCodeCamp is a good one I haven't seen mentioned yet, and they have tutorials and certifications in most commonly used languages, as well as broader concepts like data structures and algorithms. Their YouTube channel also has a huge backlog of code-along tutorials you can follow along to!
0
0
Updated
Share a link to this answer
Share a link to this answer

Stephen’s Answer

Starting to learn coding is like beginning a new adventure where every step forward opens up exciting possibilities. Here's how to kickstart your journey:

Dive In with Simple Projects: All programming languages share common basics. So, pick any language and start with a simple project. It’s like learning to ride a bike; you’ll get better as you keep at it.

Practice Makes Perfect: The more you code, the better you'll get. Don’t worry about making mistakes; they’re your stepping stones to mastering coding.

Start Easy: Try JavaScript. It’s straightforward and works right in your web browser, letting you see your results immediately. Plus, grab a free code editor like Visual Studio Code to make writing and managing your code easier.

Remember, the key is to start small, keep practicing, and stay curious. Coding is a skill you'll get better at over time, and it's totally okay to learn at your own pace. Happy coding!
Thank you comment icon Thank you for giving me advice. Kieran
0