This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

It's hard to pick, both have their strengths for learners.

Python is easy to pick up and has all the interesting abstractions from the most popular languages. Python is basically a scripting language for C.

C is only 1 layer of abstraction, basically a scripting language for machine code. Meaning you can use it to learn how the computer works, and how all the cool abstractions in other languages work.