First of all, if you want to use python, use it. However go is imho more suitable since
- Python doesnt do parallel programming well, Go does (and low level programming is often async)
- Go compiles to machinecode already (it will be faster, which is often important on lowend hardware)
- Go is just as nice to write in as in Python (!debateable i know!)