So /prog/, im trying to get into programming but i don't know if i should start with a high level or low level language. Basically, should i go for the complicated, high power, high level languages or should i go for the low power low level languages? I'm a beginner so i don't know if I could handle high level stuff.
With high level it's easier to start programming. For this, I recommend Python.
With low level it's easier to keep programming. For this, C is the best choice.
Personally, I went with the second one, and I think you should do so, too. If you really aren't able to understand C, though, Python is a mighty fine option for a first language. A hint. Never, EVER, start with Java. Please. Thank you for listening.