0
Pre requisites for programming?
What things can I learn before programming that will help me ??
1 Réponse
0
There are no specific things you *should* learn before learning programming.
Actually, if you learn the basics concepts (such as what is a variable, differences between functions and methods, bucles, etc), then you technically know how to program in every programming language (almost all tutorials of 'How to program in X programming language' always explain those basic concepts, you are good!)
The rest is learning how to properly use the programming language, it's syntax, if it's object oriented, etc.
All you need is motivation, a computer and curiosity!