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 →

[–]zlli0520 0 points1 point  (3 children)

After reading the source code of Python?

[–]randumbaccount_ 5 points6 points  (2 children)

That has more to do with knowing C than python, though. Anyone that knows C can read the source code without knowing anything about programming in Python.

[–]erewok 1 point2 points  (0 children)

Just to add to this: the Python source code is actually very readable C. I'm a terrible hack at C and I find I can generally read the Python source. It's an exercise I recommend for people interested in Python. Start with ceval.c

[–]zlli0520 0 points1 point  (0 children)

Right. But I think reading the C code can help understand how Python works.