-
Has no mention of it being a fork of Django in the README. https://github.com/dropseed/plain
-
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.
-
Relatedly, in case it's useful, the django-stubs package provides mypy compatible type stubs for Django:
https://github.com/typeddjango/django-stubs
-
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/
-
-
-
> 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...
-
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
-
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.
-
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/
-
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