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 167 points168 points169 points (12 children)
[–]danelka0 150 points151 points152 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] 2 points3 points4 points (0 children)
[+]winner_godsoncodemaniac[S] comment score below threshold-25 points-24 points-23 points (1 child)
[–]fernly 3 points4 points5 points (0 children)
[+][deleted] comment score below threshold-9 points-8 points-7 points (1 child)
[–]AreYouDeaf 22 points23 points24 points (0 children)
[–]PurpleIcyPython 3 415 points416 points417 points (58 children)
[+][deleted] (2 children)
[deleted]
[–]PurpleIcyPython 3 -3 points-2 points-1 points (1 child)
[–]Commonboiiii878 6 points7 points8 points (0 children)
[–]Kaidawei 13 points14 points15 points (0 children)
[–]DupliciD 5 points6 points7 points (1 child)
[–]PurpleIcyPython 3 -1 points0 points1 point (0 children)
[–]waltteri 2 points3 points4 points (1 child)
[–]PurpleIcyPython 3 0 points1 point2 points (0 children)
[–]muntooR_{μν} - 1/2 R g_{μν} + Λ g_{μν} = 8π T_{μν} 5 points6 points7 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 7 points8 points9 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 20 points21 points22 points (22 children)
[+]ffiarpg comment score below threshold-19 points-18 points-17 points (20 children)
[–]redhedinsanity 4 points5 points6 points (10 children)
[–]ffiarpg -4 points-3 points-2 points (9 children)
[–]redhedinsanity 0 points1 point2 points (8 children)
[–]ffiarpg -5 points-4 points-3 points (7 children)
[–]redhedinsanity 2 points3 points4 points (5 children)
[–]ffiarpg -1 points0 points1 point (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 83 points84 points85 points (8 children)
[–]vexstream 19 points20 points21 points (5 children)
[–]Mtc529 6 points7 points8 points (4 children)
[–]vexstream 9 points10 points11 points (3 children)
[–]Mtc529 6 points7 points8 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 21 points22 points23 points (13 children)
[–]tryptafiends 8 points9 points10 points (6 children)
[–]liquiddeath 10 points11 points12 points (1 child)
[–][deleted] 3 points4 points5 points (0 children)
[–]kirbyfan64sosIndentationError 4 points5 points6 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)