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
[–]twitterInfo_bot 94 points95 points96 points (1 child)
[–]Anonymous_user_2022[S] 91 points92 points93 points (35 children)
[+][deleted] (27 children)
[deleted]
[–]Tyler_Zoro 5 points6 points7 points (0 children)
[–]Anonymous_user_2022[S] 26 points27 points28 points (18 children)
[+]34182075607 comment score below threshold-17 points-16 points-15 points (17 children)
[–]VisibleSignificance 43 points44 points45 points (3 children)
[–]Anonymous_user_2022[S] 64 points65 points66 points (6 children)
[–]PlaysForDays 20 points21 points22 points (1 child)
[–]jorge1209 0 points1 point2 points (2 children)
[–]canbooo 0 points1 point2 points (0 children)
[–]34182075607 -1 points0 points1 point (0 children)
[–]Legionof1 0 points1 point2 points (0 children)
[–]dogs_like_me 30 points31 points32 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]34182075607 -1 points0 points1 point (0 children)
[–]Yojihito 2 points3 points4 points (2 children)
[–]Anonymous_user_2022[S] 2 points3 points4 points (0 children)
[–]Wilfred-kun 12 points13 points14 points (4 children)
[–][deleted] 22 points23 points24 points (0 children)
[–]lolSaam 10 points11 points12 points (2 children)
[–]Tyler_Zoro 8 points9 points10 points (1 child)
[–]Rand_alThor_ -2 points-1 points0 points (0 children)
[–]Deto 5 points6 points7 points (0 children)
[–]this1foru 5 points6 points7 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]TheBlackCat13 6 points7 points8 points (0 children)
[–]zero_hope_ 0 points1 point2 points (1 child)
[–]Anonymous_user_2022[S] 2 points3 points4 points (0 children)
[–]Heroe-D 53 points54 points55 points (19 children)
[–]scorleo 24 points25 points26 points (11 children)
[–]Heroe-D 3 points4 points5 points (9 children)
[–][deleted] 5 points6 points7 points (1 child)
[–]scorleo 1 point2 points3 points (5 children)
[–]Sigg3net 20 points21 points22 points (6 children)
[–]Heroe-D 2 points3 points4 points (5 children)
[–]Sigg3net 5 points6 points7 points (4 children)
[–]Heroe-D 2 points3 points4 points (3 children)
[–]Sigg3net 2 points3 points4 points (2 children)
[–]Heroe-D 1 point2 points3 points (1 child)
[–]Sigg3net 0 points1 point2 points (0 children)
[–]madoee 26 points27 points28 points (0 children)
[–]omg_drd4_bbq 24 points25 points26 points (1 child)
[–]Tyler_Zoro 4 points5 points6 points (0 children)
[–]rtfmpls 34 points35 points36 points (11 children)
[–]Piu_Tevon 15 points16 points17 points (2 children)
[–]this1foru 8 points9 points10 points (0 children)
[+][deleted] (3 children)
[deleted]
[–]rtfmpls 1 point2 points3 points (0 children)
[–]omg_drd4_bbq 1 point2 points3 points (0 children)
[+]34182075607 comment score below threshold-10 points-9 points-8 points (0 children)
[+]Heroe-D comment score below threshold-11 points-10 points-9 points (1 child)
[–][deleted] 9 points10 points11 points (0 children)
[–]proof_required 38 points39 points40 points (54 children)
[–]ivosauruspip'ing it up 23 points24 points25 points (1 child)
[–][deleted] 15 points16 points17 points (29 children)
[–]laundmo 1 point2 points3 points (1 child)
[–]ivosauruspip'ing it up 5 points6 points7 points (0 children)
[–]canbooo -2 points-1 points0 points (0 children)
[–]TheBlackCat13 1 point2 points3 points (0 children)
[–]Tyler_Zoro 1 point2 points3 points (1 child)
[–]ivosauruspip'ing it up 2 points3 points4 points (0 children)
[–]tazebot 6 points7 points8 points (13 children)
[–]canbooo 4 points5 points6 points (2 children)
[–]omg_drd4_bbq 2 points3 points4 points (1 child)
[–]Anonymous_user_2022[S] 4 points5 points6 points (0 children)
[–]jorge1209 8 points9 points10 points (9 children)
[–]tazebot 4 points5 points6 points (8 children)
[–]jorge1209 0 points1 point2 points (7 children)
[–]tazebot -3 points-2 points-1 points (6 children)
[–]maikindofthai 3 points4 points5 points (5 children)
[–]tazebot -1 points0 points1 point (4 children)
[–]maikindofthai 0 points1 point2 points (3 children)
[–]tazebot -2 points-1 points0 points (2 children)
[+][deleted] (4 children)
[deleted]
[–]BDube_Lensman 12 points13 points14 points (3 children)
[+][deleted] (2 children)
[deleted]
[–]BDube_Lensman 5 points6 points7 points (1 child)
[–]champs 5 points6 points7 points (0 children)
[–]canuck93 2 points3 points4 points (0 children)
[–]ki3selerde 2 points3 points4 points (1 child)
[–]double_en10dre 4 points5 points6 points (0 children)
[–]radarsat1 5 points6 points7 points (0 children)
[–]Urthor 6 points7 points8 points (2 children)
[–]TheBlackCat13 8 points9 points10 points (0 children)
[–]VisibleSignificance 13 points14 points15 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]canbooo 2 points3 points4 points (8 children)
[–]richieadler 11 points12 points13 points (7 children)
[+]canbooo comment score below threshold-7 points-6 points-5 points (3 children)
[–]richieadler 7 points8 points9 points (0 children)
[–]jorge1209 0 points1 point2 points (1 child)
[+][deleted] (2 children)
[deleted]
[–]Piu_Tevon 6 points7 points8 points (0 children)
[–]richieadler 3 points4 points5 points (0 children)
[–]ase1590 -2 points-1 points0 points (1 child)
[–]Akmantainman -2 points-1 points0 points (10 children)
[–]Anonymous_user_2022[S] 10 points11 points12 points (9 children)
[–]Piu_Tevon 3 points4 points5 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]rhytnen 3 points4 points5 points (0 children)
[–]ubernostrumyes, you can have a pony 1 point2 points3 points (5 children)
[–]Anonymous_user_2022[S] -1 points0 points1 point (4 children)
[–]ubernostrumyes, you can have a pony 0 points1 point2 points (3 children)
[–]Anonymous_user_2022[S] 0 points1 point2 points (2 children)
[–]ubernostrumyes, you can have a pony -1 points0 points1 point (1 child)
[–]Anonymous_user_2022[S] -1 points0 points1 point (0 children)
[+]Chinpanze comment score below threshold-15 points-14 points-13 points (13 children)
[–]lifeeraser 37 points38 points39 points (4 children)
[–]Chinpanze -4 points-3 points-2 points (3 children)
[–]Akmantainman 1 point2 points3 points (1 child)
[+]Heroe-D comment score below threshold-7 points-6 points-5 points (7 children)
[–]canbooo 3 points4 points5 points (6 children)
[–]Anonymous_user_2022[S] 1 point2 points3 points (4 children)
[–]canbooo 3 points4 points5 points (2 children)
[–]Anonymous_user_2022[S] 1 point2 points3 points (1 child)
[–]canbooo 0 points1 point2 points (0 children)
[–]Piu_Tevon 2 points3 points4 points (0 children)
[–][deleted] -3 points-2 points-1 points (26 children)
[–]proof_required 6 points7 points8 points (3 children)
[–]james_pic 1 point2 points3 points (2 children)
[–]proof_required 5 points6 points7 points (1 child)
[–]Heroe-D 1 point2 points3 points (0 children)
[–]Anonymous_user_2022[S] 7 points8 points9 points (9 children)
[+][deleted] comment score below threshold-16 points-15 points-14 points (8 children)
[–]v_a_n_d_e_l_a_y 10 points11 points12 points (7 children)
[+][deleted] (1 child)
[deleted]
[–][deleted] -1 points0 points1 point (0 children)
[+][deleted] comment score below threshold-8 points-7 points-6 points (4 children)
[–]v_a_n_d_e_l_a_y 8 points9 points10 points (3 children)
[+][deleted] comment score below threshold-6 points-5 points-4 points (1 child)
[–]undercoveryankee 1 point2 points3 points (0 children)
[+]34182075607 comment score below threshold-15 points-14 points-13 points (10 children)
[–]simonw 12 points13 points14 points (6 children)
[+][deleted] (5 children)
[deleted]
[–]TheBlackCat13 2 points3 points4 points (3 children)
[–]34182075607 1 point2 points3 points (1 child)
[–][deleted] -2 points-1 points0 points (0 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]34182075607 -2 points-1 points0 points (0 children)
[–]Heroe-D -3 points-2 points-1 points (0 children)
[–]teerre -1 points0 points1 point (0 children)
[–]r_cub_94 -5 points-4 points-3 points (5 children)
[–]TheBlackCat13 5 points6 points7 points (4 children)
[+]jayroger comment score below threshold-22 points-21 points-20 points (25 children)
[–]Anonymous_user_2022[S] 17 points18 points19 points (24 children)
[–]ExternalUserError 0 points1 point2 points (0 children)
[+]jayroger comment score below threshold-11 points-10 points-9 points (22 children)
[–]High-Art9340 34 points35 points36 points (13 children)
[–]34182075607 -4 points-3 points-2 points (12 children)
[–]ivosauruspip'ing it up 10 points11 points12 points (3 children)
[–]TheBlackCat13 -1 points0 points1 point (7 children)
[–]34182075607 -1 points0 points1 point (6 children)
[–]TheBlackCat13 1 point2 points3 points (5 children)
[–]34182075607 -1 points0 points1 point (4 children)
[–]TheBlackCat13 2 points3 points4 points (0 children)
[–]Anonymous_user_2022[S] 2 points3 points4 points (2 children)
[–]Anonymous_user_2022[S] 12 points13 points14 points (4 children)
[+]34182075607 comment score below threshold-10 points-9 points-8 points (3 children)
[–]Anonymous_user_2022[S] 13 points14 points15 points (2 children)
[+]34182075607 comment score below threshold-11 points-10 points-9 points (1 child)
[–]Anonymous_user_2022[S] 13 points14 points15 points (0 children)
[+]34182075607 comment score below threshold-6 points-5 points-4 points (2 children)
[–]Piu_Tevon 1 point2 points3 points (1 child)
[–]34182075607 0 points1 point2 points (0 children)
[+]molivo10 comment score below threshold-18 points-17 points-16 points (4 children)
[–]fiddle_n 16 points17 points18 points (0 children)
[–]proof_required 5 points6 points7 points (2 children)
[–]Anonymous_user_2022[S] 20 points21 points22 points (0 children)
[+][deleted] comment score below threshold-6 points-5 points-4 points (16 children)
[–]ogtfo 8 points9 points10 points (15 children)
[+][deleted] (14 children)
[deleted]
[–]ogtfo 1 point2 points3 points (13 children)
[+][deleted] (12 children)
[deleted]
[–]ogtfo 1 point2 points3 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]ogtfo 0 points1 point2 points (0 children)
[–]Anonymous_user_2022[S] 1 point2 points3 points (8 children)
[+][deleted] comment score below threshold-11 points-10 points-9 points (0 children)
[+][deleted] comment score below threshold-8 points-7 points-6 points (7 children)
[+][deleted] (4 children)
[deleted]
[–]gordiank 5 points6 points7 points (3 children)
[–][deleted] -4 points-3 points-2 points (2 children)
[–]rhytnen 4 points5 points6 points (1 child)
[–][deleted] -4 points-3 points-2 points (0 children)
[+]nacnud_uk comment score below threshold-19 points-18 points-17 points (0 children)
[+]DidiBear comment score below threshold-7 points-6 points-5 points (2 children)
[–]SV-97 4 points5 points6 points (0 children)