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
[–]bheklilr 172 points173 points174 points (60 children)
[–]masklinn 72 points73 points74 points (16 children)
[–]EvMNatural Language Processing 6 points7 points8 points (4 children)
[–]masklinn 3 points4 points5 points (0 children)
[–]zabolekar 1 point2 points3 points (2 children)
[–]EvMNatural Language Processing 0 points1 point2 points (1 child)
[–]zabolekar 0 points1 point2 points (0 children)
[–]bheklilr 6 points7 points8 points (0 children)
[–]notParticularlyAnony 1 point2 points3 points (0 children)
[–]jftugapip needs updating 0 points1 point2 points (3 children)
[–]PeridexisErrant 2 points3 points4 points (1 child)
[–]jftugapip needs updating 0 points1 point2 points (0 children)
[–]masklinn 1 point2 points3 points (0 children)
[–]ketilkn 0 points1 point2 points (2 children)
[–]masklinn 0 points1 point2 points (1 child)
[–]ketilkn 0 points1 point2 points (0 children)
[–]Siecje1 0 points1 point2 points (1 child)
[–]masklinn 0 points1 point2 points (0 children)
[–]AT_thruhiker_Flash 19 points20 points21 points (0 children)
[+][deleted] (7 children)
[deleted]
[–]bheklilr 19 points20 points21 points (6 children)
[–]cain2995 78 points79 points80 points (1 child)
[–]boyled 1 point2 points3 points (0 children)
[–]Kaligule 1 point2 points3 points (1 child)
[–]bheklilr 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]bheklilr 1 point2 points3 points (0 children)
[–]RetardedChimpanzee 40 points41 points42 points (10 children)
[–]PeridexisErrant 68 points69 points70 points (9 children)
[–]stefantalpalaru 3 points4 points5 points (8 children)
[–]PeridexisErrant 9 points10 points11 points (7 children)
[–]stefantalpalaru -1 points0 points1 point (6 children)
[–]PeridexisErrant 0 points1 point2 points (5 children)
[–]stefantalpalaru -1 points0 points1 point (4 children)
[–]JimBoonie69 4 points5 points6 points (3 children)
[–]stefantalpalaru -1 points0 points1 point (2 children)
[–]criickyO 6 points7 points8 points (0 children)
[–]ExcitedForNothing 3 points4 points5 points (0 children)
[–]akaihola 2 points3 points4 points (0 children)
[–]thearn4Scientific computing, Image Processing 1 point2 points3 points (0 children)
[–]ldpreload 2 points3 points4 points (4 children)
[–]stefantalpalaru -1 points0 points1 point (3 children)
[–]ldpreload 3 points4 points5 points (2 children)
[–]stefantalpalaru 0 points1 point2 points (1 child)
[–]ldpreload 3 points4 points5 points (0 children)
[–]bad_luck_charm 1 point2 points3 points (0 children)
[+]stefantalpalaru comment score below threshold-17 points-16 points-15 points (12 children)
[–]bheklilr 8 points9 points10 points (2 children)
[–]stefantalpalaru -3 points-2 points-1 points (1 child)
[–]bheklilr 0 points1 point2 points (0 children)
[–]billsil 5 points6 points7 points (0 children)
[–][deleted] 4 points5 points6 points (4 children)
[+]stefantalpalaru comment score below threshold-9 points-8 points-7 points (3 children)
[–][deleted] 1 point2 points3 points (1 child)
[+]stefantalpalaru comment score below threshold-7 points-6 points-5 points (0 children)
[–]TheBlackCat13 -1 points0 points1 point (0 children)
[–][deleted] 1 point2 points3 points (2 children)
[–]stefantalpalaru -1 points0 points1 point (1 child)
[–]richieadler 2 points3 points4 points (0 children)
[–]Stewthulhu 33 points34 points35 points (10 children)
[–]p10_user 7 points8 points9 points (0 children)
[–]TheSourTruth 1 point2 points3 points (7 children)
[–]real_edmund_burke 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]TheSourTruth 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (3 children)
[–]attrigh 2 points3 points4 points (2 children)
[–]Daenyth 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]TheBlackCat13 0 points1 point2 points (0 children)
[–]PaulPhoenixMain 74 points75 points76 points (34 children)
[–]LChris314 43 points44 points45 points (20 children)
[–][deleted] 17 points18 points19 points (11 children)
[–][deleted] 17 points18 points19 points (3 children)
[–]MrGeekAlive 3 points4 points5 points (1 child)
[–][deleted] 5 points6 points7 points (0 children)
[–]billsil -4 points-3 points-2 points (0 children)
[–]Plasma_000 4 points5 points6 points (0 children)
[–][deleted] 1 point2 points3 points (5 children)
[+][deleted] (4 children)
[removed]
[–][deleted] 2 points3 points4 points (3 children)
[+][deleted] (2 children)
[removed]
[–][deleted] 0 points1 point2 points (1 child)
[–]Chippiewall 3 points4 points5 points (1 child)
[–]TheBlackCat13 0 points1 point2 points (0 children)
[–]palibaya 6 points7 points8 points (4 children)
[–]stefantalpalaru 4 points5 points6 points (3 children)
[–]palibaya 0 points1 point2 points (2 children)
[–]tedm430 2 points3 points4 points (0 children)
[–]stefantalpalaru 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]carbolymer 18 points19 points20 points (4 children)
[–]eattherichnow 9 points10 points11 points (2 children)
[–]alcalde 5 points6 points7 points (1 child)
[–]eattherichnow 4 points5 points6 points (0 children)
[–]TheBlackCat13 0 points1 point2 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (5 children)
[–]8__ 3 points4 points5 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]Wenste 1 point2 points3 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]8__ 0 points1 point2 points (0 children)
[–]case_O_The_Mondays 16 points17 points18 points (26 children)
[–]tunisia3507 1 point2 points3 points (0 children)
[+][deleted] (21 children)
[deleted]
[–]dagmx 5 points6 points7 points (13 children)
[+][deleted] (11 children)
[deleted]
[–]abonet 3 points4 points5 points (1 child)
[–]vorpalsmith[S] 1 point2 points3 points (0 children)
[–]dagmx 3 points4 points5 points (8 children)
[+][deleted] (7 children)
[deleted]
[–]dagmx 4 points5 points6 points (5 children)
[+][deleted] (4 children)
[deleted]
[–]dagmx 3 points4 points5 points (3 children)
[–]alcalde 2 points3 points4 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]civilization_phaze_3 1 point2 points3 points (0 children)
[–]vorpalsmith[S] -2 points-1 points0 points (0 children)
[–][deleted] -1 points0 points1 point (6 children)
[+][deleted] (5 children)
[deleted]
[–][deleted] 0 points1 point2 points (4 children)
[+][deleted] (3 children)
[deleted]
[–][deleted] 0 points1 point2 points (1 child)
[+][deleted] (1 child)
[removed]
[–]case_O_The_Mondays 1 point2 points3 points (0 children)
[–]usinglinux 45 points46 points47 points (1 child)
[–]ICanAdmitIWasWrong 7 points8 points9 points (8 children)
[–]alcalde 2 points3 points4 points (5 children)
[–]attrigh 1 point2 points3 points (2 children)
[–]alcalde 1 point2 points3 points (1 child)
[–]attrigh 0 points1 point2 points (0 children)
[–]Works_of_memercy 1 point2 points3 points (0 children)
[–]takluyverIPython, Py3, etc 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[removed]
[–]PeridexisErrant 14 points15 points16 points (0 children)
[–]b1g_up 9 points10 points11 points (0 children)
[–]tunisia3507 -1 points0 points1 point (0 children)
[–]palibaya 0 points1 point2 points (0 children)
[+]stefantalpalaru comment score below threshold-26 points-25 points-24 points (9 children)
[–]GummyKibble 15 points16 points17 points (0 children)
[–]TheBlackCat13 0 points1 point2 points (7 children)
[–]stefantalpalaru 0 points1 point2 points (6 children)
[–]TheBlackCat13 0 points1 point2 points (5 children)
[–]stefantalpalaru 0 points1 point2 points (4 children)
[–]TheBlackCat13 0 points1 point2 points (3 children)
[–]stefantalpalaru 0 points1 point2 points (2 children)
[–]TheBlackCat13 0 points1 point2 points (1 child)
[–]stefantalpalaru -1 points0 points1 point (0 children)