Getting Started with Python in 2022 – pyenv and poetry

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

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
  • python-poetry-docker-example

    Example of integrating Poetry with Docker leveraging multi-stage builds.

  • I use something like this for multi stage builds with poetry. It is a little complex, but it’s the same for every project and always works. https://github.com/michaeloliverx/python-poetry-docker-example/blob/master/docker/Dockerfile

  • brewblox-history

    Controller data persistence.

  • Example: https://github.com/BrewBlox/brewblox-history/blob/develop/docker/Dockerfile

  • 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
  • pip-tools

    A set of tools to keep your pinned Python dependencies fresh.

  • I like pip-tools for generating them from same-syntax requirements.in files, and I maintain zpy as a Zsh high level convenience frontend to pip-tools and venv management.

  • zpy

    Zsh helpers for Python venvs, with uv or pip-tools (by AndydeCleyre)

  • I like pip-tools for generating them from same-syntax requirements.in files, and I maintain zpy as a Zsh high level convenience frontend to pip-tools and venv management.

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

  • Maintaining virtual environments

    1 project | /r/learnpython | 18 May 2023
  • how to upgrade psycopg2 to psycopg3 as per django latest documentation

    1 project | /r/django | 15 Apr 2023
  • How to know what a package depend on when pip is installing it?

    2 projects | /r/learnpython | 4 Jan 2023
  • Show HN: Panoptisch – A recursive dependency scanner for Python projects

    2 projects | news.ycombinator.com | 9 Dec 2022
  • The maze of Python dependency management

    1 project | dev.to | 14 Sep 2022