What's up Python? Django get background tasks, a new REPL, bye bye gunicorn

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. quart-tasks

    Quart-Tasks is a Quart extension that provides scheduled background tasks.

    Quart, the ASGI version of Flask, also has [background tasks](https://quart.palletsprojects.com/en/latest/how_to_guides/ba...) and there is an extension [Quart-Tasks](https://github.com/pgjones/quart-tasks) to run them on a schedule. Via

        @tasks.cron("*/5 * * * *")  # every 5 minutes

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. hypercorn

    Hypercorn is an ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.

    In addition [Hypercorn](https://github.com/pgjones/hypercorn) (a ASGI and WSGI) also does not use gunicorn, having migrated many years ago.

  4. adrf

    Async support for Django REST framework

  5. aiodrf

    Asynchronous Django Rest Framework ViewSets, Serializers, Paginations, PostgreSQL (psycopg) connections and more.

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

  • Quart: An async Python micro framework for building web applications

    1 project | news.ycombinator.com | 2 Jun 2024
  • How does a single running instance of a Flask application handle multiple requests at once? Is it all async or multithreaded? Or handled by the webserver (NGINX, gunicorn, etc)?

    1 project | /r/flask | 4 Oct 2022
  • Quart: An async Python micro framework for building web applications

    1 project | news.ycombinator.com | 17 Jul 2022
  • Quart: Asyncio Reimplementation of Flask

    1 project | news.ycombinator.com | 5 Jan 2026
  • hypercorn VS tremolo - a user suggested alternative

    2 projects | 12 Jul 2024

Did you know that Python is
the 1st most popular programming language
based on number of references?