SciPy - SciPy is an open-source Python library that extends the capabilities of NumPy to provide advanced scientific and technical computing tools. It offers modules for optimization, integration, interpolation, eigenvalue problems, algebraic equations, and more, making it a cornerstone for scientific research and engineering applications in Python. Built for performance and ease of use, SciPy enables users to solve complex mathematical problems with concise, readable code. The library is actively developed on GitHub, where its source code, documentation, and development discussions are maintained, and it remains a fundamental part of the scientific Python ecosystem. LFortran - LFortran is a modern, open-source interactive Fortran compiler built atop LLVM, designed to bring the exploratory and high-performance capabilities of languages like Python and Julia to Fortran programming. It supports interactive execution for rapid prototyping as well as ahead-of-time compilation targeting modern architectures, including multi-core CPUs and GPUs. LFortran features a full Fortran 2018 parser and offers partial support for Fortran 2023, with capabilities like OpenMP pragmas and do concurrent constructs, making it suitable for both legacy and cutting-edge scientific computing applications. The project is actively developed and hosted on GitHub. PyDataStructs - PyDataStructs is an open-source Python library that provides a comprehensive suite of data structures and algorithms, including their parallel implementations, aimed at both educational and high-performance computing applications. It offers a consistent and clean API for structures like arrays, linked lists, trees, heaps, graphs, and various algorithms, all thoroughly tested to ensure reliability. While primarily implemented in Python for rapid development and ease of testing, the project is also working on integrating a C++ backend via the Python C-API to enhance performance for computationally intensive tasks. This makes PyDataStructs a versatile tool for developers and researchers looking to prototype and deploy efficient algorithmic solutions in Python.