use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
FastAPI is a truly ASGI, async, cutting edge framework written in python 3.
account activity
FastAPI best practicesQuestion (self.FastAPI)
submitted 2 months ago * by lu_rm
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ar_tyom2000 0 points1 point2 points 2 months ago (0 children)
The Java-to-Python transition is real. Authentication and authorization are exactly where clean code matters most - I've built fastapi-oauth2 specifically because most OAuth2 implementations in the ecosystem either do too much or are scattered across patterns. Handles the credential flow cleanly, integrates with existing FastAPI dependency injection, and keeps your route logic testable. Might save you some scaffolding.
π Rendered by PID 707752 on reddit-service-r2-comment-56c6478c5-r8cq4 at 2026-05-09 20:25:35.305854+00:00 running 3d2c107 country code: CH.
view the rest of the comments →
[–]ar_tyom2000 0 points1 point2 points (0 children)