Help organizing my GitHub repository

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
  • python-poetry-template

    A template Poetry project structure.

  • If you would like an example, here's one of my template projects: https://github.com/Diapolo10/python-poetry-template

  • iplib3

    A pathlib.Path equivalent for IP addresses.

  • Releases contain, well, released versions of the software you're working on, usually as binaries (EXE-files or wheels, for instance), as well as "frozen" source code releases of the project which are created for you automatically. For instance, my latest iplib3 release contains a pre-built wheel file for the library, but also the source code for that specific version (0.2.2). If the project wasn't pure Python, it would have multiple wheels for different versions and platforms instead of just the one general one.

  • 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