PYTHON vs OCTAVE for Matlab alternative

This page summarizes the projects mentioned and recommended in the original post on /r/math

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
featured
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
  1. Spyder

    Official repository for Spyder - The Scientific Python Development Environment

  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. githut

    Github Language Statistics

    The official julia user developer survey for 2022 lists GitHub as the largest platform of people using julia which intuitively also seems fitting to me as it seems like the community is very pro "open code, open science". But checking the GitHub language trends (via https://madnight.github.io/githut/ and https://tjpalmer.github.io/languish/) you can see that Julia has been rather stagnant since 2019 w.r.t. some measures and only slowly growing w.r.t. others.

  4. Numba

    NumPy aware dynamic Python compiler using LLVM

    Regarding speed, I don't agree this is a good argument against Python. For example, it seems no one here has yet mentioned numba, a Python JIT compiler. With a simple decorator you can compile a function to machine code with speeds on par with C. Numba also allows you to easily write cuda kernels for GPU computation. I've never had to drop down to writing C or C++ to write fast and performant Python code that does computationally demanding tasks thanks to numba.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Going from Excel -> Python for analysis?

    2 projects | /r/biology | 23 May 2022
  • How do I combine two lists together to form a x y coordinate reference point?

    3 projects | /r/learnpython | 2 Jan 2022
  • Spyder 6.0 Released – The Scientific Python Development Environment

    1 project | news.ycombinator.com | 3 Sep 2024
  • Spyder – The Scientific Python Development Environment

    1 project | news.ycombinator.com | 9 Sep 2023
  • I've coded in R for years, but I want to learn Python for machine learning/statistical analysis. Where to start, and which IDE?

    4 projects | /r/learnpython | 23 Jun 2023