Edabit - Edabit is a website in which you do particular coding challenges, and
gain score based on the difficulty of completion. I used this site when I was first learning how to program, and I
can confidently say that it helped me learn more programming concepts by googling and looking at the documentation
CodeHS - CodeHS is a good place to start if you are just learning the basics
of programming. You start off with basic block coding, and then you move on to more advanced concepts such as
loops and functions. I used this site when I was first learning how to program, and it helped me feel confident
about coding by typing
W3Schools - W3 is a good place to search things up if you want to
understand how a particular language works. This is called documentation, and you are going to need it if you want
to understand the nooks and crannies of everything
about coding by typing
StackOverflow - StackOverflow is a website in which users can ask and
answer other peoples questions about programming. I use it daily to understand an odd error I recieve in the
terminal, and it is a nessecity to programming effeciently.
about coding by typing
TheCodingTrain - The Coding Train is a
channel in which he live codes and explains what he is doing. I use it to learn new concepts, and it is a great
way to learn how to code by watching