====== Why I hate Python ====== * [[https://github.com/pyserial/pyserial/issues/216#issuecomment-609669312|Using pyserial to read real time data from sensor cause 100% CPU usage #216]] * [[https://github.com/openwisp/ansible-openwisp2/issues/494]] * "parallel pip install": cat requirements.txt | xargs --max-args=1 --max-procs="$(nproc)" pip3 install