12 ms·
Does anyone have a list of full-stack Python frameworks for building interactive web apps? I feel like a new one comes out each week, and it would be nice to se
by garymiklos 3y ago
Does anyone have a list of full-stack Python frameworks for building interactive web apps? I feel like a new one comes out each week, and it would be nice to see them together to compare.
- fermigier 3y agohttps://github.com/sfermigier/awesome-python-web-frameworks#front-end-frameworks https://github.com/sfermigier/awesome-python-web-frameworks#... (Not complete. Pull requests welcome.)
- b33j0r 3y agoI love OP’s project. I probably won’t use it, and I say that sadly. I chased that dragon for years, but ECMA was a sleeping giant. I do not have the answer to your question, parent, but I feel the need to evangelize vanilla JS/ECMA. You can do everything you could do with jquery and react with very simple constructs now. Web components are slightly awkward, but damn! Possible, and easier than it ever was before js components. Introducing any additional technologies or node is no longer necessary. The frontend has evolved. Now. You still have to learn ECMA, but that’s what browsers definitively run as of my writing. I can pray to mdn for wasm to be a go-to every day tech, but that day is not today.
- shrimpx 3y agoThere are many, but here's a start: pyjs, streamlit, brython, pyodide, pywebio, gleam, dash, bokeh, gradio, pglet, idom, anvil, pynecone, onu The last two are YC-funded. Edit: add https://flet.dev https://flet.dev which has superseded pglet
- nosnah 3y agoNot a list, but I've been trying out django-unicorn, which lets you build components in python and use things like unicorn:model and unicorn:click in your templates.