How useful is Python in accounting and auditing?

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

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
  • SQLAlchemy

    The Database Toolkit for Python

  • When using python with sql databases like postgres or mariadb or SQLite you would use SQLAlchemy or another ORM of if you're feeling brave, you code it by hand. With ORMs you provide the address of your database and it connects for you, letting you use abstractions instead of writing all the SQL yourself (kind of analogous to using vlookups or index match instead of manually entering data).

  • 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

  • Xz/liblzma: Bash-stage Obfuscation Explained

    1 project | news.ycombinator.com | 31 Mar 2024
  • Alembic with Async SQLAlchemy

    1 project | dev.to | 12 Dec 2023
  • Imperative vs. Declarative mapping style in Domain Driven Design project

    1 project | news.ycombinator.com | 28 Oct 2023
  • A steering council note about making the global

    3 projects | news.ycombinator.com | 29 Jul 2023
  • Day 46-47: Beginner FastAPI Series - Part 3

    2 projects | dev.to | 8 Jun 2023