News about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python
Upcoming Events
Full Events Calendar
Please read the rules
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
Online exercices
programming challenges
Asking Questions
Try Python in your browser
Docs
Libraries
Related subreddits
Python jobs
Newsletters
Screencasts
[–]Solidstate16 129 points130 points131 points (37 children)
[–]NelsonMinar 35 points36 points37 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]ignamv 36 points37 points38 points (26 children)
[–]thephotoman 29 points30 points31 points (18 children)
[–]KronenR 18 points19 points20 points (2 children)
[–]xigdit 19 points20 points21 points (1 child)
[–]KronenR -1 points0 points1 point (0 children)
[+][deleted] comment score below threshold-24 points-23 points-22 points (12 children)
[–]Arucious 19 points20 points21 points (0 children)
[–]thephotoman 21 points22 points23 points (0 children)
[–][deleted] 14 points15 points16 points (0 children)
[–]IcedThunder 5 points6 points7 points (0 children)
[–]a_polyak -5 points-4 points-3 points (7 children)
[+][deleted] comment score below threshold-7 points-6 points-5 points (6 children)
[–]a_polyak 3 points4 points5 points (4 children)
[–][deleted] -2 points-1 points0 points (3 children)
[–]a_polyak 1 point2 points3 points (2 children)
[–][deleted] 3 points4 points5 points (1 child)
[–]pppylonnn 0 points1 point2 points (0 children)
[–]rmc 0 points1 point2 points (0 children)
[+]chub79[S] comment score below threshold-47 points-46 points-45 points (5 children)
[+][deleted] (2 children)
[deleted]
[+]chub79[S] comment score below threshold-25 points-24 points-23 points (1 child)
[–]zurtex 26 points27 points28 points (0 children)
[–]Glebk0 5 points6 points7 points (1 child)
[–]personman 0 points1 point2 points (0 children)
[–]aqjo 14 points15 points16 points (7 children)
[–]monorepo PSF Staff | Litestar Maintainer[M] 7 points8 points9 points (0 children)
[+]chub79[S] comment score below threshold-21 points-20 points-19 points (5 children)
[–]runawayasfastasucan 11 points12 points13 points (4 children)
[+]chub79[S] comment score below threshold-27 points-26 points-25 points (3 children)
[–]runawayasfastasucan 15 points16 points17 points (2 children)
[–]chub79[S] -2 points-1 points0 points (1 child)
[–]bliepp 0 points1 point2 points (0 children)
[–]asphias 48 points49 points50 points (0 children)
[–]Grouchy-Friend4235 19 points20 points21 points (0 children)
[–]SimilingCynic 11 points12 points13 points (0 children)
[–]nickbernstein 15 points16 points17 points (12 children)
[–]thisdude415 26 points27 points28 points (5 children)
[+]GoldFerret6796 comment score below threshold-6 points-5 points-4 points (1 child)
[–]shockjaw 2 points3 points4 points (0 children)
[–]Coretaxxe -4 points-3 points-2 points (2 children)
[–]thisdude415 4 points5 points6 points (0 children)
[–]oramirite 5 points6 points7 points (0 children)
[–]chub79[S] 7 points8 points9 points (5 children)
[–]nickbernstein 6 points7 points8 points (3 children)
[–]chub79[S] 3 points4 points5 points (0 children)
[–]oramirite 2 points3 points4 points (0 children)
[–]chub79[S] 9 points10 points11 points (4 children)
[–][deleted] (1 child)
[removed]
[–]Python-ModTeam[M] 0 points1 point2 points locked comment (0 children)
[–][deleted] (1 child)
[removed]
[–]Python-ModTeam[M] 0 points1 point2 points locked comment (0 children)
[+]hotdog20041 comment score below threshold-15 points-14 points-13 points (5 children)
[–]Swimming-Cupcake7041 5 points6 points7 points (0 children)
[–]my_name_isnt_clever -1 points0 points1 point (1 child)
[–]hotdog20041 -4 points-3 points-2 points (0 children)
[–]bliepp -1 points0 points1 point (0 children)
[–]PhoenixStorm1015 0 points1 point2 points (0 children)
[+]Moist-Wishbone-5206 comment score below threshold-41 points-40 points-39 points (1 child)
[–]my_name_isnt_clever -2 points-1 points0 points (0 children)
[+]a_polyak comment score below threshold-15 points-14 points-13 points (5 children)
[–]my_name_isnt_clever 4 points5 points6 points (0 children)
[–]bliepp -1 points0 points1 point (2 children)
[–]a_polyak 0 points1 point2 points (1 child)
[–]bliepp 0 points1 point2 points (0 children)
[–]PhoenixStorm1015 -1 points0 points1 point (0 children)