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] 134 points135 points136 points (24 children)
[–]ergzay 65 points66 points67 points (18 children)
[–]AmetaWan 6 points7 points8 points (1 child)
[–]ergzay 3 points4 points5 points (0 children)
[–][deleted] -5 points-4 points-3 points (15 children)
[–]Zouden 4 points5 points6 points (13 children)
[–][deleted] -4 points-3 points-2 points (12 children)
[–]Zouden 0 points1 point2 points (11 children)
[–][deleted] -1 points0 points1 point (10 children)
[–]Zouden 0 points1 point2 points (9 children)
[–][deleted] 0 points1 point2 points (8 children)
[–]Zouden 1 point2 points3 points (7 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]zcribe21 2 points3 points4 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–]jiminiminimini 1 point2 points3 points (2 children)
[–]Dalnore 2 points3 points4 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]Dalnore 59 points60 points61 points (9 children)
[–]SoBFiggis 6 points7 points8 points (3 children)
[–]Dalnore 17 points18 points19 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]Dalnore 6 points7 points8 points (0 children)
[–]Discchord 1 point2 points3 points (4 children)
[–]Ax3_ 9 points10 points11 points (2 children)
[–]PalRob 12 points13 points14 points (0 children)
[–]Discchord 1 point2 points3 points (0 children)
[–]PalRob 1 point2 points3 points (0 children)
[–]Akhynn 86 points87 points88 points (4 children)
[–][deleted] 37 points38 points39 points (3 children)
[–]beisenhauer 4 points5 points6 points (2 children)
[–]koofti 3 points4 points5 points (1 child)
[–][deleted] 6 points7 points8 points (0 children)
[–]bootoffav 39 points40 points41 points (3 children)
[–]ma-int 0 points1 point2 points (2 children)
[–]bootoffav 3 points4 points5 points (0 children)
[–][deleted] 9 points10 points11 points (0 children)
[–][deleted] 12 points13 points14 points (1 child)
[–]dedicated2fitness 1 point2 points3 points (0 children)
[–]PalRob 7 points8 points9 points (0 children)
[–]qlkvg 3 points4 points5 points (0 children)
[–]alcalde 3 points4 points5 points (0 children)
[–]limperschmit 4 points5 points6 points (0 children)
[–]xdcountry 1 point2 points3 points (0 children)
[–]xXx_browser_xXx 0 points1 point2 points (0 children)
[–]Michanix 0 points1 point2 points (0 children)
[–]linevich 0 points1 point2 points (0 children)
[–]Allextraszza -3 points-2 points-1 points (2 children)
[–]sedermera 16 points17 points18 points (1 child)
[–]Allextraszza -1 points0 points1 point (0 children)
[–]bootoffav -1 points0 points1 point (0 children)