This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I work on the Experimentation Platform team at Netflix. Our main tool, ABlaze, is a web app that's very backend driven. I'm working on improving the forms aspect of it with Formlessness.
It's a bit different than something like the Forms in Django. It defines the content of the form, but leaves the converting to html to the frontend. It also receives data as JSON, like an API, vs working with form data. And it has a way over-the-top validation system.
It needs more docs (of course), but I do have some good first issues that are mostly just adding another instance of a feature that already have a bunch of examples. This isn't the right project for a complete beginner. But, if you can contribute a bit, I can help get your contributions in and give you feedback quickly.
Subreddit
Post Details
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/Python/comm...