Hacker News new | ask | show | jobs
by ttymck 1065 days ago
FastAPI, while a very impressive codebase, is not approachable at even an intermediate proficiency in Python.

It is _staggeringly_ dynamic, and basically uses runtime reflection of "static" types to scaffold a really complex ast describing your application.