0
i am totally new to coding/programming....how long will it take to become good at it or get used to it
newbie
2 Réponses
+ 1
I started with python when I was ~11. It took a long time before I started understanding it, and Python is one of the easier languages. After learning python I started learning Object Oriented Programming Languages (Java and C#). After getting some basic understanding of them I started learning HTML, then CSS and then JavaScript.
Back to the question; it takes a long time to understand a language if you know nothing, and it takes a long time to get good at it too.
+ 1
To complete Oscar's answer, I recommend you to also study algorithmics, starting with array sorting algorithms. It's a great way to develop a coder's mindset.