>>12156043I started with C. It's a little unforgiving when it comes to syntax and other stuff but it sure as hell teaches you how to use functions and variables better than python since you have to make everything from scratch.
>>12156024If you wanna give coding a try just pick a language and learn it.
If you wanna start with C I reccomend getting a copy of C Programming 2nd edition by Brian W Kernighan and Dennis M Ritchie. (you can find a free pdf on google)
You dont even need to finish the book just the first three chapters is fine for starting out. Shit gets more and more complex beyond that.