Reflex – Web apps in pure Python

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. reflex

    πŸ•ΈοΈ Web apps in pure Python 🐍

    Worth noting is that this framework has telemetry [1] enabled by default [2] which gathers and sends off various information about your system unless you explicitly disable it.

    [1] https://github.com/reflex-dev/reflex/blob/919f239168d789056d...

    [2] https://github.com/reflex-dev/reflex/blob/919f239168d789056d...

  2. SaaSHub

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

    SaaSHub logo
  3. Play

    The Community Maintained High Velocity Web Framework For Java and Scala.

    My major complain here is that, as far as being a web framework there is precious little information here about the framework. How does this framework scale with multiple requests? What concurrency strategy is it using (threads, processes, actors, etc?). Is this opinionated (it doesn't seem so but it also doesn't say it isn't either). How does this work with popular libraries x,y,z. The full docs have a little bit more information, but not a ton. But mostly there are some cute toy examples and "built in python" and thats about it.

    Lets compare this with for example play https://www.playframework.com/ I know from this that it built on Akka, its stateless, aims for predictable resource consumption, has non-blocking io, etc. There is a ton of really important information on what does this web framework actually do that is really important when you are making a choice of a framework.

    I have no idea how good this framework is, but besides a few toy examples, I can't see anything that makes me thing "wow this is great I need to use this".

  4. wasp

    The fastest way to develop full-stack web apps with React & Node.js.

    I'm following Pynecone (now Reflex) from the start and liked the idea of building out an AST with Python and compiling that to a working web app (we're actually doing the same with https://wasp-lang.dev/, only it's a DSL and an explicit compiler with JS interop).

  5. reactpy

    It's React, but in Python

  6. reflex

    Interactive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse. (by reflex-frp)

    Not to be confused with Reflex, allowing web apps in pure Haskell: https://reflex-frp.org/

  7. streamlit

    Streamlit β€” A faster way to build and share data apps.

    These 'pure Python' UI frameworks may never capture the market of existing full-stack development, but they may capture untapped markets of Python programmers who would build UIs if only they could stay in Python / if they could avoid the JS stack.

    Companies may also benefit by hiring Python devs for some UI-based tasks, like internal tools, that don't need the fine control you get in full-stack development. https://streamlit.io proved this in the data science space. Turns out the last thing data scientists want to do is fiddle with JS, CSS, Vite, node, npm, client-server protocols, etc., but they really want to build UIs for their models.

  8. django-unicorn

    The magical reactive component framework for Django ✨

    - you get one of the best ORMs in existence with great relationship handling and generated admins

    https://www.django-unicorn.com/

    Not 1.0 yet but I'm using it in production and omgosh is it easy to crank out UIs.

  9. htmx

    </> htmx - high power tools for HTML

    This is awesome.

    Also check out https://laravel-livewire.com (PHP) and https://hotwired.dev (backend agnostic; there are implementations for Rails and Flask) and https://htmx.org

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

  • Django Admin: customize the auth system

    1 project | dev.to | 12 Jul 2024
  • Phoenix Liveview Implementations

    1 project | /r/django | 7 Feb 2023
  • Endless stack in Django

    1 project | /r/django | 13 Dec 2022
  • It's just so easy to use!

    2 projects | /r/django | 9 Jan 2022
  • What are the exact advantages of using front-end frameworks like React or Vue with Django? I watched some tutorials and talked with some people and from "only django" guy perspective, it looks like those additional frameworks make some things easier but nothing more?

    1 project | /r/django | 30 Dec 2021

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