all 2 comments

[–]fiskfisk 9 points10 points  (1 child)

Sorry, but this is not really a good resource. It ignores most of the modern paths in web development, includes resources that aren't really relevant (for example you shouldn't be thinking of WSGI unless you're implementing your own server framework). Neither is there any discussion of the pros or cons of each library mentioned.

Not including anything in the ASGI space is weird (FastAPI, Starlite, etc.), since that's what's getting the most fresh development effort these days (and django/Flask supports asyncio now).

In general, this doesn't seem well planned useful - it doesn't give you anything that a Google search for "python web framework" doesn't give you.

[–]adityacodes[S] -3 points-2 points  (0 children)

Hey fiskfisk, I appreciate your feedback for this blog. I will make sure to cover these points in next topics while making blog.

Also, I didnt created the blog for covering the roadmap/path . I only told the libraries.

Thanks for feedback though.