Skip to main content
4 answers
6
Updated 310 views

How can I start coding as a beginner?

How can I get started in coding if I’m just getting started?

+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

Tavish’s Answer

To start coding as a beginner, select a beginner-friendly language like Python or JavaScript. Utilize online tutorials and courses, read coding books, and practice regularly. Join coding communities, learn algorithms and data structures, and build small projects to apply your knowledge. Embrace mistakes as part of the learning process, stay updated on industry trends, and seek mentorship when needed. Consistent practice and persistence are vital to becoming a proficient coder.
0
0
Updated
Share a link to this answer
Share a link to this answer

Kodi’s Answer

For starting I would check out to of my favorite websites. 1 is freecodecamp.org, it will start you with the basics of html and css then teach you JavaScript and more. The second is a similar website called theodinproject.com, here you can choose a full stack path of Ruby and Ruby on Rails or JavaScript or do both. These are great resources to get your feet wet in the realm of coding. Each one you'll notice starts with HTML and CSS, which I think is where most people would suggest if you are coming from zero experience.

Once you start with these websites just continue to do a little bit everyday and make it a good habit, the more you do the better you'll get just like anything. There will be some frustrating moments of "WHY ISN'T MY CODE WORKING?!" Trust me. Just use those moments to be curious and do your best to investigate to find the why. Sites like stackoverflow are full of problems that you will probably experience with answers and explanations. So you have whole community out there willing to help :). Stay curious, practice daily and check out the free resources I mentioned above to get started, I would start with freecodecamp.org first and then the odin project. Hope this helps Adrian.
0
0
Updated
Share a link to this answer
Share a link to this answer

Fred’s Answer

You just start doing it. Buy a book, or find a website that offers tutorials. I hear nowadays there is a lot on YouTube you can use to learn.

One of the greatest things about learning to code is the low barrier to entry. You need a computer, a web connection, time, and passion. You can download everything you need to start coding in Java, Python, or several other languages and start messing around.
0
0
Updated
Share a link to this answer
Share a link to this answer

Robert’s Answer

The internet is brimming with complimentary resources that can kickstart your journey into programming. YouTube is an excellent starting point for novices, where you can explore various programming languages and select the one that interests you the most. I recommend initiating your learning with Python. Once you've made your choice, begin seeking out free coding courses, such as those offered by Codecademy. These structured classes can guide you through the learning process, helping you avoid the pitfalls and bad practices often associated with self-teaching. Be patient, and over time, you'll be astonished by the incredible things you can achieve with programming.
0