Making a website frontend for a python app?

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

    Simple job queues for Python

  • 5) Also, how long it will run and what'll happen if multiple people submit files at the same time. Using task queue is what's commonly done to address that. For example RQ - python task queue backed by Redis. By using it you can store task ID somewhere and give user a link with promise "It'll be done soon, wait for it". You may have seen some sort of this technique in the internet.

  • fastapi

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

  • I agree with what you're saying with one small change. I've noticed and at least from my perspective that FastAPI is better than Flask. It's more beginner-friendly and can intergrate with pytest much easier than Flask. Flask is by all counts a great framework but I would recommend FastAPI over it.

  • 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