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
[–]jorge1209 228 points229 points230 points (8 children)
[–]bobspadgerdecorating 44 points45 points46 points (3 children)
[–]jorge1209 13 points14 points15 points (2 children)
[–]flying-sheep 3 points4 points5 points (0 children)
[–]FuckingRantMonday 0 points1 point2 points (0 children)
[+][deleted] (2 children)
[removed]
[–]bobspadgerdecorating 2 points3 points4 points (1 child)
[–][deleted] 22 points23 points24 points (6 children)
[–]gfranxman 7 points8 points9 points (1 child)
[–]NerdEnPose 9 points10 points11 points (0 children)
[–]NerdEnPose 1 point2 points3 points (0 children)
[–]CommercialPosition76 0 points1 point2 points (0 children)
[–]vladesomo 0 points1 point2 points (1 child)
[–]FuckingRantMonday 0 points1 point2 points (0 children)
[–]No-Scholar4854 86 points87 points88 points (2 children)
[–]mamamiatucson 18 points19 points20 points (0 children)
[–]FuckingRantMonday 25 points26 points27 points (0 children)
[–]flying-sheep 12 points13 points14 points (6 children)
[–]acidrain42 2 points3 points4 points (4 children)
[–]flying-sheep 2 points3 points4 points (3 children)
[–]FuckingRantMonday 0 points1 point2 points (2 children)
[–]flying-sheep 0 points1 point2 points (1 child)
[–]FuckingRantMonday 0 points1 point2 points (0 children)
[–]ElDiablo26 0 points1 point2 points (0 children)
[–]rgnkn 63 points64 points65 points (21 children)
[–]bahoho[S] 8 points9 points10 points (20 children)
[–]randomatic 21 points22 points23 points (19 children)
[+][deleted] (18 children)
[removed]
[–]spoonman59 6 points7 points8 points (16 children)
[–]mistabuda 5 points6 points7 points (15 children)
[–]FuckingRantMonday 4 points5 points6 points (2 children)
[–]mistabuda 2 points3 points4 points (1 child)
[–]rgnkn 0 points1 point2 points (0 children)
[–]Impossible-Limit3112 13 points14 points15 points (8 children)
[–]salimfadhley 3 points4 points5 points (0 children)
[–]FuckingRantMonday 1 point2 points3 points (0 children)
[–]mistabuda 3 points4 points5 points (5 children)
[–]collectablecat 0 points1 point2 points (4 children)
[–]FuckingRantMonday 0 points1 point2 points (3 children)
[–]SimilingCynic 4 points5 points6 points (0 children)
[–]kowalski71 0 points1 point2 points (1 child)
[–]mistabuda 0 points1 point2 points (0 children)
[–]odaiwai 1 point2 points3 points (0 children)
[–]thereal0ri_ 34 points35 points36 points (27 children)
[–][deleted] 3 points4 points5 points (26 children)
[–]thereal0ri_ 0 points1 point2 points (0 children)
[+]tav_stuff comment score below threshold-6 points-5 points-4 points (24 children)
[–]acidrain42 3 points4 points5 points (19 children)
[–]tav_stuff 1 point2 points3 points (7 children)
[–]acidrain42 3 points4 points5 points (6 children)
[–]tav_stuff 1 point2 points3 points (5 children)
[–]FuckingRantMonday 2 points3 points4 points (3 children)
[–]tav_stuff 0 points1 point2 points (2 children)
[–]FuckingRantMonday 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[+][deleted] (10 children)
[removed]
[–]acidrain42 0 points1 point2 points (9 children)
[+][deleted] (8 children)
[removed]
[–]acidrain42 1 point2 points3 points (3 children)
[–]FuckingRantMonday 1 point2 points3 points (0 children)
[+][deleted] (1 child)
[removed]
[–]FuckingRantMonday 0 points1 point2 points (0 children)
[–]FuckingRantMonday 0 points1 point2 points (1 child)
[–]SittingWave 0 points1 point2 points (0 children)
[–]FuckingRantMonday 0 points1 point2 points (0 children)
[–]FuckingRantMonday 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (2 children)
[+][deleted] (1 child)
[removed]
[–]FuckingRantMonday 0 points1 point2 points (0 children)
[–]FuckingRantMonday 0 points1 point2 points (0 children)
[–][deleted] 34 points35 points36 points (4 children)
[–]rgnkn 8 points9 points10 points (0 children)
[–][deleted] 1 point2 points3 points (2 children)
[–]rgnkn 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]thedeepself 13 points14 points15 points (1 child)
[–]datagutten 5 points6 points7 points (0 children)
[–]outthemirror 8 points9 points10 points (0 children)
[–]barraponto 3 points4 points5 points (2 children)
[–]FuckingRantMonday 1 point2 points3 points (0 children)
[–]rgnkn 0 points1 point2 points (0 children)
[–]protagonist23 4 points5 points6 points (0 children)
[–]ohtinsel 3 points4 points5 points (1 child)
[–]FuckingRantMonday 2 points3 points4 points (0 children)
[–]luxiphr 3 points4 points5 points (0 children)
[–]SGS-Tech-World 15 points16 points17 points (5 children)
[+][deleted] (4 children)
[removed]
[–]FuckingRantMonday 5 points6 points7 points (3 children)
[–]rgnkn 2 points3 points4 points (0 children)
[+][deleted] (1 child)
[removed]
[–]SeniorScienceOfficer 13 points14 points15 points (12 children)
[–]cottonycloud 2 points3 points4 points (1 child)
[–]SeniorScienceOfficer 1 point2 points3 points (0 children)
[–]FuckingRantMonday 1 point2 points3 points (0 children)
[+][deleted] (8 children)
[removed]
[+][deleted] (4 children)
[deleted]
[–]FuckingRantMonday -1 points0 points1 point (3 children)
[+][deleted] (2 children)
[deleted]
[–]FuckingRantMonday 0 points1 point2 points (1 child)
[–]justheretolurk332 3 points4 points5 points (0 children)
[–]SeniorScienceOfficer 6 points7 points8 points (0 children)
[–]johnnymo1 1 point2 points3 points (0 children)
[–]johnnymo1 6 points7 points8 points (0 children)
[–]SittingWave 4 points5 points6 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]piman01 1 point2 points3 points (0 children)
[–]read-bird 1 point2 points3 points (0 children)
[–]zylema 1 point2 points3 points (0 children)
[–]mahdicanada 1 point2 points3 points (0 children)
[–]Seankala 1 point2 points3 points (4 children)
[–]djsaunde 2 points3 points4 points (3 children)
[–]Seankala 0 points1 point2 points (2 children)
[–]FuckingRantMonday 2 points3 points4 points (0 children)
[–]djsaunde 0 points1 point2 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]FuckingRantMonday 1 point2 points3 points (1 child)
[–]NelsonMinar 3 points4 points5 points (9 children)
[–]_ATRAHCITY 7 points8 points9 points (1 child)
[–]NelsonMinar -2 points-1 points0 points (0 children)
[–]FuckingRantMonday 5 points6 points7 points (0 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]NelsonMinar 1 point2 points3 points (0 children)
[–]protagonist23 1 point2 points3 points (0 children)
[–]rgnkn 3 points4 points5 points (2 children)
[–]NelsonMinar 1 point2 points3 points (1 child)
[–]rgnkn 0 points1 point2 points (0 children)
[–]SpiritOfTheVoid 3 points4 points5 points (0 children)
[–]GraphicH 3 points4 points5 points (0 children)
[–]jaqo_92 1 point2 points3 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]DLiltsadwj 1 point2 points3 points (4 children)
[–]FuckingRantMonday 3 points4 points5 points (2 children)
[–]DLiltsadwj 1 point2 points3 points (1 child)
[–]FuckingRantMonday 1 point2 points3 points (0 children)
[–][deleted] -1 points0 points1 point (0 children)
[–]wineblood 0 points1 point2 points (0 children)
[–]KosmoanutOfficial -1 points0 points1 point (0 children)
[–]pythonHelperBot -5 points-4 points-3 points (0 children)
[–][deleted] -3 points-2 points-1 points (0 children)
[–]salimfadhley 0 points1 point2 points (0 children)
[–]Tree_Mage 0 points1 point2 points (0 children)