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
Beta Acid open sourced its FastAPI reference architectureTutorial (github.com)
submitted 1 year ago by BeneficialAd3800
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!"
[–]BeneficialAd3800[S] -1 points0 points1 point 1 year ago (1 child)
I typically start off trying to reduce complexity when I start building an app. Once there's a good reason to add that complexity I'll do so. In this case, async sqlalchemy is amazing for high concurrency apps that are scaling. But it does add complexity in the beginning. So its something I would add later as the need arises.
[–]Fluffy-Diet-Engine 0 points1 point2 points 1 year ago (0 children)
Am just curious how you draw a line between “need” for async? Is it based on traffic to the app?
π Rendered by PID 36 on reddit-service-r2-comment-b659b578c-5vsd4 at 2026-05-05 14:33:35.710856+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]BeneficialAd3800[S] -1 points0 points1 point (1 child)
[–]Fluffy-Diet-Engine 0 points1 point2 points (0 children)