Python is better than C they said

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/ProgrammerHumor

Our great sponsors
  • Sonar - Write Clean Python Code. Always.
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
  • lxml

    The lxml XML toolkit for Python

    According to lxml benchmarking docs, Python’s built in xml parser wouldn’t behave that bad either: https://github.com/lxml/lxml/blob/master/doc/performance.txt

  • Numba

    NumPy aware dynamic Python compiler using LLVM

    And of course, Numba is an option for when you want performance in combination with Python. Damn thing is magic. And you can operate on numpy arrays with it, so you really can get the best of both worlds.

  • Sonar

    Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

  • CPython

    The Python programming language

    The built-in Python xml parser is xml.etree (https://github.com/python/cpython/tree/3.9/Lib/xml/).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts