What is the easiest coding language for starters?
VarrienceLvl 25
Imagine starting with visual basic 💀 but yea for me what matters most in a language is syntax which is a weird thing to be picky about but it's the main reason why I'll take a big shit on lua or python any day of the week! in the end tools are tools... and there made for certain criteria so depends on if it'll serve your purpose things like py or lua are good for a wide array of things but they sacrifice efficiency to do it. so sample languages and take a look at some demo code from each and decide if learning it is for you
DragonFireGamesLvl 11
ackvonhuelio that is exactly what I did actually
peptobeptoLvl 2
- Windows
Aalie_oop 1. github has this thing called codespaces which lets you use visual studio code in your browser, its great for chromebooks. 2, I started with python because its about as close as you can get to speaking english to a computer. The nice thing about programming is that most languages share the same basic features, loops, ways to store data, etc. And most object oriented programming languages have even more in common. So, in reality, it doesnt really matter what you start with as long as its easy to read/learn. I would recommend javascript, python, c (if you're feeling up to it) and then maybe graduate to java, c#, or rust.
peptobeptoLvl 2
- Windows
Captain_Jack_Sparrow i reckon they could do C with a little effort. its syntax isnt too hard.
peptobeptoLvl 2
- Windows
oh also one more tip. No matter what language you go for, hands on experience will help you so much more than just reading up on it and watching tutorials. After each new thing you learn, try to create the coolest and most advanced thing you can with it. After a little bit, you'll be able to get by with what you know and then you can just google whatever you don't know when you need to know it. Dont worry about writing nooby or inefficient code at first, just as long as it works. practice on sites like codewars and hone in your skills. I stopped studying python 2 years ago and I learn new things about it each time i use it now
peptobeptoLvl 2
- Windows
gZany shnawg thats a markup language. cant do shit with that
DragonFireGamesLvl 11
peptobepto So true, many languages have a lot of transferrable skills, the only difference is the syntax, but even then a lot of things are similar. However, pay attention to the difference between an interpreted language (JS) or a compiled language (java). As well as the difference between object-oriented languages (java) and functional programming languages (lisp or python). Since you are working on the web, javascript is quite easy and appealing since it is the easiest to set up.
DragonFireGamesLvl 11
peptobepto Indeed, sometimes just jumping in is the best way to learn. Google is your friend, do not be afraid to use it. Look up the documentation, analyze people's answers on stackoverflow. You learn a lot.
- Windows
peptobepto I started with C++ first, so that might be my problem.
peptobeptoLvl 2
- Windows
Captain_Jack_Sparrow cs equivalent of jumping off a diving board knowing damn well you cant swim lmao. hats off to u
Aalie_oopLvl 3
tysm yallz!
personLvl 62
- Edited
Adding onto what dragon said, Google is a necessity because bugs will always be found even in the easiest language
peptobeptoLvl 2
- Windows
person except for when i program. I have never made a mistake in my entire life 😎
personLvl 62
Your gonna realize you made a huge mistake somwday
personLvl 62
The bugs are coming pep
peptobeptoLvl 2
- Windows
person nuh uh
peptobeptoLvl 2
- Windows
person I was born with a full chest of har and taught myself arithmatic by 3 weeks old. I could walk by 2 and i could run by 3. By age 4 I could think in binary and by age 5 I had won 5 nobel peace prizes
ackvonhuelioLvl 41
person
chatgpt better
Zzeroiscool723Lvl 17
- Android
Node best