any tips on how to code!!!

i want to start learning to code (visual studio code) but i cant find the best tutorials online, can someone help me pls!


1 Kudos

Comments

Displaying 3 of 3 comments ( View all | Add Comment )

Kie

Kie's profile picture

My biggest advice is: start with python. It's really beginner friendly and will help you get an idea of how to do stuff before you move onto languages stuff like C++ that have a more complex syntax.
Also what helps the most is to do small exercises project imo. Look for coding assignments online


Report Comment



Good lord my grammar was terrible there XD I hope what I said was understandable. I'm in class and it's cooking my brain rn

by Kie; ; Report

^^friend of grandpa^^

^^friend of grandpa^^'s profile picture

this guy has some good tutorials bro code

also reddit and discord are good places to go to ask for help when you need it or are confused or if you cant tell what wrong with your code.

also w3schools isn't just for learning the basics, there's actually a lot of useful information on there


Report Comment

yawzyyy

yawzyyy's profile picture

w3schools is a great website for learning the basic commands for the language you want to learn, it's kind of like a dictionary for code. I'd also recommend learning some of the basic fundamentals of coding like variables, conditional and boolean statements, stuff that applies for almost all languages.


Report Comment



i already understand the basics of code like data types and operations in a programming language because of school when it comes to actually writing code i suck sadly :(

by maya ༒︎; ; Report

Practicing coding through puzzles can help with that! Leetcode is a great website to learn through problem solving and it can also help if you want to get a job in coding:)

by yawzyyy; ; Report