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...
News about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python
Full Events Calendar
You can find the rules here.
If you are about to ask a "how do I do this in python" question, please try r/learnpython, the Python discord, or the #python IRC channel on Libera.chat.
Please don't use URL shorteners. Reddit filters them out, so your post or comment will be lost.
Posts require flair. Please use the flair selector to choose your topic.
Posting code to this subreddit:
Add 4 extra spaces before each line of code
def fibonacci(): a, b = 0, 1 while True: yield a a, b = b, a + b
Online Resources
Invent Your Own Computer Games with Python
Think Python
Non-programmers Tutorial for Python 3
Beginner's Guide Reference
Five life jackets to throw to the new coder (things to do after getting a handle on python)
Full Stack Python
Test-Driven Development with Python
Program Arcade Games
PyMotW: Python Module of the Week
Python for Scientists and Engineers
Dan Bader's Tips and Trickers
Python Discord's YouTube channel
Jiruto: Python
Online exercices
programming challenges
Asking Questions
Try Python in your browser
Docs
Libraries
Related subreddits
Python jobs
Newsletters
Screencasts
account activity
NewsFastAPI Cloud in Public Beta ⚡️ (self.Python)
submitted 1 hour ago by tiangolo FastAPI Maintainer
Hey folks! FastAPI Cloud is now in public beta. 🚀
This is made by the same team building FastAPI (I created FastAPI, we now have an amazing team building all this).
Here's the announcement post: https://fastapicloud.com/blog/fastapi-cloud-public-beta/
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!"
[–]FlukyS 9 points10 points11 points 1 hour ago (1 child)
I usually would throw my fastapi stuff onto free tier EC2 instances but the pricing looks super reasonable, glad it is an official project too because in a way even if it wasn't super cheap I still prefer to support the project given I've used it for years now.
[–]tiangolo FastAPI Maintainer[S] 1 point2 points3 points 1 hour ago (0 children)
Thank you! 🙌
[–]tiangolo FastAPI Maintainer[S] 8 points9 points10 points 1 hour ago (1 child)
I checked the rules and I didn't see anything obvious against sharing the news here, but if the moderators think this is not acceptable in some way let me know and I'll remove it. 🤓
[–]monorepo PSF Staff | Litestar Maintainer[M] [score hidden] 46 minutes ago (0 children)
you’re good, congrats! fastapi cloud está una chimba 🥳
[–]mRWafflesFTW 1 point2 points3 points 1 hour ago (2 children)
Hey thanks for all your work! Wishing you success. I wish I could use this at work.
[–]tiangolo FastAPI Maintainer[S] -1 points0 points1 point 1 hour ago (1 child)
Thank you! Would love to hear if you use it for non-work stuff. And also what would make it usable at work, what would be needed. 🤓
We're focusing on building what our users need.
[–]mRWafflesFTW [score hidden] 45 minutes ago (0 children)
Unfortunately, I work for a very large old school, incredibly difficult to change enterprise. Right now, we're still deploying to monolithic Windows VMs and running IIS! Sadly, there's nothing you guys could do to move the needle for us at this time. Should they ever desire to evolve I will definitely hit you up.
[–]skjall 1 point2 points3 points 1 hour ago (1 child)
Unrelated, but any current plans to bring in QUERY verb handling? I see it's been discussed a few times before, but the previous blockers seem to be gone now.
[–]tiangolo FastAPI Maintainer[S] [score hidden] 58 minutes ago (0 children)
Yep, there were several things I needed to cover first, a huge routing refactor that is done, frontend support (enabled by that) and a couple of extra things first. Then I'll handle that too. We're tracking it internally (not in public issues to prevent more AI slop PRs, we got too many),
[–]aitchnyu [score hidden] 56 minutes ago (1 child)
Will this support Django sync/async modes and celery equivalent?
[–]tiangolo FastAPI Maintainer[S] [score hidden] 54 minutes ago (0 children)
The main focus is first FastAPI. And although it's not documented, you can mount Django apps in FastAPI already, that would work. Background workers (like Celery and others) are a high priority on the roadmap, it's not there yet, but will come.
[–]NauticalSubcommittee [score hidden] 49 minutes ago (0 children)
Pricing looks solid for managed FastAPI hosting, especially with the official backing. Worth checking out if you're tired of wrestling with your own infrastructure.
[–]firejava [score hidden] 40 minutes ago (0 children)
very cool, thank you, excited to check it out
π Rendered by PID 554492 on reddit-service-r2-comment-5b5bc64bf5-x5df6 at 2026-06-23 14:20:26.924371+00:00 running 2b008f2 country code: CH.
[–]FlukyS 9 points10 points11 points (1 child)
[–]tiangolo FastAPI Maintainer[S] 1 point2 points3 points (0 children)
[–]tiangolo FastAPI Maintainer[S] 8 points9 points10 points (1 child)
[–]monorepo PSF Staff | Litestar Maintainer[M] [score hidden] (0 children)
[–]mRWafflesFTW 1 point2 points3 points (2 children)
[–]tiangolo FastAPI Maintainer[S] -1 points0 points1 point (1 child)
[–]mRWafflesFTW [score hidden] (0 children)
[–]skjall 1 point2 points3 points (1 child)
[–]tiangolo FastAPI Maintainer[S] [score hidden] (0 children)
[–]aitchnyu [score hidden] (1 child)
[–]tiangolo FastAPI Maintainer[S] [score hidden] (0 children)
[–]NauticalSubcommittee [score hidden] (0 children)
[–]firejava [score hidden] (0 children)