Browse free open source Python Mathematics Software and projects below. Use the toggles on the left to filter open source Python Mathematics Software by OS, license, language, programming language, and project status.

  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • Best Recruitment CRM, ATS, and Staffing Software Icon
    Best Recruitment CRM, ATS, and Staffing Software

    Fast and flexible talent software solutions that empower professional recruiters and maximize growth.

    Crelate is a comprehensive recruitment software designed for staffing and recruiting agencies, and in-house corporate recruiting teams. Offering a powerful Applicant Tracking System (ATS) and Recruitment CRM, Crelate helps streamline the entire hiring process.
    Learn More
  • 1
    The MeqTree project provides a modelling, simulation and calibration toolkit aimed at (but not exclusive to) radioastronomical applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Model Builder: Graphical ODE Simulator
    Model Builder is a graphical tool for designing, simulating and analyzing Mathematical models consisting of a system of ordinary differential equations(ODEs).
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    NGmp is a C# C++ Java Python VB.NET etc. etc. binding of GMP and MPFR multi-precision number libraries. With support of Microsoft .NET or Novell Mono runtime NGmp will run on mutliple platforms. It is faster than other libraries available on .NET or Mono
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The NHD Software Project is a collection of the utilities, scripts, APIs, standards, and application extensions used for the quality assurance of stream and river data, conflation/generalisation of hydrographic data, and other hydrologic data maintenance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Labra enables you to launch your solutions on Azure, AWS, and Google Cloud quickly and seamlessly—without a single line of code. Icon
    Labra enables you to launch your solutions on Azure, AWS, and Google Cloud quickly and seamlessly—without a single line of code.

    Cloud GTM Without Limits

    Labra is designed for cloud businesses, independent software vendors (ISVs), and channel partners looking to streamline their go-to-market strategies, accelerate product listings, and enhance sales efficiency through AI-powered automation and CRM integration. Additionally, it caters to teams seeking to enhance collaboration with cloud providers and partner ecosystems while maintaining control over their sales processes and optimizing their growth potential
    Learn More
  • 5
    A Python environment for large and sparse linear and nonlinear optimization using intuitive interfaces to linear algebra tools and subproblem solvers written in low-level languages. It provides building blocks to experiment with new ideas and algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Noisy Channel Simulator

    Demonstrate errors in transmission of a file over a noisy channel.

    This program was written to dimonstrate errors in transmission for a presentation on Claude Shannon's Noisy Channel Coding Theorem. It takes an input file, the probability of a bit being flipped, and, if specified, the size of the header of the file. The program was intended to take monochrome bitmap files as input, so that each bit refers to a pixel in the image and thus, it would be easy to see errors in the output file, as some of the pixels would be flipped; however, it will work on any input file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Open Airline Revenue Accounting
    That project aims at delivering a reference implementation of a library, estimating and serving average prices paid for air travel products. It is not intended for use by an actual airline, but rather by simulators or other airline-related modules of
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Open Bayes is a python free/open library that allows users to easily create a bayesian network and perform inference/learning on it. It is mainly inspired from the Bayes Net Toolbox (BNT) but uses python as a base language. www.openbayes.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Follow us on www.openpiv.net and Github: http://github.com/openpiv
    Downloads: 0 This Week
    Last Update:
    See Project
  • The PDF SDK Developers Trust. Icon
    The PDF SDK Developers Trust.

    PSPDFKit is a leading PDF Framework for every platform: iOS, Android, Windows, macOS, Web Standalone and Server (On-Premise, Docker).

    Their PDF frameworks allow developers to quickly add extensive PDF support to their apps. The framework contains meticulously designed APIs to help developers add a high-performance viewer, extensive document editing tools that provide highlighting, markup, annotations, digital signatures, and more.
    Learn More
  • 10
    PGAF provides a framework tuned, user-specific genetic algorithms by handling I/O, UI, and parallelism. It is designed for optimizing functions that take a "very long time" to evaluate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Parasol is a python framework in which mathematical models can be investigated parametrically. It enables easy optimization, sensitivity study, and visualization. Output is in plain text, HTML, and Microsoft Suite files (Excel, Word and PowerPoint).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    PetriKit is a modular toolkit for Petri Net analysis. It allows the extraction of basic properties, extraction of invariants, and generation of reachability graph. Results can be formatted in plain text, HTML or XML files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    PhaseSpace

    Analyse dynamical systems, plot its phase space and critical points.

    Phase Space is born out of the need of a simple yet powerful open source tool to study dynamical systems. PhaseSpace allows you to plot the phase space of the dynamical system you are studying, its critical points and the curves of slope zero and infinite.It can also plot the solutions of the system and it's vector field. To use PhaseSpace you'll need to have Python installed along with Matplotlib and Numpy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PolyBoRi
    PolyBoRi is implemented as a C++ library for Polynomials over Boolean Rings, which provides high-level data types for Boolean polynomials. A python-interface yields extensible algorithms for computing Groebner bases over Boolean Rings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    C and Python code for basic probability and statistics contains classes for Combination, Permutation, and Cartesian Product.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PyCV is a Python package of modules useful for computer vision tasks. Its current focus is on boosting techniques, Haar-like features, and face detection. PyCV provides the world's fastest method for training a face detector, in a few hours.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    PyDQP

    Distributed QP Solver in Python

    PyDQP implementes 11 different dual decomposition schemes, both first and second order, in order to solve quadratic programs in a distributed fashion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    PyGAO

    Genetic Algorithm Optimization for Python

    A simple interface for performing genetic algorithm optimization for numerical problems. I am starting with a stripped-down version, where a solution can be described using a single vector of float numbers. Eventually, I will expand to more generic data structures and add multiple-species search options. For the time being, I have no plans of developing a GUI. For now, this is strictly a computational module. In addition to the standard Python libraries, PyGAO uses numpy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This will be a place to release tools that have not yet been added to SciPy (or will not be added for whatever reason). Currently an interface to ImageMagick is here.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PyMaTi is a simple and easy to use GUI for numerical and scientific computing in Python. It surrounds well know packages NumPy and Matplotlib and provides possibility to immediately play with numerical python from intuitive user interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The main goal of this project is to create a system-independent MathML rendering engine in Python. This engine works with an abstract 'plotter' driver class, that can be subclassed for any rendering device needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    PyParticles

    PyParticles is an opensource particles simulation tool box entirely wr

    PyParticles is an opensource particles simulation tool box entirely written in python. It support the most popular integrations methods and the most relevant forces model. It also offer a nice looking OpneGL interface or at your preference a Matplotlib based GUI. PyParticles as a forces models implements Gravity, spring, constant force and electrostatic and the user defined vector field force. As a integrations method it includes Euler, Midpoint, Runge Kutta, Störmer Verlet and Leap frog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PyPedal is a Python module that provides tools for the manipulation of pedigrees, simple visualization of pedigrees, and the calculation of measures of genetic diversity from pedigrees.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A module containing python wrappers for the SUite of Non-linear DIfferential/ALgebraic Solvers (SUNDIALS), using ctypes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PySparse - Python Sparse Matrix Library
    PySparse - A Sparse Matrix Library for Python
    Downloads: 0 This Week
    Last Update:
    See Project