Skip to main content
5 answers
6
Asked 314 views

How can I code as a beginner?

How can I learn to code for a person who had not heared of coding or having to code.

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

6

5 answers


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

David’s Answer

Here's a friendly piece of advice for those of you who are just beginning your journey. To build upon the suggestions already made, I'd like to point you towards freeCodeCamp.org. This site is a wonderful resource where you can grasp the basics and delve deeper into more advanced topics. Plus, they have a YouTube channel that's pretty cool. I find that videos make learning more efficient and easier to digest.

I also echo the sentiment about the college path. Attending college provides a robust foundation in programming. Not to mention, you can seize the opportunity to do internships, which are a great way to gain real-world experience and beef up your resume. And let's not forget the cherry on top - earning a degree that many companies consider a must-have when hiring fresh talent. Wishing you all the best on your journey!
0
0
Updated
Share a link to this answer
Share a link to this answer

Elena’s Answer

As a novice in coding, I recall I struggled to understand how coding even worked. It was only after completing five or six lessons that I began to grasp what coding could accomplish.
Hence, I would advise you to engage in courses that offer concise and easily digestible lessons. If your learning style aligns with mine, you might find pleasure in studying Python through Datacamp (datacamp.com). I found this platform beneficial because the lessons were brief, providing a sense of progress at each stage, no matter how minor. What stood out for me was the interactive environment provided within the course page, where you can experiment with your code and receive instant feedback on its accuracy.
I have quickly searched and Datacamp seems to offer a course that could serve as an excellent introduction to programming. It's definitely worth exploring. Here's the link: https://app.datacamp.com/learn/courses/introduction-to-programming-paradigms
0
0
Updated
Share a link to this answer
Share a link to this answer

Samy’s Answer

The greatest guidance I can offer is to explore YouTube tutorials or participate in a bootcamp at a speed that suits you. Python, Java, C++ are all fantastic programming languages to master, and there's a wealth of other beneficial ones out there too. Embrace the learning journey, you've got this!
0
0
Updated
Share a link to this answer
Share a link to this answer

Marian’s Answer

As a person who was once a beginner like you, the most beneficial guidance I can offer is to select a programming language (don't fret, you can always modify your choice later) and initiate writing basic programs.

For instance, if you're inclined towards Java, you can search "beginner's guide to coding in Java" on Google and follow the suggested examples. Generally, setting up your development environment might take a bit of time, but there are countless tutorials available online to help you with this.

There are three additional points I suggest keeping in mind:

- Your initial choice of language doesn't significantly influence your future career. You're free to switch and adapt as you progress. For beginners, I'd recommend starting with something like Node.js, Javascript, or Python.
- Try not to be daunted by the sheer volume of information available. Keep in mind, anyone can start a blog or write an article, there's no restriction. Find a source that resonates with you, and follow it. Don't be afraid to make mistakes.
- Be aware that information becomes obsolete quickly. The world of programming, especially web development, evolves at a fast pace. So, be careful if you're following a guide that's more than five years old.
0
0
Updated
Share a link to this answer
Share a link to this answer

Anh’s Answer

I suggest that you get some basic classes from Community College first. No matter what language you are using, always need to start with a good basic understanding of coding effectively. Anybody can jump to write a "Hello" program, but to be successful on that field, we need to start from the basic.
0