Skip to main content
7 answers
7
Asked 464 views

how to navigate programming?

how to start coding

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

7

7 answers


1
Updated
Share a link to this answer
Share a link to this answer

Tiiso’s Answer

Coding can be an exhilarating journey filled with both enjoyment and challenges. The first step on this exciting path is to set your objectives. Are you keen on creating innovative software or writing automation scripts? Remember, the sky's the limit when it comes to possibilities. Once you've chosen, the next step is to pick a programming language. Opting for a language backed by a strong community is always smart. Engage in online courses, and once you've gained enough confidence, you can start building projects to flaunt your newfound skills. This is just one of the many ways to dive into the thrilling world of coding.
1
0
Updated
Share a link to this answer
Share a link to this answer

Alfred’s Answer

Learning how to code and where to start can seem rather difficult, but it's very simple! Below are some tips to get started:

1.) Start with a programming language
When starting out, choose a programming language and stick with it. Some languages are Java, JavaScript, Python, C++, etc. (Python is a great way to start learning how to code). While learning the programming language, stick with it until you understand the basics of how to code and what to code when faced with a problem. If you want to learn other languages after learning Python(or whichever language you started with), the best part is that most programming languages are very similar! Each language has their own quirks and processes, but in the end, if you know one, you know all.

2.) Find resources to learn the language
There are numerous resources out there that will help you learn how to code, whether it be YouTube, Khan Academy, Udemy, or looking through online forums, or even asking someone that you know is a programmer themselves! Don't be afraid to reach out whenever you are experiencing difficulties learning a programming language

3.) Practice
Practice, Practice, Practice, more practice, and even more practice. You will always be improving whenever you're learning how to code, and as you code more things, you will gain more of an understanding of how the programs you write works.


Good luck on your journey to learning how to code!
0
0
Updated
Share a link to this answer
Share a link to this answer

Joey’s Answer

Hello John,

Becoming a proficient coder demands persistent learning and consistent practice. A great starting point would be a platform like Codecademy. Such platforms present a variety of beginner courses for numerous coding languages. I'd suggest you kick off your journey with Python, HTML, and Javascript. Aim to devote at least 5 hours weekly to coding practice, and you'll see your skills improve significantly.

Additionally, consider enrolling in coding bootcamps whenever possible. They provide an intense, focused learning experience that can rapidly enhance your coding abilities. Stay determined and practice regularly, and you'll be paving your way towards a highly successful coding career.
0
0
Updated
Share a link to this answer
Share a link to this answer

Gavin’s Answer

Sure thing! Let's kick things off by dipping our toes into the exciting world of HTML. It's a blast to learn and one of the easiest coding languages to grasp, in my opinion. Once you've got a handle on that, why not explore Python or Java? They're super important in today's digital world. The cool thing about learning to code is that once you've mastered one language, picking up a new one becomes easier. Even though the specific rules or 'syntax' might be different, the core ideas usually stay the same. So, happy coding!
0
0
Updated
Share a link to this answer
Share a link to this answer

Huy’s Answer

Here are some steps to help you begin your coding journey:

1. Choose a Programming Language:

Python: Great for beginners due to its readability and wide range of applications.

2. Set Up Your Environment:

Install the necessary language interpreter/compiler (e.g., Python from python.org, Node.js for JavaScript).

3. Learn the Basics:

Understand basic concepts like variables, data types, control structures (loops, conditionals), functions, and error handling.
Use online tutorials and courses to get started:

YouTube Channels
ChatGPT

4. Practice Coding:

Start with small projects and challenges to build your skills.
Use platforms like LeetCode, HackerRank, and Codewars to practice coding problems.
Build simple projects, such as a calculator, a to-do list app, or a personal blog.


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

Kim’s Answer

1. Choose a programming language: There are many programming languages out there, so it's important to choose one that aligns with your goals and interests. Popular languages for beginners include Python, JavaScript, and Ruby.

2. Learn the basics: Start by learning the fundamental concepts of programming, such as variables, data types, loops, and conditional statements. Online platforms like Codecademy, freeCodeCamp, and Udemy offer beginner-friendly courses to help you get started.

3. Practice, practice, practice: Coding is all about practice and hands-on experience. Try solving coding challenges on websites like HackerRank or LeetCode, and work on small projects to apply what you've learned.

4. Join coding communities: Engage with other aspiring programmers and experienced developers by joining coding communities and forums like Stack Overflow or GitHub. You can ask questions, seek advice, and collaborate with others.

5. Build projects: As you gain more knowledge and confidence, start working on your own projects. It could be a simple website, a mobile app, or a game. Building projects will help you apply your skills and showcase your work to potential employers or clients.

Remember, learning to code is a journey, so be patient with yourself and enjoy the process.
0
0
Updated
Share a link to this answer
Share a link to this answer

Pravat’s Answer

Many good points have been covered by the previous answers. Here's my 2 cents of advise.

1- Get the basics good first - Plenty of youtube channels exists on this. All you need is time and passion.

2- Practice Coding problems - One of the best websites that many use is LeetCode. This websites has an extensive list of questions and answers (crowd sourced) and is also used by many companies as their base for interviews.

Practice, Practice, Practice
0