Python devs Vs C++ chads

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

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

    The most widely used Python to C compiler

    Now I understand why you didn't like it. As is with most libraries cross compiling with python is not as easy as it sounds. Only pure python code is cross platform everything else needs specific instructions for compilation. Can be tedious in some cases. PyO3 looks interesting. Is there anything equivalent to cython for rust? Cython is a very popular way to export computer intensive tasks to c with a python like interface.

  • Numba

    NumPy aware dynamic Python compiler using LLVM

    For purely mathematical computations, you may want to look at Numba - it's geared purely toward math, be it with or without NumPy or SciPy, but in this one task achieves result much better than Cython.

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

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