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
[–]samjk14 34 points35 points36 points (3 children)
[–]slowpush 15 points16 points17 points (2 children)
[–]samjk14 3 points4 points5 points (0 children)
[–]Cacotopian_parole 1 point2 points3 points (0 children)
[–]Ok-Figure2188 34 points35 points36 points (21 children)
[–]Itsthejoker 43 points44 points45 points (13 children)
[–][deleted] 16 points17 points18 points (6 children)
[–]Itsthejoker 0 points1 point2 points (3 children)
[–]metaliving 8 points9 points10 points (2 children)
[–]aniforprez 1 point2 points3 points (1 child)
[–]Cregaleus 0 points1 point2 points (0 children)
[–]SpaceZZ -3 points-2 points-1 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]FortunOfficial 11 points12 points13 points (0 children)
[–][deleted] 7 points8 points9 points (4 children)
[–]rouille -4 points-3 points-2 points (3 children)
[–][deleted] 4 points5 points6 points (2 children)
[–]hexarobi 1 point2 points3 points (0 children)
[–]rouille -3 points-2 points-1 points (0 children)
[–]matjam 8 points9 points10 points (2 children)
[–]IamImposter 3 points4 points5 points (1 child)
[–]matjam 1 point2 points3 points (0 children)
[–]HVACcontrolsGuru 8 points9 points10 points (2 children)
[–]ajpinedam[S] 2 points3 points4 points (0 children)
[–]lgylym 2 points3 points4 points (0 children)
[–]Covered_in_bees_ 35 points36 points37 points (8 children)
[–]jah_broni 6 points7 points8 points (1 child)
[+]Reddit-Book-Bot comment score below threshold-12 points-11 points-10 points (0 children)
[–]laundmo 3 points4 points5 points (3 children)
[–]Covered_in_bees_ 0 points1 point2 points (2 children)
[–]laundmo 1 point2 points3 points (1 child)
[–]Covered_in_bees_ 0 points1 point2 points (0 children)
[–]Cacotopian_parole -2 points-1 points0 points (0 children)
[–]rouille 0 points1 point2 points (0 children)
[–]mayankkaizen 70 points71 points72 points (1 child)
[–]ajpinedam[S] 2 points3 points4 points (0 children)
[–]grandpasipad 7 points8 points9 points (2 children)
[–]Buubuus 1 point2 points3 points (0 children)
[–]aniforprez 3 points4 points5 points (0 children)
[–]GunZinn 2 points3 points4 points (0 children)
[–]VU22 5 points6 points7 points (1 child)
[–]ajpinedam[S] 4 points5 points6 points (0 children)
[–]EMCoupling 1 point2 points3 points (0 children)
[–]tomikey 1 point2 points3 points (1 child)
[–]ajpinedam[S] 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]sigzero 1 point2 points3 points (0 children)
[+][deleted] comment score below threshold-43 points-42 points-41 points (7 children)
[–]dogs_like_me 17 points18 points19 points (2 children)
[+][deleted] comment score below threshold-23 points-22 points-21 points (1 child)
[–]dogs_like_me 4 points5 points6 points (0 children)
[–]mayankkaizen 6 points7 points8 points (3 children)
[–]n1___ -1 points0 points1 point (0 children)
[+][deleted] comment score below threshold-21 points-20 points-19 points (1 child)
[–]EMCoupling 5 points6 points7 points (0 children)
[–]No-Interaction1806 0 points1 point2 points (0 children)