CodeNewbie Community 🌱

Cover image for Please, am  new to coding, what basics of coding do i need to learn ?
victor-joseph
victor-joseph

Posted on

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

I believe that when preparation meets with opportunity success is inevitable

Top comments (4)

Collapse
 
bharadwaj6262 profile image
Vishnubhotla Bharadwaj

Hey, Although if you want to build websites, apps any of those stuff. First, it is better to start with programming languages (C, C++, Java, Python (in the order)) then learn design and analysis of algorithms, data structures and database. These are the fundamentals for anything. After completing this then go to your preference like webd, appd, ai, ml etc.

Collapse
 
victorjoseph profile image
victor-joseph

Oh, thank you

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.

Collapse
 
anitabe404 profile image
Anita Beauchamp

Hi. Do you know what types of things you want to build? For example, websites, analyzing data, building a blockchain, software for medical equipment? Something else?

Does your university have a set of languages that it teaches? Are you trying to get a headstart on what they'll be teaching or learn something completely new?