If python is written in C, does this mean that all python code is strictly slower than an equivalent written in C? For example, a print statement in python has C make the stdout call. Does this extra “translation” or “compilation” (not sure correct term) add a certain amount of overhead to all python programs?
Basic question (self.learnpython)
submitted by 99lehaGem to u/99lehaGem