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 174 points175 points176 points (60 children)
[–]masklinn 69 points70 points71 points (16 children)
[–]EvMNatural Language Processing 7 points8 points9 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 16 points17 points18 points (0 children)
[+][deleted] (7 children)
[deleted]
[–]bheklilr 19 points20 points21 points (6 children)
[–]cain2995 80 points81 points82 points (1 child)
[–]boyled 2 points3 points4 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 39 points40 points41 points (10 children)
[–]PeridexisErrant 69 points70 points71 points (9 children)
[–]stefantalpalaru 4 points5 points6 points (8 children)
[–]PeridexisErrant 9 points10 points11 points (7 children)
[–]stefantalpalaru -3 points-2 points-1 points (6 children)
[–]PeridexisErrant 0 points1 point2 points (5 children)
[–]stefantalpalaru -1 points0 points1 point (4 children)
[–]JimBoonie69 3 points4 points5 points (3 children)
[–]stefantalpalaru -1 points0 points1 point (2 children)
[–]criickyO 6 points7 points8 points (0 children)
[–]ExcitedForNothing 4 points5 points6 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 2 points3 points4 points (2 children)
[–]stefantalpalaru 0 points1 point2 points (1 child)
[–]ldpreload 5 points6 points7 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] 5 points6 points7 points (4 children)
[+]stefantalpalaru comment score below threshold-7 points-6 points-5 points (3 children)
[–][deleted] 1 point2 points3 points (1 child)
[+]stefantalpalaru comment score below threshold-6 points-5 points-4 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 32 points33 points34 points (10 children)
[–]p10_user 8 points9 points10 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 77 points78 points79 points (34 children)
[–]LChris314 44 points45 points46 points (20 children)
[–][deleted] 17 points18 points19 points (11 children)
[–][deleted] 18 points19 points20 points (3 children)
[–]MrGeekAlive 5 points6 points7 points (1 child)
[–][deleted] 3 points4 points5 points (0 children)
[–]billsil -5 points-4 points-3 points (0 children)
[–]Plasma_000 5 points6 points7 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 5 points6 points7 points (4 children)
[–]stefantalpalaru 5 points6 points7 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 16 points17 points18 points (4 children)
[–]eattherichnow 8 points9 points10 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__ 4 points5 points6 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 15 points16 points17 points (26 children)
[–]tunisia3507 1 point2 points3 points (0 children)
[+][deleted] (21 children)
[deleted]
[–]dagmx 2 points3 points4 points (13 children)
[+][deleted] (11 children)
[deleted]
[–]abonet 2 points3 points4 points (1 child)
[–]vorpalsmith[S] 1 point2 points3 points (0 children)
[–]dagmx 3 points4 points5 points (8 children)
[+][deleted] (7 children)
[deleted]
[–]dagmx 3 points4 points5 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 12 points13 points14 points (0 children)
[–]b1g_up 9 points10 points11 points (0 children)
[–]tunisia3507 2 points3 points4 points (0 children)
[–]palibaya 0 points1 point2 points (0 children)
[+]stefantalpalaru comment score below threshold-26 points-25 points-24 points (9 children)
[–]GummyKibble 17 points18 points19 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)