OOP has been so useful for me

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

    The Database Toolkit for Python

  • I think introduction of dataclasses, Enums, powerful data validation libraries like Pydantic and Pandera and powerful ORMs like SQLAlchemy have all made OOP in Python exceptionally a powerful style to handle specifically data-related tasks, like the ones OP is mentioning. In my personal workflow, pretty much all of data-related tasks are either solved using approaches I have just mentioned, or with a clever abstract base class to add some specific functionality to treat a piece of data exactly as I would like. I hardly ever use classes when I am coding in R, for example.

  • pydantic

    Data validation using Python type hints

  • I think introduction of dataclasses, Enums, powerful data validation libraries like Pydantic and Pandera and powerful ORMs like SQLAlchemy have all made OOP in Python exceptionally a powerful style to handle specifically data-related tasks, like the ones OP is mentioning. In my personal workflow, pretty much all of data-related tasks are either solved using approaches I have just mentioned, or with a clever abstract base class to add some specific functionality to treat a piece of data exactly as I would like. I hardly ever use classes when I am coding in R, for example.

  • 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

  • What are some good useful libraries I can get the hang of?

    3 projects | /r/learnpython | 18 Jan 2023
  • Xz/liblzma: Bash-stage Obfuscation Explained

    1 project | news.ycombinator.com | 31 Mar 2024
  • utype VS pydantic - a user suggested alternative

    2 projects | 15 Feb 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