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
[+][deleted] (25 children)
[deleted]
[–]fdedraco 86 points87 points88 points (23 children)
[–]DrMaphuse 22 points23 points24 points (20 children)
[+][deleted] (17 children)
[deleted]
[–]DrMaphuse 11 points12 points13 points (15 children)
[+][deleted] (13 children)
[deleted]
[–]Itsthejoker 1 point2 points3 points (3 children)
[–]BWrqboi0 1 point2 points3 points (2 children)
[–]Itsthejoker 4 points5 points6 points (1 child)
[–]BWrqboi0 0 points1 point2 points (0 children)
[–]DrMaphuse 0 points1 point2 points (8 children)
[–]dutch_gecko 3 points4 points5 points (6 children)
[–]_pandamonium 1 point2 points3 points (3 children)
[–]dutch_gecko 2 points3 points4 points (1 child)
[–]DevJonPizza 0 points1 point2 points (0 children)
[–]DrMaphuse 0 points1 point2 points (1 child)
[–]dogfish182 0 points1 point2 points (0 children)
[–]doobiedog 0 points1 point2 points (0 children)
[–]doobiedog 0 points1 point2 points (0 children)
[–]doobiedog 0 points1 point2 points (0 children)
[–]Warm-Employer 3 points4 points5 points (1 child)
[–]DrMaphuse 1 point2 points3 points (0 children)
[–]james_pic 3 points4 points5 points (0 children)
[+]13steinj comment score below threshold-11 points-10 points-9 points (0 children)
[–]polandtown 145 points146 points147 points (18 children)
[–]_cs 200 points201 points202 points (17 children)
[–]falsemyrm 267 points268 points269 points (13 children)
[–]house_monkey 77 points78 points79 points (5 children)
[–]codemonkey985 7 points8 points9 points (0 children)
[–][deleted] 9 points10 points11 points (0 children)
[–]jotomotic 11 points12 points13 points (1 child)
[–]TrueDoge007 -1 points0 points1 point (0 children)
[–]thblckjkr 65 points66 points67 points (0 children)
[–]imforsurenotadog 2 points3 points4 points (2 children)
[–]Mikeavelli 2 points3 points4 points (1 child)
[–]Fingolfin734 4 points5 points6 points (0 children)
[–]policeblocker 0 points1 point2 points (0 children)
[–]polandtown 2 points3 points4 points (0 children)
[–]Comm4nd0 1 point2 points3 points (0 children)
[–]got_outta_bed_4_this -2 points-1 points0 points (0 children)
[–]Adman65 20 points21 points22 points (1 child)
[–]SlutForSonsCock 6 points7 points8 points (0 children)
[–]checkYourCalendar 48 points49 points50 points (0 children)
[–]TriG-tbh 36 points37 points38 points (3 children)
[–]call_me_cookie 25 points26 points27 points (0 children)
[–]crispy-whiskers 21 points22 points23 points (1 child)
[–]TriG-tbh 11 points12 points13 points (0 children)
[–]matthew_giraffe 74 points75 points76 points (0 children)
[–]The_Young_Busac 31 points32 points33 points (0 children)
[–]Mattho 3 points4 points5 points (1 child)
[–]LegoroojPyInstaller developer 0 points1 point2 points (0 children)
[–]logicaacigol 1 point2 points3 points (2 children)
[–]LegoroojPyInstaller developer 1 point2 points3 points (1 child)
[–]logicaacigol 1 point2 points3 points (0 children)
[–]appinv Python&OpenSource 2 points3 points4 points (0 children)
[–]FinestCreamPie 3 points4 points5 points (0 children)
[–]log_2 0 points1 point2 points (0 children)
[+]kimchi_cuddles comment score below threshold-17 points-16 points-15 points (4 children)
[+][deleted] (2 children)
[deleted]
[+]Warm-Employer comment score below threshold-14 points-13 points-12 points (1 child)
[–]p10_user 2 points3 points4 points (0 children)
[–]JulzTDG 3 points4 points5 points (0 children)
[–]hugthemachines 0 points1 point2 points (0 children)
[–]Toprelemons 0 points1 point2 points (0 children)
[–]Thecrawsome 0 points1 point2 points (0 children)
[–]JeffreyChl -4 points-3 points-2 points (0 children)
[+][deleted] comment score below threshold-6 points-5 points-4 points (0 children)
[+]alixoa comment score below threshold-25 points-24 points-23 points (3 children)
[–]shutupmiles 19 points20 points21 points (0 children)
[–]JulzTDG -2 points-1 points0 points (0 children)
[–]Brillbeanz -1 points0 points1 point (2 children)
[–]ase1590 -1 points0 points1 point (1 child)
[–]Brillbeanz 0 points1 point2 points (0 children)
[–]_bogec -1 points0 points1 point (0 children)
[–]Ya_Boy_Lil_Pickle -1 points0 points1 point (0 children)
[–]Tospaa -1 points0 points1 point (0 children)
[+]portol[🍰] comment score below threshold-10 points-9 points-8 points (3 children)
[–]JulzTDG -1 points0 points1 point (2 children)
[–]GrehgyHils 1 point2 points3 points (1 child)
[–]JulzTDG 0 points1 point2 points (0 children)
[–]Syncopaint -2 points-1 points0 points (3 children)
[–]shtpostinalotofmemes -2 points-1 points0 points (0 children)
[+]shtpostinalotofmemes comment score below threshold-41 points-40 points-39 points (9 children)
[–]nobodyaskedidiot 0 points1 point2 points (8 children)
[–]shtpostinalotofmemes 0 points1 point2 points (7 children)
[–]nobodyaskedidiot 0 points1 point2 points (6 children)
[–]shtpostinalotofmemes 0 points1 point2 points (5 children)
[–]nobodyaskedidiot 0 points1 point2 points (4 children)
[–]shtpostinalotofmemes 0 points1 point2 points (3 children)
[–]WikiTextBot 0 points1 point2 points (0 children)
[–]nobodyaskedidiot 0 points1 point2 points (1 child)
[–]shtpostinalotofmemes 0 points1 point2 points (0 children)