Logo of SciPy

SciPy

SciPy (pronounced "Sigh Pie") is an open-source software for mathematics, science, and engineering. It includes modules for statistics, optimization, integration, linear algebra, Fourier transforms, signal and image processing, ODE solvers, and more.

github.com/scipy/scipyscipy.org/
Logo of LFortran

LFortran

LFortran is a modern open-source (BSD licensed) interactive Fortran compiler built on top of LLVM. It can execute user’s code interactively to allow exploratory work (much like Python, MATLAB or Julia) as well as compile to binaries with the goal to run user’s code on modern architectures such as multi-core CPUs and GPUs.

github.com/lfortran/lfortranlfortran.org/
Logo of PyDataStructs

PyDataStructs

PyDataStructs aims to be a Python package for various data structures in computer science. We are also working on the development of algorithms including their parallel implementations. To the best of our knowledge, a well-designed library/package which has covered most of the data structures and algorithms doesn’t exist yet.

github.com/codezonediitj/pydatastructspydatastructs.readthedocs.io/en/stable/