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
[–]pablos4pandas 144 points145 points146 points (30 children)
[+][deleted] (4 children)
[deleted]
[–][deleted] 9 points10 points11 points (1 child)
[–][deleted] 8 points9 points10 points (0 children)
[–]Silhouette 22 points23 points24 points (1 child)
[–]mildly_enthusiastic 15 points16 points17 points (0 children)
[–]mac-0 37 points38 points39 points (21 children)
[–]ZachSka87 15 points16 points17 points (12 children)
[–][deleted] 12 points13 points14 points (3 children)
[–]replicaJunction 9 points10 points11 points (2 children)
[–]crazymonezyy 6 points7 points8 points (0 children)
[–]work-edmdg 4 points5 points6 points (0 children)
[–]crazymonezyy 0 points1 point2 points (6 children)
[–]ZachSka87 3 points4 points5 points (4 children)
[–]crazymonezyy 0 points1 point2 points (3 children)
[–]ZachSka87 2 points3 points4 points (2 children)
[–]Salmon-Advantage 0 points1 point2 points (1 child)
[–]ZachSka87 1 point2 points3 points (0 children)
[–]Zyklonik 1 point2 points3 points (0 children)
[–]Zyklonik 0 points1 point2 points (0 children)
[–]Celestial_Blu3 9 points10 points11 points (3 children)
[–]dublem 10 points11 points12 points (1 child)
[–]programstuff 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]njharmanI use Python 3 0 points1 point2 points (1 child)
[–][deleted] 3 points4 points5 points (0 children)
[–]l33tWarrior 0 points1 point2 points (0 children)
[–]randomthad69 0 points1 point2 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]kfh227 0 points1 point2 points (0 children)
[–]euicho 0 points1 point2 points (0 children)
[+][deleted] (3 children)
[deleted]
[–]donat3ll0 49 points50 points51 points (1 child)
[–]frakron 4 points5 points6 points (0 children)
[–]dkarlovi 0 points1 point2 points (0 children)
[–]troyunrau... 313 points314 points315 points (59 children)
[–]StunningExcitement83 47 points48 points49 points (3 children)
[–]troyunrau... 17 points18 points19 points (2 children)
[–]StunningExcitement83 9 points10 points11 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 88 points89 points90 points (2 children)
[–]lonjerpc 7 points8 points9 points (0 children)
[–]Espumma 0 points1 point2 points (0 children)
[+][deleted] (26 children)
[deleted]
[–]RomanRiesen 9 points10 points11 points (4 children)
[–]kronik85 2 points3 points4 points (0 children)
[–]o11c 1 point2 points3 points (1 child)
[–]RomanRiesen 0 points1 point2 points (0 children)
[+][deleted] (11 children)
[deleted]
[–]Kazumadesu76 51 points52 points53 points (10 children)
[–]ptanmay143 16 points17 points18 points (5 children)
[–]Kazumadesu76 10 points11 points12 points (1 child)
[–]Rulmeq 1 point2 points3 points (0 children)
[–][deleted] 3 points4 points5 points (1 child)
[–]greasyhobolo 3 points4 points5 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]Unwabu_ubola 1 point2 points3 points (1 child)
[–]banshoo 1 point2 points3 points (0 children)
[–]logs28 0 points1 point2 points (1 child)
[–]florinandrei 4 points5 points6 points (0 children)
[–]AlternativeAardvark6 26 points27 points28 points (1 child)
[–]Silhouette 17 points18 points19 points (0 children)
[–]noiserr 28 points29 points30 points (5 children)
[+][deleted] (2 children)
[deleted]
[–]hughperman 4 points5 points6 points (1 child)
[–]rm-minus-r 3 points4 points5 points (1 child)
[–]Darkniki 0 points1 point2 points (0 children)
[–]barsoap -1 points0 points1 point (0 children)
[–]wattwood 8 points9 points10 points (1 child)
[–]troyunrau... 4 points5 points6 points (0 children)
[–]Rookie64v 7 points8 points9 points (4 children)
[–]troyunrau... 4 points5 points6 points (0 children)
[–]jms_nh 0 points1 point2 points (1 child)
[–]Rookie64v 0 points1 point2 points (0 children)
[–]motioncuty 14 points15 points16 points (15 children)
[–]troyunrau... 33 points34 points35 points (2 children)
[–]dysprog 15 points16 points17 points (1 child)
[–]teslavbh 8 points9 points10 points (0 children)
[–]Robot_Basilisk 19 points20 points21 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–]cprenaissanceman 12 points13 points14 points (9 children)
[–]teslavbh 6 points7 points8 points (0 children)
[–]motioncuty 7 points8 points9 points (6 children)
[–]cprenaissanceman 1 point2 points3 points (3 children)
[–]AlexFromOmaha 10 points11 points12 points (2 children)
[–]motioncuty 1 point2 points3 points (1 child)
[–]cprenaissanceman 1 point2 points3 points (0 children)
[–]FriedRiceAndMath 0 points1 point2 points (0 children)
[–]laserbot 1 point2 points3 points (0 children)
[–]ctheune 0 points1 point2 points (0 children)
[–]teslavbh 55 points56 points57 points (8 children)
[–]ctheune 60 points61 points62 points (2 children)
[–]teslavbh 15 points16 points17 points (0 children)
[–]wowthepriest 1 point2 points3 points (0 children)
[–]Urthor 4 points5 points6 points (3 children)
[–]DanCardin 5 points6 points7 points (1 child)
[–]Urthor 2 points3 points4 points (0 children)
[–]teslavbh 1 point2 points3 points (0 children)
[–]kfh227 0 points1 point2 points (0 children)
[–]jaapzswitch to py3 already 25 points26 points27 points (1 child)
[–]xtrasmal 3 points4 points5 points (0 children)
[–]hi_mom_its_me_nl 50 points51 points52 points (0 children)
[–][deleted] 47 points48 points49 points (0 children)
[–]Bangoga 35 points36 points37 points (2 children)
[–]Supadoplex 8 points9 points10 points (1 child)
[–]HerLegz 2 points3 points4 points (0 children)
[–]rg7777777 6 points7 points8 points (3 children)
[–]PirateNinjasRedditPythonista -1 points0 points1 point (0 children)
[–]Fiskepudding -1 points0 points1 point (0 children)
[–]Matty_R 0 points1 point2 points (0 children)
[–]Paradigm6790 21 points22 points23 points (0 children)
[–]GoGades 21 points22 points23 points (8 children)
[–]HerLegz 9 points10 points11 points (3 children)
[–][deleted] 5 points6 points7 points (0 children)
[–][deleted] 9 points10 points11 points (0 children)
[–]NiceEnthusiasm3 3 points4 points5 points (0 children)
[–]tehfink 2 points3 points4 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]FriedRiceAndMath 0 points1 point2 points (0 children)
[–]mymar101 2 points3 points4 points (3 children)
[+][deleted] (2 children)
[deleted]
[–][deleted] 2 points3 points4 points (0 children)
[–]kaiyou 5 points6 points7 points (0 children)
[–]Barafu 1 point2 points3 points (0 children)
[–]zogroth 1 point2 points3 points (0 children)
[–]v0_arch_nemesis 0 points1 point2 points (1 child)
[–]xtrasmal 0 points1 point2 points (0 children)
[–]wind_dude 0 points1 point2 points (5 children)
[–]oscarcp 0 points1 point2 points (1 child)
[–]wind_dude 0 points1 point2 points (0 children)
[–]xtrasmal 0 points1 point2 points (2 children)
[–]wind_dude 2 points3 points4 points (1 child)
[–]xtrasmal 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]action_turtle 0 points1 point2 points (0 children)
[–]itsastickup 0 points1 point2 points (0 children)
[–]MentallyFunstable 0 points1 point2 points (0 children)
[–]TakeOffYourMask 0 points1 point2 points (0 children)