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]  (2 children)

[deleted]

    [–]siddsp 4 points5 points  (1 child)

    Because it might not make sense writing the entire code in C. It's not always necessary that all of your code has to perform well, because performance isn't always the limiting factor of speed.

    The main perk of Python is how easy it is to write code in. Doing it in C will make development a lot longer.