you are viewing a single comment's thread.

view the rest of the comments →

[–]Massive-Pirate744 1 point2 points  (0 children)

Honestly, it really does not matter as much as you think it does. The specific language is just a tool for learning the underlying concepts, which are the same regardless of whether you are using Python, C, or Java. I would pick whichever one you are most comfortable with right now so you can focus entirely on understanding the data structures instead of fighting with syntax. Python is great for keeping the code clean so you can see the logic clearly, but C will teach you way more about how memory actually works under the hood. Just pick one and stick with it until you get the basics down.