why python, why not a system programming language like
C, OCaml or Go (or newer languages like zig or odin)
Are web browsers, not considered to be "system software"
replies(4):
Browsers these days are about as complex as any operating system, or perhaps more complex when you consider all the non-systems stuff in them.
Basically, performance isn't a big focus, Python is very widely known and doesn't have too many quirks for non programmers to deal with, and systems languages emphasize error handling that, for expedience, we often need to skip.