Btw if you're wanting to get into programming please for the love of god don't start with something like C++. Languages like the C-family are meant to be efficient and explicit, which can add like 5 layers of confusion to learning to program. Starting with python is nice because
- a lot of python tutorials are innately aimed towards beginners
- python is DESIGNED to not be miserable to program in
- you can pretty easily start making little scripts for projects without having to have an intimate relationship with your processor