Understanding class attribute creation

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • CPython

    The Python programming language

    You might take a pass through the pathlib module, https://github.com/python/cpython/blob/3.11/Lib/pathlib.py, to see how pathlib does similar things. Couple things to look out for, notice how some of them are cached, like _cparts. Also check out the attrgetter being wrapped by property. I had no idea you could do that, so that's sort of cool.

  • PRAW

    PRAW, an acronym for "Python Reddit API Wrapper", is a python package that allows for simple access to Reddit's API.

    That makes sense. For the second one you might take some design tips from praw: https://github.com/praw-dev/praw/tree/master/praw

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

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