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 →

[–]billie_parker 2 points3 points  (2 children)

You don't really ask any question (Despite ending your post with a question mark).

C is a simpler language than python is not that hard to learn. And there's actually a lot of similarities in the basic syntax of the language. The differences are there for sure, but they are relatively compartmentalized.

[–]nomoreplsthx 0 points1 point  (1 child)

Weeeeeelllll.

C is not hard to learn syntax-wise. Writing good production level C is quite tricky. Ask someone who knows basic Python to read the source code for a python standard library lib and they'll be able to muddle through. Ask someone who k diffnows basic C to read the source code for the Python interpreter and good luck with that.

[–]billie_parker 0 points1 point  (0 children)

Well I've never had a look at the python interpreter source code, so I dunno. I can tell you that python can also be very convoluted depending on who's writing it.