Python Scipy

Open-source Python projects categorized as Scipy

Top 22 Python Scipy Projects

  1. data-science-ipython-notebooks

    Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. SciPy

    SciPy library main repository

    Project mention: LAPACK in your web browser | dev.to | 2024-12-20

    Readers of this blog who are familiar with LAPACK are likely to not be intimately familiar with the wild world of web technologies. For those coming from the world of numerical and scientific computation and have familiarity with the scientific Python ecosystem, the easiest way to think of stdlib is as an open source scientific computing library in the mold of NumPy and SciPy. It provides multi-dimensional array data structures and associated routines for mathematics, statistics, and linear algebra, but uses JavaScript, rather than Python, as its primary scripting language. As such, stdlib is laser-focused on the web ecosystem and its application development paradigms. This focus necessitates some interesting design and project architecture decisions, which make stdlib rather unique when compared to more traditional libraries designed for numerical computation.

  4. Dask

    Parallel computing with task scheduling

    Project mention: Ask HN: What's the right tool for this job? | news.ycombinator.com | 2024-07-20

    From what I've seen, there are sort of two paths. I'll provide a well known example from each.

    1. lang specific distributed task library

    For example, in Python, celery is a pretty popular task system. If you (the dev) are the one doing all the code and running the workflows, it might work well for you. You build the core code and functions, and it handles the processing and resource stuff with a little config.

    * https://github.com/celery/celery

    Or lower level:

    * https://github.com/dask/dask

    2. DAG Workflow systems

    There are also whole systems for what you're describing. They've gotten especially popular in the ML ops and data engineering world. A common one is AirFlow:

    * https://github.com/apache/airflow

  5. cupy

    NumPy & SciPy for GPU

    Project mention: CuPy: NumPy and SciPy for GPU | news.ycombinator.com | 2024-09-20
  6. mlcourse.ai

    Open Machine Learning Course

  7. librosa

    Python library for audio and music analysis

    Project mention: Librosa: Python library for audio and music analysis | news.ycombinator.com | 2024-09-03
  8. orange

    🍊 :bar_chart: :bulb: Orange: Interactive data analysis

    Project mention: Hierarchical Clustering | news.ycombinator.com | 2024-04-20

    I know I've tooted its horn before, but Orange3 is a pretty neat Python-based GUI platform that makes this and a metric buttload of other statistical/ML techniques available to non-programmer types.

    Just watch out for null character `x00` in the corpus. That always seems to kill it stone dead.

    https://orangedatamining.com/

    https://orange3.readthedocs.io/projects/orange-visual-progra...

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. matchering

    🎚️ Open Source Audio Matching and Mastering

  11. madmom

    Python audio and music signal processing library

  12. pooch

    A friend to fetch your data files

  13. eulerian-remote-heartrate-detection

    Remote heart rate detection through Eulerian magnification of face videos

  14. pyhf

    pure-Python HistFactory implementation with tensors and autodiff

  15. skinner

    Skin export / import tools for Autodesk Maya (by AKEric)

  16. numpyeigen

    Fast zero-overhead bindings between NumPy and Eigen

  17. sparse_dot

    Python wrapper for Intel Math Kernel Library (MKL) matrix multiplication

  18. seaborn-image

    High-level API for attractive and descriptive image visualization in Python

  19. feets

    feATURE eXTRACTOR FOR tIME sERIES

  20. tablespoon

    πŸ₯„βœ¨Time-series Benchmark methods that are Simple and Probabilistic (by alexhallam)

  21. SchrodingerWellPython

    2D 3D Time independent FDM Schrodinger equation solver for arbitrary shape of well

  22. tidfit

    small 1D fitter

  23. pythonic

    Examples of the Python programming language. (by wigging)

  24. python-physics-stuffs

    physics and science projects in python

  25. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Scipy discussion

Log in or Post with

Python Scipy related posts

  • A not so fast implementation of cosine similarity in C++ and SIMD

    3 projects | news.ycombinator.com | 15 Oct 2024
  • What Is a Schur Decomposition?

    2 projects | news.ycombinator.com | 4 Mar 2024
  • Fortran codes are causing problems

    2 projects | /r/rstats | 13 Sep 2023
  • numerically evaluating wavelets?

    1 project | /r/math | 3 May 2023
  • Fortran in SciPy: Get rid of linalg.interpolative Fortran code

    1 project | news.ycombinator.com | 27 Apr 2023
  • Optimization Without Using Derivatives

    2 projects | news.ycombinator.com | 21 Apr 2023
  • Emerging Technologies: Rust in HPC

    3 projects | /r/rust | 24 Mar 2023
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 18 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more β†’

Index

What are some of the best open-source Scipy projects in Python? This list will help you:

# Project Stars
1 data-science-ipython-notebooks 27,993
2 SciPy 13,455
3 Dask 13,019
4 cupy 9,984
5 mlcourse.ai 9,942
6 librosa 7,444
7 orange 5,031
8 matchering 1,975
9 madmom 1,401
10 pooch 658
11 eulerian-remote-heartrate-detection 327
12 pyhf 285
13 skinner 181
14 numpyeigen 139
15 sparse_dot 81
16 seaborn-image 67
17 feets 53
18 tablespoon 42
19 SchrodingerWellPython 28
20 tidfit 11
21 pythonic 9
22 python-physics-stuffs 0

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai