Show HN: I built a Python web framework
github.com
Show HN: I built a Python web framework
1–10 of 127 posts
Re: Show HN: I built a Python web framework
#2What did you learn from doing this one?
What makes your framework different?
Re: Show HN: I built a Python web framework
#3What's the rationale behind view.py?
Re: Show HN: I built a Python web framework
#4Makes me wonder if you could integrate this ambition to do the web-stuff in your Python file with the FastAPI/Pydantic BaseModel situation. Like a HTML templating library made out of Python data classes (or Pydantic BaseModels).
Either way, I respect the ambition! :) Always cool to see web stuff with Python.
Re: Show HN: I built a Python web framework
#5Re: Show HN: I built a Python web framework
#6Re: Show HN: I built a Python web framework
#7I’m guessing this would be similar to LiveView? If so, I’m not sure Python will handle the concurrency as well as Elixir…
Edit: I see now that the goal is to compile this to JS, so I’m assuming it’s going to be quite the opposite of LiveView and will do everything on the client?
Re: Show HN: I built a Python web framework
#8Re: Show HN: I built a Python web framework
#9Web frameworks need to be a visual medium where you can create ui using visual tools and the "backend" side of things merge seamlessly.
Re: Show HN: I built a Python web framework
#10is the biggest question here..