How do you deploy Python applications?

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

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

    Install and Run Python Applications in Isolated Environments

  • Try pipx, it will create venv for each cli tool, install all dependencies, and expose the binary.

  • recipes

  • I think this is the best example I have: https://github.com/Saphyel/recipes

  • 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
  • Lean and Mean Docker containers

    Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)

  • if image size is an issue, i recommend https://github.com/docker-slim/docker-slim

  • coveo-python-oss

    This collection of general purpose python magic was too good to keep for ourselves!

  • Here's a fully automated repository, take a look at the example library first, and take a look at the github actions too! Bonus, if you read closely you'll also obtain OOTB mypy, black, pytest runners with no additional boilerplate! 😉

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