CodeNewbie Community 🌱

Discussion on: Please, am new to coding, what basics of coding do i need to learn ?

Collapse
 
terabytetiger profile image
Tyler V. (he/him)

It all depends on what you want to build, but I would recommend:

HTML/CSS, then JavaScript if you want to build websites/web apps.

Python for anything else - I think it's one of the most beginner friendly, as well as promoting good habits with spacing to make your code easier to read.