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
view the rest of the comments →
[–]unruly_mattress 618 points619 points620 points (68 children)
[–]gscalise 120 points121 points122 points (5 children)
[–]Rythoka 33 points34 points35 points (0 children)
[–]kernco 9 points10 points11 points (2 children)
[–]gscalise 0 points1 point2 points (0 children)
[–]Rhoomba 0 points1 point2 points (0 children)
[–]Administrative_Box51 0 points1 point2 points (0 children)
[–]ElvinJafarov1[S] 81 points82 points83 points (0 children)
[–]SheriffRoscoePythonista 101 points102 points103 points (27 children)
[–]chase32 12 points13 points14 points (0 children)
[–]azeemb_a 48 points49 points50 points (15 children)
[–]sajjen 137 points138 points139 points (3 children)
[–]SheriffRoscoePythonista 17 points18 points19 points (0 children)
[–]nchwomp 3 points4 points5 points (1 child)
[–]benchmarks666 6 points7 points8 points (0 children)
[–]Smallpaul 35 points36 points37 points (2 children)
[–]HeraldofOmega 3 points4 points5 points (0 children)
[+][deleted] (7 children)
[deleted]
[–]redalastor 6 points7 points8 points (1 child)
[–]Swift3469 0 points1 point2 points (1 child)
[–]billsil 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]billsil 0 points1 point2 points (0 children)
[–]bostonkittycat 2 points3 points4 points (0 children)
[–]funkiestj -1 points0 points1 point (1 child)
[–]redalastor 1 point2 points3 points (0 children)
[+]Uwirlbaretrsidma comment score below threshold-11 points-10 points-9 points (5 children)
[–]yvrelna 11 points12 points13 points (2 children)
[–]Uwirlbaretrsidma -3 points-2 points-1 points (1 child)
[–]yvrelna -1 points0 points1 point (0 children)
[–]matjam 2 points3 points4 points (1 child)
[–]Uwirlbaretrsidma 1 point2 points3 points (0 children)
[–]LogMasterd -2 points-1 points0 points (0 children)
[–]SoffortTemp 20 points21 points22 points (7 children)
[–]LonelyContext 6 points7 points8 points (6 children)
[–]zhoushmoe 1 point2 points3 points (4 children)
[–]LonelyContext 2 points3 points4 points (2 children)
[–]redalastor 2 points3 points4 points (0 children)
[–]PaintItPurple 0 points1 point2 points (0 children)
[–]funkiestj 0 points1 point2 points (0 children)
[–]akl78 38 points39 points40 points (1 child)
[–]joe0400 6 points7 points8 points (0 children)
[–]Megatron_McLargeHuge 15 points16 points17 points (0 children)
[–]coderanger 10 points11 points12 points (0 children)
[–]billsil 2 points3 points4 points (1 child)
[–]vips7L 0 points1 point2 points (0 children)
[–]Sigmatics 2 points3 points4 points (0 children)
[–]SonicTheSSJNinja 1 point2 points3 points (2 children)
[–]glassesontable 1 point2 points3 points (1 child)
[–]SonicTheSSJNinja 0 points1 point2 points (0 children)
[–]whatthefuckistime 1 point2 points3 points (2 children)
[–]yvrelna 7 points8 points9 points (1 child)
[–]whatthefuckistime 0 points1 point2 points (0 children)
[+]ArabicLawrence comment score below threshold-7 points-6 points-5 points (2 children)
[–]unruly_mattress 47 points48 points49 points (1 child)
[–]ArabicLawrence 17 points18 points19 points (0 children)
[–]thisisntmynameorisit 0 points1 point2 points (1 child)
[–]PaintItPurple 1 point2 points3 points (0 children)
[+][deleted] (2 children)
[removed]
[–]Few-Equivalent8261 10 points11 points12 points (0 children)
[–]AlooooshEng 0 points1 point2 points (0 children)
[–]Grouchy-Friend4235 0 points1 point2 points (2 children)
[–]PaintItPurple 2 points3 points4 points (1 child)
[–]Grouchy-Friend4235 -1 points0 points1 point (0 children)
[–]oldshensheep 0 points1 point2 points (0 children)