Python is better than C they said

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • 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.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • 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