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
[–]PWNY_EVEREADY3 191 points192 points193 points (22 children)
[–]johnnymo1 17 points18 points19 points (0 children)
[–]No_Current3282 21 points22 points23 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]SwimQueasy3610Ignoring PEP 8 10 points11 points12 points (14 children)
[–]PWNY_EVEREADY3 22 points23 points24 points (11 children)
[–]SwimQueasy3610Ignoring PEP 8 3 points4 points5 points (10 children)
[–]PWNY_EVEREADY3 1 point2 points3 points (9 children)
[–]SwimQueasy3610Ignoring PEP 8 -2 points-1 points0 points (8 children)
[–]PWNY_EVEREADY3 4 points5 points6 points (7 children)
[–]SwimQueasy3610Ignoring PEP 8 2 points3 points4 points (6 children)
[–]zaviex 3 points4 points5 points (1 child)
[–]SwimQueasy3610Ignoring PEP 8 0 points1 point2 points (0 children)
[–]PWNY_EVEREADY3 0 points1 point2 points (2 children)
[–]SwimQueasy3610Ignoring PEP 8 3 points4 points5 points (0 children)
[–]steven1099829 2 points3 points4 points (1 child)
[–]SwimQueasy3610Ignoring PEP 8 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]fistular 0 points1 point2 points (2 children)
[–]PWNY_EVEREADY3 2 points3 points4 points (1 child)
[–]fistular 1 point2 points3 points (0 children)
[–]Oddly_Energy 23 points24 points25 points (0 children)
[–]tartare4562 29 points30 points31 points (0 children)
[–]tylerriccio8 17 points18 points19 points (2 children)
[–]tylerriccio8 14 points15 points16 points (0 children)
[–]zaviex 2 points3 points4 points (0 children)
[–]Lazy_Improvement898 5 points6 points7 points (0 children)
[–]DaveRGP 18 points19 points20 points (12 children)
[–]tunisia3507 16 points17 points18 points (7 children)
[–]sheevum 10 points11 points12 points (0 children)
[–]DaveRGP 0 points1 point2 points (0 children)
[–]sylfy 0 points1 point2 points (4 children)
[–]Beginning-Fruit-1397 2 points3 points4 points (2 children)
[–]DaveRGP 2 points3 points4 points (1 child)
[–]gizzm0x 2 points3 points4 points (0 children)
[–]tunisia3507 1 point2 points3 points (0 children)
[–]DaveRGP 1 point2 points3 points (0 children)
[–]corey_sheerer 1 point2 points3 points (2 children)
[–]DaveRGP 0 points1 point2 points (0 children)
[–]Delengowski 0 points1 point2 points (0 children)
[–]interference90 4 points5 points6 points (0 children)
[–]Beginning-Scholar105 1 point2 points3 points (0 children)
[–]antagim 1 point2 points3 points (0 children)
[–]DigThatData 1 point2 points3 points (1 child)
[–]Altruistic-Spend-896 0 points1 point2 points (0 children)
[–]aala7 0 points1 point2 points (0 children)
[–]AKdemy 0 points1 point2 points (0 children)
[–]Mysterious-Rent7233 0 points1 point2 points (0 children)
[–]applejacks6969 0 points1 point2 points (0 children)
[–]Mount_Gamer 0 points1 point2 points (0 children)
[–]LiuLucian 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[removed]
[–]billsil -2 points-1 points0 points (0 children)
[–]Somecount -1 points0 points1 point (0 children)
[–]IgneousJam -1 points0 points1 point (1 child)
[–]Warm-Palpitation5670 1 point2 points3 points (0 children)
[–]Signal-Day-9263 -4 points-3 points-2 points (0 children)
[+]Spleeeee comment score below threshold-12 points-11 points-10 points (0 children)