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):
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.