Aug 29, 2017 · 1 min read
LXML was chosen as the default parser for its speed. The big difference between LXML and other Python parsers is that LXML uses C, a faster programming language as the core of the library. This essentially means LXML will usually run faster.