I'm curious where the line for "advanced" lies, although in principle I'd agree that Python is certainly past it.
But shouldn't interpreters be good for reducing the overall runtime code size in principle, if enough system tools run on them? High-level bytecode can be very compact.
Or better yet, compile natively, but to threaded code, and share the stdlib behind it.