Skip to main content
7 answers
7
Asked 543 views

How do I get into coding?

Hello,

I am asking this question to understand how do I start getting into coding and making certain things.

+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

Jason’s Answer

Hey Madelyn,

If you have an interest in learning to code a good place to start is with your school. Many schools offer courses in the basics of programming, AP computer science, as well as some general IT courses. Also, there are free courses on websites like coursera, Udemy, and Code academy. Harvard university also offers their intro to computer science course (CS50) on EdX which is their most popular course.
1
1
Updated
Share a link to this answer
Share a link to this answer

Doc’s Answer

One of the great things about learning to code online Madelyn is that you can learn at your own pace. If you have a busy lifestyle or other commitments, you can easily fit coding into your schedule. You can choose to learn for a few hours a week or dedicate more time to it and learn full-time. And as you progress, you can go at your own pace and take on more challenging projects.

PYTHON
Python is a high-level programming language that’s more for general purposes. It’s one of the most popular programming languages globally and can be used to build websites and software, automate tasks, and conduct data analysis.

C
One of the longest-standing programming languages, C is a general-purpose language that’s very popular and flexible in its use. It is often used to write applications and Operating Systems, and can offer a great base of knowledge for other coding languages.

RUBY
A high-level programming language, Ruby is also general-purpose and is highly portable. It’s great for building desktop apps, static websites, and more. It can even be used for web scraping and crawling, important for SEO and indexing websites.

JAVA
Java is another long-standing coding language; it has been around since 1995. One of the first and most famous coding languages in the world, Java uses classes and objects to execute commands, and is based on C. This language has many uses such as apps, servers, and games.

JAVASCRIPT
JavaScript is a text-based scripting language that can be used to create dynamic, interactive website content such as search bars, image carousels, zoom abilities, and the ability to use hamburger menus, on-site animations, and on-page audio/video. Alongside HTML and CSS, JavaScript is one of the core technologies of the internet.
1
1
Updated
Share a link to this answer
Share a link to this answer

Shila’s Answer

The fantastic thing about coding is that there's a wealth of amazing resources readily available to kick-start your journey. It's as simple as browsing for appropriate books in your local library or exploring easy and cost-free online courses like freeCodeCamp. All these resources exist to facilitate your learning, and the best part is, you can learn at a pace that suits you. It's commendable that you're already seeking advice and help from others, as this proactive approach will undoubtedly benefit you in the future. Don't forget to utilize Google for some quick searches too. It's all part of the learning process! These are my suggestions based on personal experience.

Shila recommends the following next steps:

HTML & CSS
JavaScript
Bootstrap
React
1
0
Updated
Share a link to this answer
Share a link to this answer

Ayodeji’s Answer

The best way to getting started in coding is knowing what you want to learn first. Settle down on that, afterwards proceed on finding out the the key component on how to get started. Coding is broad, it's very easy to jump ships or learn astray so, I'll advice you visit roadmap.sh on a complete guide on what to do. There, you'll see what's needed to learn and tailor your learning to that path. Note, if you're coming from a Computer science or Engineering background, it's very good as you have undone some basics already. What's needed is just some refresher course to recollect anything you've forgotten. For non IT background, you'll need to get familiar with some computer science basis. Roadmap.sh is very good and tailor your learning to it . If you have a community of Software Developers /Engineers around you, do well to join. The last advice is this, as you learn, try and build mini projects to reinforce your knowledge about all concepts, practice, practice, practice and build build build.
0
0
Updated
Share a link to this answer
Share a link to this answer

Eric’s Answer

I think the fastest way you can get an encoding is to go to a school like Flatiron School is really good because they don't charge you if you don't get a job in the first 6 months. You don't owe them anything. Not to mention the fact that people are waiting for their graduates and they start their salary at 70k a year.
they got some really good coding boot camps out there. I wouldn't recommend a college for a certificate or something because unless you get a bachelor's are going to come out feeling dumb.

They promise you the moon and stars and tell you you'll get out being an entry level Python developer but when I got out with my web development certificate even if I had hammered everything in and knew everything that they taught me it's still wouldn't be something I would sell an employer. and make it you're put in the door but I think the coding boot camps are better because they train you for work-related tasks and help you put a portfolio together that way you're already primed for the job that you get and you know what to do when you get there. That's an entry level position The web development certificates at colleges really suck they're just they're frustrate you and make you want to get more college.
0
0
Updated
Share a link to this answer
Share a link to this answer

David’s Answer

Getting into coding is an exciting journey that begins with a few fundamental steps. Firstly, choose a programming language to start with; Python is often recommended for beginners due to its simplicity and versatility. Next, familiarize yourself with basic programming concepts like variables, data types, loops, and conditional statements through online tutorials, books, or interactive coding platforms like Codecademy or freeCodeCamp. These resources offer structured learning paths that guide you from the basics to more advanced topics.

Once you grasp the basics, start building simple projects to apply what you've learned and gain hands-on experience. Projects can range from creating a simple calculator or a to-do list app to building a basic website or a small game. Don't worry about making mistakes; learning from trial and error is an integral part of the coding process. As you gain confidence and proficiency, explore more advanced topics and consider specializing in areas that interest you, such as web development, data science, or mobile app development. Remember, the key to success in coding is consistent practice, patience, and a willingness to learn and adapt to new challenges.
0
0
Updated
Share a link to this answer
Share a link to this answer

Carolina’s Answer

This is an excellent question! I can relate to your feelings, as I too used to find coding a bit daunting. But when I finally took the plunge, it was one of the best decisions I've ever made. I can't stress enough how rewarding it is to delve into the world of coding, and I urge others to do the same.

In my final year of college, I enrolled in a beginner's coding course. This course not only introduced me to a variety of programming languages but also provided practical examples of how these languages can be used in a professional setting. So, my first piece of advice would be to look for a course that equips you with the tools you need to excel.

However, if attending a course isn't feasible for you, don't worry! There are other resources like datacamp.com, which I highly recommend. Even in my coding course, we were required to use this platform as part of our preparatory work. It's an excellent tool that teaches you coding languages and allows you to practice your skills through a variety of tasks.

If you encounter specific coding or bug-fixing issues, I've found open ai to be an invaluable resource. It allows you to customize your queries and even provides you with sample code. So, dive right in and start your coding journey!
0