Open Source Python Scientific/Engineering Software - Page 12

Python Scientific/Engineering Software

View 200 business solutions

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

  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    PyCLIPS Python Module
    Python module to interface the CLIPS expert system shell library.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2

    pydatascope

    Software oscilloscope using Python and tkinter

    Software oscilloscope using Python and tkinter. Supports multiple sources: socket, file, audio, USB. Displays data by samples, time or frequency. Scales the input automatically or manually.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    PyQuante (Python Quantum Chemistry) is an open-source package for quantum chemistry programming written in Python, Numerical Python, and C.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    ExcelPython

    An interface for calling Python from Excel

    ExcelPython is a lightweight, easily distributable library for interfacing Excel and Python. It enables easy access to Python scripts from Excel VBA, allowing you to substitute VBA with Python for complex automation tasks which would be facilitated by Python's extensive standard library. v2 is a major rewrite of ExcelPython! - see GitHub site for more details. LICENSE NOTICE MIT License, please see new GitHub site for more details. Copyright 2012-2014 by Eric Reynolds.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    NGSolve is a general purpose Finite Element Library on top of Netgen. With the basic library one can solve heat flow equations, Maxwell equations, and solid mechanical problems. Several add-ons are available for particular application classes. New paper: J. Schöberl: "C++11 Implementation of Finite Elements in NGSolve", ASC Report 30/2014, Institute for Analysis and Scientific Computing, Vienna University of Technology, 2014 http://www.asc.tuwien.ac.at/~schoeberl/wiki/publications/ngs-cpp11.pdf
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    The Carolina Computer Assistive Technolog group at UNC-Chapel Hill focuses on the development of enabling technologies. We are currently maintaining the pyTTS package here, but our older work is still available for (unsupported) use.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    ASALI

    ASALI

    ASALI is an open-source code for chemical engineers

    Do you work with chemical reactors? Are you curious about them? ASALI is the open-source code that you are looking for. Chemical reactor models, transport/thermodynamic properties of gases, equilibrium calculations. ASALI couples all these features with an user friendly graphical interface. Modeling chemical reactors has never been so easy.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Argo

    Argo

    ARGO is a program for analysis of electronic structure calculations

    The `Argo' program draws its name from ancient Greek, referencing the vessel of the same name commissioned for Jason's renowned Argonauts expedition. This choice symbolizes the pursuit of making the best use of quantum chemical calculation results. ARGO facilitates the analysis of results obtained from quantum chemistry codes, specifically Gaussian. This task is achieved through a set of Python scripts. Our code is freely available throughout the academic community with the ambition to be used, to be supplemented by others, and become an indispensable tool for optimum utilization of quantum chemical calculation results.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Cantera
    Cantera is a suite of object-oriented software tools for problems involving chemical kinetics, thermodynamics, and/or transport processes. It can be used from MATLAB, Python, C++, or Fortran.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    We have moved! Please go to https://launchpad.net/fr0st
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    GrainSizeTools script

    GrainSizeTools script

    A Python script for estimating the grain size from thin sections

    Homepage & docs: http://marcoalopez.github.io/GrainSizeTools/ GrainSizeTools is a free, open-source, cross-platform script written in Python that provides several tools for (1) estimating average grain size in polycrystalline materials, (2) characterizing the nature of the distribution of grain sizes (either from apparent distributions or approximating 3D grain size distributions via stereology), and estimating differential stress via paleopizometers. The script requires as the input the areas of the grain profiles measured grain-by-grain on planar sections and does not require previous experience with Python programming language (see documentation below and FAQ). For users with coding skills, the script is organized in a modular way facilitating the reuse and code extension. Lopez-Sanchez, MA (2018). GrainSizeTools: a Python script for grain size analysis and paleopiezometry based on grain size. Journal of Open Source Software, 3(30), 863, https://doi.org/10.21105/joss.00863
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Hyperfit

    Hyperfit

    Software for calibration of hyperelastic constitutive models

    This software allows to fit various hyperelastic constitutive models. Optimal set of parameters of a selected constitutive model can be identified. Many advanced setting, methods and corrections are available to get optimal results according to the user's preference.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    I++ DME OpenSource Project
    a I++ (iplusplus) DME development kit and test suite utilities
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14

    LeapFrog Optimizer

    Open Source Optimizing Algorithm Written in Python

    name: leap frog optimizer version: 0.5 ALPHA author: Mark Redd email: redddogjr@gmail.com written for python version: 2 optimizer algorithm website: http://www.r3eda.com/ about: This optimizer was written based on the algorithm published by Dr. R. Russell Rhinehart. A full explanation of the algorithm can be found at the following URL: http://www.r3eda.com/leapfrogging-optimization-algorithm/ The following are "key references" published on the optimization website explaining the technique: - Rhinehart, R. R., M. Su, and U. Manimegalai-Sridhar, “Leapfrogging and Synoptic Leapfrogging: a new optimization approach”, Computers & Chemical Engineering, Vol. 40, 11 May 2012, pp. 67-81. - Manimegalai-Sridhar, U., A. Govindarajan, and R. R. Rhinehart, “Improved Initialization of Players in Leapfrogging Optimization”, Computers & Chemical Engineering, Vol. 60,
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    A Python interface to the Wordnet database of word meanings and lexical relationships. allows the user to type expressions such as N['dog'], hyponyms(N['dog'][0]), and closure(ADJ['red'], SYNONYM) to query the database for lexical relationships.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Python Calculator

    Python Calculator

    My own project

    Made like in one day, using PyQT5, QT Designer, and PyInstaller
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17

    Python Power Electronics

    Circuit simulator for power electronics

    An open source circuit simulator for power electronics applications. The objective is to provide a platform that will enable an advanced user to simulate large systems with several converters without being an excessive burden on the CPU.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    Spirit
    Spirit, a different way to write! You guide your mouse through streams of predicted words. As the intelligent agent learns your writing style, its predictions become more accurate. You can prime Spirit with the prose and poetry of any author!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    XISMuS

    XISMuS

    X-Ray Imaging Software for Multiple Samples

    ATTENTION: Cumulative update 2.5.0 has been released!! The update works for any previous 2.x.x version. If upgrading from version v1.x.x, please download and install v2.0.0 first. IMPORTANT FIXES in respect to base v2.0.0 version: v.2.5.0 introduces the Differential Attenuation and Cube Viewer utilities, and migrates user database to *.json files v2.4.3 fixes a with K element in the fit-approx method v2.4.3 fixes and issue where saving plots with fit-approx or a auto-wizard could freeze the software v2.4.2 introduces Image Viewer to Mosaic v2.4.1 fixes an issue in merging H5 or EDF datasets with Mosaic Full changelog at https://linssab.github.io/history X-Ray Fluorescence Imaging Software for Multiple Samples is an open source software to manipulate and study macro-X-Ray Fluorescence (MA-XRF) datasets. XISMuS also works as a sample management tool, where you can easily change between datasets (samples) and compare, cross-interact and normalize them.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    crossmap

    crossmap

    convert genome coordinates betweeen assemblies

    CrossMap is a program for convenient conversion of genome coordinates and genomeannotation files between assemblies (eg. lift from GRCh36/hg18 to GRCh37/hg19 or vice versa).It support file in BAM, SAM, BED, Wiggle, BigWig, GFF, GTF format.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    dsam
    The Development System for Auditory Modelling (DSAM) is a computational library designed specifically for producing simulations of the auditory system. It brings together many established auditory models within a flexible programming platform.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22

    wirecutter plugin for inkscape

    This plugin exports G-Code for a wirecutter

    The "wirecutter" plugin for inkscape is a plugin to generate g-Code for a 2D wirecutter with a turning table. You can either draw one open path which is the path which the machine will cut or you can draw some closed paths. These closed paths (e.g. Letters) must be connected because the cutter cannot leave the raw material like a milling machine. The Plugin helps you to create these connectors. If you have a wirecutter with a turning table you can create multiple "cuts" for different positions of the turning table. This software is not really tested and is still in development.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    Alfanous

    Alfanous

    Quran Search Engine

    Alfanous (The Lantern - الفانوس ) is an Arabic search engine API provide the simple and advanced search in the Holy Quran , more features and many interfaces...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    GXSM

    GXSM

    Scanning Probe Microscopy Controller and Data Visualization Software

    GXSM -- Gnome X Scanning Microscopy: A multi-channel image and vector-probe data acquisition and visualization system designed for SPM techniques (STM,AFM..), but also SPA-LEED/LEED/LEEM data analysis. A plug-in interface allows any user add-on data-processing and special hardware and instrument support. Latest: NC-AFM and related explorative methods as SQDM can be configured. High-Speed external PAC-PLL hardware option with digital DSP link. Based on several hardware options it supports a commercially available DSP hardware and provided also Open Source Code for all the low level signal processing tasks and instrument controls in a most flexible and adaptable manner. All latest software is available via SVN only or Live Demo/Install CD: http://www.ventiotec.de/linux/GXSM-Linux.iso
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Computational electromagnetics software. Uses surface Method of Moments, enhanced by using the Multilevel Fast Multipole Method. Code is parallelized and runs on laptops, desktops and clusters. The code precision is adjustable, it is fast and uses little memory. CFIE is used for closed surfaces, and EFIE for open PEC surfaces. Can function on GMSH, GiD and ANSYS meshes.
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB