i need help figuring out what do learn first C or Python or any other
Depends on your goal. If you want to get into reverse engineering, you should start with C. It’ll teach you the basics of memory management and give you a better understanding of how your system works.
If you want to do literally anything else, you should probably start with python and skip the headache.
1 Like
Recently, there was a study done to see how your first programming language affected your problem-solving skills later in your programming career. My first programming language was Lua, and then I immediately transitioned to C++. I would advise you to learn C first, as it greatly boosts your understanding of how a system works.
Link to the study: https://www.ijetajournal.org/volume-11/issue-3/IJETA-V11I3P28.pdf
1 Like