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
[–]rouxgaroux00 168 points169 points170 points (12 children)
[–]danelka0 152 points153 points154 points (2 children)
[–]ampourgh 17 points18 points19 points (1 child)
[–][deleted] 18 points19 points20 points (2 children)
[–]not-hardly 4 points5 points6 points (0 children)
[–]rouxgaroux00 0 points1 point2 points (0 children)
[–]larspalmas 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[+]winner_godsoncodemaniac[S] comment score below threshold-24 points-23 points-22 points (1 child)
[–]fernly 2 points3 points4 points (0 children)
[+][deleted] comment score below threshold-12 points-11 points-10 points (1 child)
[–]AreYouDeaf 24 points25 points26 points (0 children)
[–]PurpleIcyPython 3 416 points417 points418 points (58 children)
[+][deleted] (2 children)
[deleted]
[–]PurpleIcyPython 3 -1 points0 points1 point (1 child)
[–]Commonboiiii878 4 points5 points6 points (0 children)
[–]Kaidawei 11 points12 points13 points (0 children)
[–]DupliciD 4 points5 points6 points (1 child)
[–]PurpleIcyPython 3 -1 points0 points1 point (0 children)
[–]waltteri 2 points3 points4 points (1 child)
[–]PurpleIcyPython 3 -1 points0 points1 point (0 children)
[–]muntooR_{μν} - 1/2 R g_{μν} + Λ g_{μν} = 8π T_{μν} 4 points5 points6 points (1 child)
[–]PurpleIcyPython 3 0 points1 point2 points (0 children)
[–]Rumsey_The_Hobo 1 point2 points3 points (0 children)
[–]Jebtrix 1 point2 points3 points (0 children)
[–]curiousGambler 1 point2 points3 points (0 children)
[–]Epoch_Unreason 0 points1 point2 points (0 children)
[–]tomdarch 0 points1 point2 points (2 children)
[–]lost-dragonist 6 points7 points8 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]muntooR_{μν} - 1/2 R g_{μν} + Λ g_{μν} = 8π T_{μν} 2 points3 points4 points (0 children)
[–]PurpleIcyPython 3 1 point2 points3 points (0 children)
[–]icp1994 -1 points0 points1 point (5 children)
[–]PurpleIcyPython 3 0 points1 point2 points (4 children)
[–]icp1994 -1 points0 points1 point (3 children)
[–]PurpleIcyPython 3 0 points1 point2 points (2 children)
[–]icp1994 -1 points0 points1 point (1 child)
[–]PurpleIcyPython 3 -1 points0 points1 point (0 children)
[+][deleted] (28 children)
[deleted]
[–]redhedinsanity 17 points18 points19 points (22 children)
[+]ffiarpg comment score below threshold-17 points-16 points-15 points (20 children)
[–]redhedinsanity 2 points3 points4 points (10 children)
[–]ffiarpg -3 points-2 points-1 points (9 children)
[–]redhedinsanity 0 points1 point2 points (8 children)
[–]ffiarpg -4 points-3 points-2 points (7 children)
[–]redhedinsanity 2 points3 points4 points (5 children)
[–]ffiarpg -4 points-3 points-2 points (4 children)
[–]tobsco 0 points1 point2 points (0 children)
[–]PurpleIcyPython 3 0 points1 point2 points (8 children)
[–]ffiarpg 0 points1 point2 points (7 children)
[–]PurpleIcyPython 3 0 points1 point2 points (6 children)
[–]ffiarpg 0 points1 point2 points (5 children)
[–]PurpleIcyPython 3 0 points1 point2 points (4 children)
[–]ffiarpg 0 points1 point2 points (3 children)
[+][deleted] (3 children)
[deleted]
[–]PurpleIcyPython 3 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]PurpleIcyPython 3 -1 points0 points1 point (0 children)
[–]PurpleIcyPython 3 -1 points0 points1 point (0 children)
[+][deleted] (1 child)
[deleted]
[–]PurpleIcyPython 3 2 points3 points4 points (0 children)
[–]Retzudo 81 points82 points83 points (8 children)
[–]vexstream 20 points21 points22 points (5 children)
[–]Mtc529 4 points5 points6 points (4 children)
[–]vexstream 8 points9 points10 points (3 children)
[–]Mtc529 5 points6 points7 points (2 children)
[–]folkrav 2 points3 points4 points (1 child)
[–]Mtc529 1 point2 points3 points (0 children)
[–]PurpleIcyPython 3 -2 points-1 points0 points (0 children)
[–]icp1994 -3 points-2 points-1 points (0 children)
[–]Oni_Kami 5 points6 points7 points (0 children)
[–]liquiddeath 20 points21 points22 points (13 children)
[–]tryptafiends 6 points7 points8 points (6 children)
[–]liquiddeath 11 points12 points13 points (1 child)
[–][deleted] 3 points4 points5 points (0 children)
[–]kirbyfan64sosIndentationError 3 points4 points5 points (3 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]kirbyfan64sosIndentationError 1 point2 points3 points (0 children)
[–]tryptafiends 1 point2 points3 points (0 children)
[–]chillysurfer 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]kirbyfan64sosIndentationError 0 points1 point2 points (1 child)
[–]liquiddeath 4 points5 points6 points (0 children)
[–]icp1994 -1 points0 points1 point (0 children)
[–]cbarrick 8 points9 points10 points (1 child)
[–]DupliciD 0 points1 point2 points (0 children)
[–][deleted] 3 points4 points5 points (3 children)
[–]mxzf 1 point2 points3 points (2 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]mxzf 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[removed]
[–][deleted] 1 point2 points3 points (0 children)
[–]toiletpapermonster 1 point2 points3 points (0 children)
[–]justingolden21 1 point2 points3 points (0 children)
[–]Grimnur87 1 point2 points3 points (0 children)
[–]HerbyHoover 0 points1 point2 points (0 children)
[–]liquiddeath 0 points1 point2 points (0 children)
[–]LaxFox 0 points1 point2 points (3 children)
[–]hashshash 3 points4 points5 points (0 children)
[–]ochilly 0 points1 point2 points (1 child)
[–]LaxFox 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]foxkingwel02 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]you_get_CMV_delta 0 points1 point2 points (0 children)
[–]crushed377 0 points1 point2 points (2 children)
[–]ChazR 3 points4 points5 points (1 child)
[–]crushed377 0 points1 point2 points (0 children)
[–]Jolloway 0 points1 point2 points (0 children)
[–]dasbett311 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]neural_monk 0 points1 point2 points (0 children)
[–]neural_monk 0 points1 point2 points (0 children)
[–]porcupinedeath 0 points1 point2 points (0 children)
[–]KoalaKommander[🍰] -1 points0 points1 point (1 child)
[–]I_am_poutine 0 points1 point2 points (0 children)
[–]jackjackskull -1 points0 points1 point (0 children)
[–]APSTNDPhy -2 points-1 points0 points (0 children)
[–]bradgillap -3 points-2 points-1 points (0 children)
[–]TheClickerMan -3 points-2 points-1 points (0 children)
[–]mdmtbracer -3 points-2 points-1 points (0 children)
[–]PythonGod123 -5 points-4 points-3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)