awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to pathsim/pathsim

Open-source alternatives to Pathsim

30 open-source projects similar to pathsim/pathsim, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Pathsim alternative.

  • obspy/obspyالصورة الرمزية لـ obspy

    obspy/obspy

    1,307عرض على GitHub↗

    ObsPy: A Python Toolbox for seismology/seismological observatories.

    Pythondata-centerearthquakeshacktoberfest
    عرض على GitHub↗1,307
  • openbabel/openbabelالصورة الرمزية لـ openbabel

    openbabel/openbabel

    1,281عرض على GitHub↗
    C++c-plus-pluschemical-datachemical-toolbox
    عرض على GitHub↗1,281
  • atsushisakai/pythonroboticsالصورة الرمزية لـ AtsushiSakai

    AtsushiSakai/PythonRobotics

    29,772عرض على GitHub↗

    PythonRobotics is a comprehensive collection of modular robotics algorithms and educational simulations designed for autonomous navigation, state estimation, and motion control. The project provides a library of standalone implementations for path planning, localization, mapping, and kinematics, serving as a resource for researchers and students to experiment with foundational and advanced robotic theories. The project distinguishes itself through an algorithm-centric design where each module functions as an isolated script, allowing for independent testing and clear pedagogical demonstration

    Pythonalgorithmanimationautonomous-driving
    عرض على GitHub↗29,772
  • pydy/pydyالصورة الرمزية لـ pydy

    pydy/pydy

    412عرض على GitHub↗

    Multibody dynamics tool kit.

    Pythondynamicsphysicspython
    عرض على GitHub↗412

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
pymc-devs/pymcالصورة الرمزية لـ pymc-devs

pymc-devs/pymc

9,650عرض على GitHub↗

PyMC is a Bayesian probabilistic programming framework used for building probabilistic models and performing Bayesian inference. It provides a probabilistic graphical model library for specifying random variables, priors, and likelihood functions, supported by an MCMC sampling engine and variational inference tools to estimate posterior distributions. The framework features a GPU-accelerated inference backend that compiles models into machine code to increase execution speed. It utilizes a backend-agnostic tensor execution model and just-in-time graph compilation to optimize the computation o

Pythonbayesian-inferencemcmcprobabilistic-programming
عرض على GitHub↗9,650
  • rdkit/rdkitالصورة الرمزية لـ rdkit

    rdkit/rdkit

    3,473عرض على GitHub↗

    The official sources for the RDKit library

    HTMLc-plus-pluscheminformaticspython
    عرض على GitHub↗3,473
  • colour-science/colourالصورة الرمزية لـ colour-science

    colour-science/colour

    2,600عرض على GitHub↗

    Colour Science for Python

    Pythoncolorcolor-sciencecolor-space
    عرض على GitHub↗2,600
  • biopython/biopythonالصورة الرمزية لـ biopython

    biopython/biopython

    5,078عرض على GitHub↗

    Biopython is a bioinformatics library for Python providing tools to parse, manipulate, and analyze biological sequences, molecular structures, and phylogenetic trees. It serves as a biological sequence parser for genomic and proteomic data across multiple industry-standard file formats and acts as an interface for querying biological data and citations from NCBI Entrez repositories. The project distinguishes itself through specialized toolkits for protein structure analysis and phylogenetic tree construction. It includes a protein structure analyzer for processing PDB and mmCIF files to calcu

    Pythonbioinformaticsbiopythondna
    عرض على GitHub↗5,078
  • scipy/scipyالصورة الرمزية لـ scipy

    scipy/scipy

    14,474عرض على GitHub↗

    SciPy is a scientific computing library for Python that provides a comprehensive collection of mathematical algorithms and numerical tools for research and engineering. It functions as a high-performance numerical analysis framework, bridging high-level Python code with compiled C and Fortran routines to execute complex computations at hardware speeds. The library is built upon array-based data structures that utilize strided memory layouts to enable efficient data manipulation and slicing. By employing vectorized operation dispatch and linking to optimized hardware-specific linear algebra li

    Pythonalgorithmsclosemberpython
    عرض على GitHub↗14,474
  • shapely/shapelyالصورة الرمزية لـ shapely

    shapely/shapely

    4,455عرض على GitHub↗

    Shapely is a library for the manipulation and analysis of planar geometric objects, serving as a Python wrapper for the GEOS C++ engine. It provides a framework for calculating geometric properties, evaluating spatial relationships, and performing topological predicates within a Cartesian plane. The project distinguishes itself through a vectorized geometry processor capable of executing spatial operations across large arrays of shapes to increase throughput. It also includes a spatial indexing system based on R-trees to accelerate the retrieval of intersecting geometries and nearest neighbor

    Python
    عرض على GitHub↗4,455
  • statsmodels/statsmodelsالصورة الرمزية لـ statsmodels

    statsmodels/statsmodels

    11,260عرض على GitHub↗

    Statsmodels is a comprehensive Python library designed for statistical modeling, econometric research, and data analysis. It provides a robust framework for estimating and diagnosing a wide range of statistical models, enabling users to perform rigorous hypothesis testing, regression analysis, and complex data exploration within structured environments. The library distinguishes itself through its support for advanced statistical methodologies, including state space representation for dynamic systems and generalized linear frameworks that accommodate non-normal response variables. It offers s

    Pythoncount-modeldata-analysisdata-science
    عرض على GitHub↗11,260
  • sympy/sympyالصورة الرمزية لـ sympy

    sympy/sympy

    14,683عرض على GitHub↗

    SymPy is a Python computer algebra system and symbolic mathematics library. It performs algebraic manipulations, calculus, and equation solving using symbolic representations to achieve exact computations rather than numerical approximations. The library includes a LaTeX expression parser that converts mathematical strings into symbolic representations for computation and formula manipulation. It also incorporates a mathematical benchmarking suite to measure execution speed and detect performance regressions across different software versions. The system provides capabilities for automated m

    Pythoncomputer-algebrahacktoberfestmath
    عرض على GitHub↗14,683
  • manimcommunity/manimالصورة الرمزية لـ ManimCommunity

    ManimCommunity/manim

    39,029عرض على GitHub↗

    Manim is a scriptable, code-driven framework designed for generating precise technical visualizations and mathematical animations. By using a high-level programming interface, it allows users to define geometric shapes, motion paths, and animation logic that are compiled into high-quality video assets. The system functions as a specialized engine for creating reproducible, data-driven representations of complex mathematical concepts and geometric transformations. The framework distinguishes itself through an interpolation-based engine that calculates intermediate states between keyframes to e

    Pythonanimationshacktoberfestmanim
    عرض على GitHub↗39,029
  • mesa/mesaالصورة الرمزية لـ mesa

    mesa/mesa

    3,698عرض على GitHub↗

    Mesa is a Python framework for agent-based modeling and complex systems simulation. It provides a toolkit for creating simulations where autonomous agents interact within a shared environment to observe emergent global behaviors. The project includes a browser-based interface for real-time visualization of simulation states and agent interactions. It also functions as a data analysis library for recording and processing metrics from model runs to quantify system behavior. The framework supports multiple environmental topologies, including grid-based spatial mapping and network-graph topologi

    Pythonagent-based-modelingagent-based-simulationcomplex-systems
    عرض على GitHub↗3,698
  • cclib/cclibالصورة الرمزية لـ cclib

    cclib/cclib

    408عرض على GitHub↗

    Parsers and algorithms for computational chemistry logfiles

    Pythoncomputational-chemistryhacktoberfestpython
    عرض على GitHub↗408
  • networkx/networkxالصورة الرمزية لـ networkx

    networkx/networkx

    16,641عرض على GitHub↗

    NetworkX is a Python library designed for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. It provides a comprehensive framework for modeling relationships between entities as graphs, directed graphs, or multigraphs, allowing users to attach arbitrary metadata and properties to nodes and edges. The library distinguishes itself through a modular architecture that decouples graph analysis logic from data storage, utilizing nested dictionaries and adjacency lists to manage topology. It features a pluggable backend system that delegates computat

    Pythoncomplex-networksgraph-algorithmsgraph-analysis
    عرض على GitHub↗16,641
  • numba/numbaالصورة الرمزية لـ numba

    numba/numba

    10,918عرض على GitHub↗

    Numba is a just-in-time compiler that translates high-level Python functions into optimized machine code at runtime. By leveraging the LLVM compiler infrastructure, it provides a framework for accelerating numerical data processing and mathematical computations, enabling performance levels comparable to statically compiled languages. The project distinguishes itself through its ability to perform type-inference-based specialization, which generates machine instructions tailored to the specific data types used during execution. It employs a lazy compilation pipeline that defers translation unt

    Pythoncompilercudallvm
    عرض على GitHub↗10,918
  • numpy/numpyالصورة الرمزية لـ numpy

    numpy/numpy

    32,207عرض على GitHub↗

    NumPy is a foundational library for scientific computing in Python, providing a comprehensive framework for managing and manipulating large-scale numerical information. It centers on high-performance multidimensional array objects that serve as the primary data structure for complex mathematical operations and data analysis workflows. The library distinguishes itself through specialized mechanisms for handling multidimensional data, including advanced indexing, slicing, and broadcasting techniques that allow for efficient operations across arrays of varying shapes. It utilizes strided metadat

    Pythonnumpypython
    عرض على GitHub↗32,207
  • astropy/astropyالصورة الرمزية لـ astropy

    astropy/astropy

    5,049عرض على GitHub↗

    Astropy is a core Python library for astronomy, providing a unified framework for astronomical data analysis, coordinate and time computations, and physical constants and unit handling. It is designed as a standard tool for the astronomy community, enabling consistent reading, processing, and visualization of FITS files and ASCII tables through a modular subpackage system that shares common interfaces and conventions. The library distinguishes itself through broad interoperability across astronomy software, establishing shared protocols for data exchange and collaboration. It includes a coord

    Pythonastronomyastrophysicsastropy
    عرض على GitHub↗5,049
  • i-m-iron-man/foragaxالصورة الرمزية لـ i-m-iron-man

    i-m-iron-man/Foragax

    5عرض على GitHub↗

    Foragax is an Agent-Based Modelling (ABM) package based on JAX. It provides scalable and efficient ABM simulations by leveraging JAX's automatic vectorization and just-in-time compilation capabilities. The main features of Foragax include:

    Python
    عرض على GitHub↗5
  • jeertmans/differtالصورة الرمزية لـ jeertmans

    jeertmans/DiffeRT

    62عرض على GitHub↗

    Differentiable Ray Tracing Toolbox for Radio Propagation Simulations

    Python
    عرض على GitHub↗62
  • jgrapht/jgraphtالصورة الرمزية لـ jgrapht

    jgrapht/jgrapht

    2,769عرض على GitHub↗

    Master repository for the JGraphT project

    Java
    عرض على GitHub↗2,769
  • lanl/scicoالصورة الرمزية لـ lanl

    lanl/scico

    162عرض على GitHub↗

    SCICO is a Python package for solving the inverse problems that arise in scientific imaging applications. Its primary focus is providing methods for solving ill-posed inverse problems by using an appropriate prior model of the reconstruction space. SCICO includes a growing suite of operators,…

    Python
    عرض على GitHub↗162
  • leo1200/astronomixالصورة الرمزية لـ leo1200

    leo1200/astronomix

    62عرض على GitHub↗

    astronomix (formerly jf1uids) is a differentiable hydrodynamics and magnetohydrodynamics code written in JAX with a focus on astrophysical applications. astronomix is easy to use, well-suited for fast method development, scales to multiple GPUs and its differentiability opens the door for…

    Jupyter Notebook
    عرض على GitHub↗62
  • netket/netketالصورة الرمزية لـ netket

    netket/netket

    686عرض على GitHub↗

    NetKet is an open-source project delivering cutting-edge methods for the study of many-body quantum systems with artificial neural networks and machine learning techniques. It is a Python library built on JAX.

    Python
    عرض على GitHub↗686
  • ott-jax/ottالصورة الرمزية لـ ott-jax

    ott-jax/ott

    748عرض على GitHub↗

    See the full documentation.

    Python
    عرض على GitHub↗748
  • rodabt/vstatsالصورة الرمزية لـ rodabt

    rodabt/vstats

    5عرض على GitHub↗

    A dependency-free statistics, linear algebra, and machine learning library for the V programming language, with a focus on product analytics and experimentation. Includes A/B testing, funnel analysis, cohort retention, causal inference, time series analysis, and growth metrics alongside…

    V
    عرض على GitHub↗5
  • romanodev/deltapvالصورة الرمزية لـ romanodev

    romanodev/deltapv

    67عرض على GitHub↗

    A photovoltaic simulator with automatic differentation, built on JAX.

    Python
    عرض على GitHub↗67
  • tomnicholas/python-for-scientistsالصورة الرمزية لـ TomNicholas

    TomNicholas/Python-for-Scientists

    359عرض على GitHub↗

    A list of recommended Python libraries, and resources, intended for scientific Python users.

    عرض على GitHub↗359
  • ucl-bug/jaxdfالصورة الرمزية لـ ucl-bug

    ucl-bug/jaxdf

    134عرض على GitHub↗

    Overview | Example | Installation | Documentation | Support

    Python
    عرض على GitHub↗134