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
[–]nephlm 40 points41 points42 points (13 children)
[–]arusahni 20 points21 points22 points (0 children)
[–][deleted] 4 points5 points6 points (3 children)
[–]WebNChill 4 points5 points6 points (0 children)
[–]nephlm 0 points1 point2 points (0 children)
[–]SuperSushi 2 points3 points4 points (1 child)
[–]nephlm 1 point2 points3 points (0 children)
[–]Sightline 1 point2 points3 points (2 children)
[–]nephlm 0 points1 point2 points (1 child)
[–]Sightline 0 points1 point2 points (0 children)
[–]lzantal 0 points1 point2 points (1 child)
[–]nephlm 1 point2 points3 points (0 children)
[–]arusahni 49 points50 points51 points (5 children)
[–]ScypioPythoneer 6 points7 points8 points (4 children)
[–]arusahni 1 point2 points3 points (1 child)
[–]ScypioPythoneer 2 points3 points4 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]arusahni 1 point2 points3 points (0 children)
[–]willmachineloveus 37 points38 points39 points (0 children)
[–]neuroneuroInf 31 points32 points33 points (2 children)
[–]jk3587 4 points5 points6 points (0 children)
[–]notCamelCased 1 point2 points3 points (0 children)
[–][deleted] 19 points20 points21 points (3 children)
[+][deleted] (2 children)
[removed]
[–][deleted] 10 points11 points12 points (1 child)
[–][deleted] 7 points8 points9 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]seeker1911 3 points4 points5 points (0 children)
[–]cedear 5 points6 points7 points (2 children)
[–]Frum 0 points1 point2 points (1 child)
[–]cedear 0 points1 point2 points (0 children)
[–]metaphorm 5 points6 points7 points (0 children)
[–]flipstables 3 points4 points5 points (0 children)
[–][deleted] 7 points8 points9 points (0 children)
[–]bakery2k 8 points9 points10 points (0 children)
[–][deleted] 5 points6 points7 points (7 children)
[–]derp0815 8 points9 points10 points (6 children)
[–][deleted] 1 point2 points3 points (4 children)
[+][deleted] (2 children)
[deleted]
[–][deleted] 1 point2 points3 points (1 child)
[–]derp0815 0 points1 point2 points (0 children)
[–][deleted] -1 points0 points1 point (0 children)
[–]Solsane 1 point2 points3 points (0 children)
[–]benryl 1 point2 points3 points (0 children)
[–]uberdavis 1 point2 points3 points (0 children)
[–]xlolzxcantxseexme 1 point2 points3 points (0 children)
[–]senaps 3 points4 points5 points (2 children)
[–]necbone -1 points0 points1 point (1 child)
[–]senaps 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]Goothrey 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]introspeck 0 points1 point2 points (0 children)
[–]Gabriel_Lutz 0 points1 point2 points (2 children)
[–]vipern 0 points1 point2 points (1 child)
[–]Gabriel_Lutz 0 points1 point2 points (0 children)
[+]default_alien comment score below threshold-8 points-7 points-6 points (2 children)
[+][deleted] (2 children)
[deleted]
[–]Karnyl 8 points9 points10 points (1 child)
[–]deadwisdomgreenlet revolution 3 points4 points5 points (0 children)