Do you know a public easy-to-read project that uses classes to see a practical use of it?

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

    A next generation HTTP client for Python. 🦋

  • I'd suggest httpx. It's a good showcase of many different ways to use classes, and how they can be combined.

  • pyfactor

    Source dependency visualisation for Python

  • Data storage, i.e. dataclass: a collection of attributes making up some cohesive data unit, sometimes without any extra methods, so you can group information and avoid multiplying the numer of function parameters (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
  • tekore

    Spotify Web API client for Python 3

  • Enumeration: collection of accepted values, so for example a function could accept an enumeration type instead of strings to make sure the value is in some predefined set of valid ones (example)

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

  • A Retrospective on Requests

    2 projects | news.ycombinator.com | 27 Feb 2024
  • Show HN: Twitter API Wrapper for Python – No API Keys Needed

    3 projects | news.ycombinator.com | 3 Feb 2024
  • HTTP Rate Limit

    3 projects | dev.to | 4 Jan 2024
  • Didn't want to click on refresh to see updates, this is what I did!

    2 projects | dev.to | 15 Nov 2023
  • Python Requests 3

    1 project | news.ycombinator.com | 13 Nov 2023