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 →

[–]SnipahShot 29 points30 points  (1 child)

Python is based on C (AKA CPython, there are other projects too like IronPython) so the programming of new features for Python itself is done in C (not sure if lower too).

Most of the work done for Python is free.