Can python be as fast as some other languages?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Numba

    NumPy aware dynamic Python compiler using LLVM

  • There are other python implementations like pypy which includes a JIT (Just In Time compiler). There are other jit which can run with official python (cpython) like numba (not all code can be optimized, but if you only need optimize your hot code path).

  • Cython

    The most widely used Python to C compiler

  • You can use a superset language of python called cython that generate C code. It can be used to generate C bindings or fast python (for cpython) modules implemented in a python like code.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • benchmarks

    Some benchmarks of different languages

  • How many languages on this list are ranked WELL above python, yet extraordinarily easy, syntactically, to write? A lot. How many of them have FFIs to use python's great libraries? Virtually all of them.

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

  • Been using Python for 3 years, never used a Class.

    2 projects | /r/learnpython | 15 Mar 2023
  • Do you guys have any resources for learning C++ and/or Fortran programming for physics?

    3 projects | /r/Physics | 21 Nov 2022
  • Mistakes to Avoid During Python Library Creation

    3 projects | dev.to | 13 Nov 2022
  • Python devs Vs C++ chads

    2 projects | /r/ProgrammerHumor | 12 Nov 2022
  • In One Minute : Pandas

    6 projects | dev.to | 5 Nov 2022