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

Judoscale - Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
judoscale.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
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. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.

    Judoscale 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
  • hypercorn VS tremolo - a user suggested alternative

    2 projects | 12 Jul 2024
  • uvicorn VS tremolo - a user suggested alternative

    2 projects | 11 Jul 2024

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