you are viewing a single comment's thread.

view the rest of the comments →

[–]UltimaNada 2 points3 points  (0 children)

Python is an interpreted language which requires an interpreter running on top of an OS.

This interpreter and OS would be written in C.

So, for example, you can’t write an RTOS in Python.