Plain – a web framework for building products with Python

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

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. plain

    A web framework for building products with Python.

    Has no mention of it being a fork of Django in the README. https://github.com/dropseed/plain

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. django-stubs

    PEP-484 stubs for Django

    Relatedly, in case it's useful, the django-stubs package provides mypy compatible type stubs for Django:

    https://github.com/typeddjango/django-stubs

  4. kivy

    Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS

    There are some things available, and people are working on it. Coincidentally, one of those people is Russell Keith-Magee of Django fame, who founded the BeeWare project.

    https://beeware.org/

    https://beeware.org/about/team/freakboy3742/

    https://kivy.org/

  5. django-ninja

    💨 Fast, Async-ready, Openapi, type hints based framework for building APIs

  6. django-tasks

    A reference implementation and backport of background workers and tasks in Django

  7. deps

    Django Enhancement Proposals

    > It recently added task queues as a concept

    It took me a while to find any information on this, so for others:

    https://forum.djangoproject.com/t/django-tasks-bringing-back...

    https://github.com/django/deps/blob/main/accepted/0014-backg...

  8. roast

    🦋 Raku test suite (by Raku)

    thanks for your interest … I have this to whet you appetite

    https://rakujourney.wordpress.com/2024/10/27/raku-htmlfuncti...

    i’m planning a series of posts on HARC stack starting tomorrow (just finalizing first one)

    you can use the RSS at https://raku.org or subscribe to https://rakudoweekly.blog/ to get them

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. web.py

    web.py is a web framework for python that is as simple as it is powerful.

    For a web framework for building in Python, use webpy:

    “Django lets you write web apps in Django. TurboGears lets you write web apps in TurboGears. Web.py lets you write web apps in Python.”

    https://webpy.org/

  11. python-starter-template

    Application template for a python backend and react router SPA frontend

    Coming from the Rails world, it drives me insane that Python doesn't have a standard stack. It requires a ton of work to get a full-stack web application working with all of the bells and whistles that Rails comes with by default.

    I've been working on extracting out all of the insanity I've had to development for the startup I've been working on:

    https://github.com/iloveitaly/python-starter-template

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

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