Hi HN,<p>We’re Afnan, Theo and Ruben. We’re all ML engineers or data scientists, and we kept running into the same thing: we’d write useful Python functions, either for ourselves or internal tools, and then hit a wall when we wanted to share them as actual apps.<p>We tried Streamlit and Gradio. They...
Thread
Stories related to "Show HN: Web Apps for Python Devs with Auto-Generated UI" across the full archive.
My co-founder taught herself web development using online courses and resources. This “Learning Path” outlines the resources she found most helpful, and lays them out in a sequence that a beginner should be able to follow.
We realize this is *a* curriculum, not *the best* curriculum. We'd love yo...
Hi HN,<p>We’re Afnan, Theo and Ruben. We’re all ML engineers or data scientists, and we kept running into the same thing: we’d write useful Python functions, either for ourselves or internal tools, and then hit a wall when we wanted to share them as actual apps.<p>We tried Streamlit and Gradio. They...
Worked on this at $dayjob, and we open sourced it yesterday.
Initial driving requirements were:
* Use as part of proof-of-concept testing with a 3rd party memcache proxy that speaks only the binary protocol
* Work well with darner/kestral queues and nosql datastores (via proxies like couchbas...
I've been working on this for a bit now and felt it was finally at a point where I could share it. I'd love to get any feedback!
Secure is a lightweight package that adds optional security headers and cookie attributes for Python web frameworks.
I've already posted a story about a Python news aggregator I've built with Django:
https://lobste.rs/s/bjfuar/news_aggregator_for_python_community
Now, after the story hit the front page of Hacker News and I got positive reactions from the mentions in the "What are you doing this weekend" threa...
Hi all!
We are Martin and Matija, twin brothers, and we wanted to share our current project with you: Wasp (https://wasp-lang.dev). Wasp is a declarative language that makes it really easy to build full-stack web apps while still using the latest technologies such as React, Node.js and Prisma.
...
Hello everyone,
I'm excited to announce a major update to secure.py, a Python library that simplifies adding HTTP security headers to web applications. This release is a complete rewrite, leveraging modern Python 3.10+ features to enhance usability and performance. It supports frameworks like Fla...
Hi HN,<p>I'm excited to share a major update to secure.py, a Python library designed to make adding essential HTTP security headers to web apps easier than ever. This release is a complete rewrite, leveraging modern Python 3.10+ features to enhance usability and performance.<p>Why secure.py?<p>...
I was inspired by [freetonik](<https://lobste.rs/~freetonik>) and their app [textpod](<https://lobste.rs/s/ywfzpb/local_web_based_notes_app_inspired_by_one>). I wanted to add a few features that I needed for my existing workflow, and also begin to learn Python, so used this opportunity to replicate ...
Hey HN,<p>Over the past 10 months, my friends and I created an open source project called Rio to help Python developers build modern web apps without needing HTML, CSS, or JavaScript. Whether you're working on a simple internal tool or a complex multi-page app, Rio lets you stay in the Python e...