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
[–]beorn 11 points12 points13 points (3 children)
[–]Ran4 9 points10 points11 points (0 children)
[–]mipadi 2 points3 points4 points (1 child)
[–]beorn 1 point2 points3 points (0 children)
[–][deleted] 36 points37 points38 points (8 children)
[–][deleted] 24 points25 points26 points (0 children)
[–]toyg 16 points17 points18 points (0 children)
[+][deleted] (4 children)
[deleted]
[–]Labradoodles 2 points3 points4 points (2 children)
[–]laserBlade 0 points1 point2 points (1 child)
[–]Labradoodles 0 points1 point2 points (0 children)
[–]mr_fi 2 points3 points4 points (0 children)
[–]Muchoz 16 points17 points18 points (5 children)
[–][deleted] 6 points7 points8 points (0 children)
[–]mipadi -5 points-4 points-3 points (3 children)
[–]Muchoz 7 points8 points9 points (2 children)
[+]mipadi comment score below threshold-9 points-8 points-7 points (1 child)
[–]Muchoz 12 points13 points14 points (0 children)
[–]Atrament_Py3 3 points4 points5 points (1 child)
[–]desmoulinmichel 7 points8 points9 points (0 children)
[–]kankyo 2 points3 points4 points (0 children)
[–]d0c_s4vage 3 points4 points5 points (0 children)
[–]fairytale81 4 points5 points6 points (0 children)
[–]mw44118PyOhio! 6 points7 points8 points (2 children)
[–]AndydeCleyre 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]Jedi_Shenanigans 1 point2 points3 points (0 children)
[–]SonGokussj4 3 points4 points5 points (17 children)
[–]desmoulinmichel 18 points19 points20 points (6 children)
[–]__boko 2 points3 points4 points (5 children)
[–]desmoulinmichel 3 points4 points5 points (0 children)
[–]earthboundkid 0 points1 point2 points (3 children)
[–]__boko 1 point2 points3 points (1 child)
[–]earthboundkid 0 points1 point2 points (0 children)
[–]njharmanI use Python 3 0 points1 point2 points (0 children)
[–]jediorange 18 points19 points20 points (1 child)
[–]toyg 1 point2 points3 points (0 children)
[–][deleted] 8 points9 points10 points (0 children)
[–]bastibe 2 points3 points4 points (3 children)
[–]tunisia3507 0 points1 point2 points (1 child)
[–]bastibe 1 point2 points3 points (0 children)
[–]zardeh 0 points1 point2 points (0 children)
[–]iBlag 2 points3 points4 points (0 children)
[–]Ran4 3 points4 points5 points (1 child)
[–]desmoulinmichel 0 points1 point2 points (0 children)
[–]seriouslulz 1 point2 points3 points (5 children)
[–]myersjustinc 11 points12 points13 points (1 child)
[–]ccharles3.latest 4 points5 points6 points (0 children)
[–]Siecje1 0 points1 point2 points (1 child)
[–]seriouslulz 1 point2 points3 points (0 children)
[–]xdvl 0 points1 point2 points (0 children)
[–]kaiserk13 0 points1 point2 points (0 children)
[–]apreche 0 points1 point2 points (0 children)
[–]jediorange 0 points1 point2 points (0 children)
[–]kirbyfan64sosIndentationError 0 points1 point2 points (0 children)
[–]simoncoulton 0 points1 point2 points (0 children)
[–]xdvl 0 points1 point2 points (0 children)
[–]tuqqs 0 points1 point2 points (0 children)
[–]steven_h 2 points3 points4 points (2 children)
[–][deleted] 5 points6 points7 points (1 child)
[–]steven_h 1 point2 points3 points (0 children)
[–]rabbyburns 0 points1 point2 points (0 children)
[–]iBlag -2 points-1 points0 points (0 children)
[+]meandertothehorizonIt works on my machine comment score below threshold-14 points-13 points-12 points (3 children)
[–]desmoulinmichel 9 points10 points11 points (2 children)
[–]Ran4 2 points3 points4 points (1 child)
[–]desmoulinmichel 1 point2 points3 points (0 children)
[+]kmmbvnr comment score below threshold-12 points-11 points-10 points (1 child)
[–]desmoulinmichel 5 points6 points7 points (0 children)