How do you 'serve' an end-product Python Application?

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

    Create standalone Windows programs from Python code

  • Use a freeze tool like py2exe (as others have mentioned). There are other similar tools.

  • fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  • It seems the trend today is to build web-based apps, using Flask or FastAPI and allow the end-user access to that. If it is a substantial application, this is probably the way to go.

  • 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

  • My favorite Python packages!

    4 projects | dev.to | 14 Dec 2022
  • Python FastAPI: Integrating OAuth2 Security with the Application's Own Authentication Process

    4 projects | dev.to | 13 May 2024
  • Setup REST-API service of AI by using Local LLMs with Ollama

    3 projects | dev.to | 9 May 2024
  • Python: A SQLAlchemy Wrapper Component That Works With Both Flask and FastAPI Frameworks

    3 projects | dev.to | 3 May 2024
  • FastAPI Best Practices: A Condensed Guide with Examples

    1 project | dev.to | 30 Apr 2024