Software Alternatives & Reviews

High-performance Python

Numba Cython
  1. 1
    Numba gives you the power to speed up your applications with high performance functions written...
    Pricing:
    • Open Source
    There are various techniques and modules/APIs that I already know/that I have used already that can be used (this talk is quite to the point and very enlightening: - NumPy’s own functions / Pandas’ own functions that are row-wise/column-wise - vectorization - Numba (although it has some limitations with “special functions”, and with the implementation with Pandas, as far as I know) - Cython - Dask - Apache Spark (with a focus in PySpark ).

    #Website Builder #Programming Language #Website Design 92 social mentions

  2. 2
    Cython is a language that makes writing C extensions for the Python language as easy as Python...
    Pricing:
    • Open Source
    There are various techniques and modules/APIs that I already know/that I have used already that can be used (this talk is quite to the point and very enlightening: - NumPy’s own functions / Pandas’ own functions that are row-wise/column-wise - vectorization - Numba (although it has some limitations with “special functions”, and with the implementation with Pandas, as far as I know) - Cython - Dask - Apache Spark (with a focus in PySpark ).

    #Website Builder #Website Design #Programming Language 47 social mentions

Discuss: High-performance Python

Log in or Post with