For loop vs while loop in Python.

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Numba

    NumPy aware dynamic Python compiler using LLVM

  • Have you looked into numba?

  • MicroPython

    MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems

  • Embedded 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.

    InfluxDB logo
  • jax

    Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more

  • Cython

    The most widely used Python to C compiler

  • PyO3

    Rust bindings for the Python interpreter

  • Alternatively https://github.com/PyO3/pyo3 + https://github.com/PyO3/maturin to write Python libraries in Rust and upload them to pypi

  • maturin

    Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages

  • Alternatively https://github.com/PyO3/pyo3 + https://github.com/PyO3/maturin to write Python libraries in Rust and upload them to pypi

  • Robyn

    Robyn is a Super Fast Async Python Web Framework with a Rust runtime.

  • https://github.com/sansyrox/robyn is a web framework for Python written in Rust using pyo3

  • 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

  • I don't think you undestand most of the built in functions of python are written in C and not python. https://github.com/python/cpython/blob/main/Objects/listobject.c

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