Integrating an extremely oscillating function!

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • mpmath

    Python library for arbitrary-precision floating-point arithmetic

  • Elaborating on /u/lanemik: if you're forced to do everything numerically and aren't able to use rationals, you can also use multiple-precision arithmetic. It's significantly slower, but it's as precise as you need it to be. Note that numpy will happily work with other objects that define arithmetic operations. I haven't messed with scipy enough to know how it does things.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • mpmath – Python library for arbitrary-precision floating-point arithmetic

    1 project | news.ycombinator.com | 19 Jan 2024
  • Lies My Calculator and Computer Told Me [pdf]

    2 projects | news.ycombinator.com | 19 Sep 2023
  • mpmath VS gmpy - a user suggested alternative

    2 projects | 2 Aug 2023
  • How can I compute the Mandelbrot Set at infinite zoom level

    1 project | /r/askmath | 6 Jun 2023
  • How do I get more decimal places for numbers in Python?

    1 project | /r/programminghelp | 4 May 2023