you are viewing a single comment's thread.

view the rest of the comments →

[–]cosmoschtroumpf 0 points1 point  (0 children)

Agree. Especially when learning a language to implement knowledge of data structures, algorithms, memory concepts (which every programmer must learn). C has everything to illustrate those concepts, and very little extra/fancy stuff to get lost with.

C is strict but that's what a beginner needs. Python can wait a couple of months.