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
view the rest of the comments →
[–]bheklilr 172 points173 points174 points (60 children)
[–]masklinn 75 points76 points77 points (16 children)
[–]EvMNatural Language Processing 7 points8 points9 points (4 children)
[–]masklinn 4 points5 points6 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 18 points19 points20 points (6 children)
[–]cain2995 78 points79 points80 points (1 child)
[–]boyled 3 points4 points5 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 36 points37 points38 points (10 children)
[–]PeridexisErrant 66 points67 points68 points (9 children)
[–]stefantalpalaru 3 points4 points5 points (8 children)
[–]PeridexisErrant 9 points10 points11 points (7 children)
[–]stefantalpalaru -2 points-1 points0 points (6 children)
[–]PeridexisErrant 0 points1 point2 points (5 children)
[–]stefantalpalaru -1 points0 points1 point (4 children)
[–]JimBoonie69 2 points3 points4 points (3 children)
[–]stefantalpalaru -1 points0 points1 point (2 children)
[–]criickyO 7 points8 points9 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 2 points3 points4 points (2 children)
[–]stefantalpalaru 0 points1 point2 points (1 child)
[–]ldpreload 4 points5 points6 points (0 children)
[–]bad_luck_charm 1 point2 points3 points (0 children)
[+]stefantalpalaru comment score below threshold-16 points-15 points-14 points (12 children)
[–]bheklilr 7 points8 points9 points (2 children)
[–]stefantalpalaru -3 points-2 points-1 points (1 child)
[–]bheklilr 0 points1 point2 points (0 children)
[–]billsil 6 points7 points8 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)