arrow_upward
Learning the Funamentals of Programming
#1
People who have learned how to code, how/where did you learn the fundamental practice of coding? I know that different programming languages are essentially just different languages and if you know exactly what you want you can easily translate and pick up the language with practice.



#2
Learned the basics in school. The rest is just practice.



#3
I started out with a simple programming language that's introductory. Lots of people use Python. After learning Python in school you pretty much have an understanding of the fundamentals to go transition into another language. This includes loops, conditional statements, functions, parameters, variables etc. These fundamentals will mostly remain the same with little variation on how to implement it depending on the syntax. Other languages will also have features other languages won't have that make things easier.