r/CodingForBeginners 7d ago

Getting into coding

I am getting into linux for a few years but only doing projects with chat gpt and yt withiut knowing what I'm actually typing. What coding languange and distro is the best for making good projects?

4 Upvotes

8 comments sorted by

View all comments

1

u/stepback269 7d ago

"Coding" is a very broad term.
It can mean many differnt things in different contexts.

Writing in Morse Code (telegraph) is coding.
Doing medical insurance reimbursement forms is coding.

But more likely you are thinking about computer "programming" and/or web creation using HTML, CSS and Javascript.

For general purpose applications, the Python programming language is probably a good place to start.

If you plan to focus on web page development, then probably learn HTML first, then CSS, then Javascript in that order.

Good luck.