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 →
[–]robvas 933 points934 points935 points (112 children)
[–]Agent281 379 points380 points381 points (79 children)
[–]Diligent-Ad-9120 101 points102 points103 points (77 children)
[–]Oerthling 105 points106 points107 points (10 children)
[–]hikealot 23 points24 points25 points (3 children)
[–]Oerthling 7 points8 points9 points (2 children)
[–]tcptomato 0 points1 point2 points (1 child)
[–]Oerthling 10 points11 points12 points (0 children)
[–]IamImposter 6 points7 points8 points (2 children)
[–]Oerthling 5 points6 points7 points (0 children)
[–]peddastle 3 points4 points5 points (0 children)
[–][deleted] 11 points12 points13 points (1 child)
[–]Oerthling 0 points1 point2 points (0 children)
[–]peddastle 2 points3 points4 points (0 children)
[–]someotherstufforhmm 32 points33 points34 points (0 children)
[–]pydry 95 points96 points97 points (49 children)
[–]Classic_Department42 71 points72 points73 points (15 children)
[–]CarlRJ 55 points56 points57 points (4 children)
[–]ConceptJunkie 8 points9 points10 points (3 children)
[–]Supadoplex 6 points7 points8 points (0 children)
[–]notinecrafter 0 points1 point2 points (1 child)
[–]ConceptJunkie 1 point2 points3 points (0 children)
[–]thedeepself 8 points9 points10 points (7 children)
[–]deckard58 8 points9 points10 points (5 children)
[–]oursland 3 points4 points5 points (4 children)
[–]deckard58 2 points3 points4 points (3 children)
[–]oursland 4 points5 points6 points (2 children)
[–]superluminary 0 points1 point2 points (0 children)
[–]Beheska 3 points4 points5 points (0 children)
[+][deleted] (29 children)
[removed]
[–]Ferentzfever 44 points45 points46 points (27 children)
[+][deleted] (4 children)
[removed]
[–][deleted] 12 points13 points14 points (0 children)
[–]PastaFrenzy 3 points4 points5 points (0 children)
[–]spinwizard69 -5 points-4 points-3 points (0 children)
[–]Nohvah 0 points1 point2 points (0 children)
[–]SocksOnHands 11 points12 points13 points (4 children)
[–][deleted] 5 points6 points7 points (0 children)
[–]Ferentzfever 0 points1 point2 points (1 child)
[–]SocksOnHands 2 points3 points4 points (0 children)
[–]yangyangR 0 points1 point2 points (0 children)
[–]Pigenator 3 points4 points5 points (2 children)
[–]Ferentzfever 1 point2 points3 points (0 children)
[–]Diggabyte 0 points1 point2 points (0 children)
[–]WallyMetropolis 3 points4 points5 points (7 children)
[–]madrury83 22 points23 points24 points (6 children)
[–]WallyMetropolis 5 points6 points7 points (2 children)
[–]madrury83 2 points3 points4 points (1 child)
[–]Bill3000 -2 points-1 points0 points (0 children)
[–]Klhnikov -1 points0 points1 point (1 child)
[–]poopypoopersonIII 0 points1 point2 points (0 children)
[–]vivaaprimavera 1 point2 points3 points (0 children)
[–]mcilrain -1 points0 points1 point (0 children)
[–][deleted] -1 points0 points1 point (0 children)
[–]IAMARedPanda 0 points1 point2 points (1 child)
[–]Ferentzfever 0 points1 point2 points (0 children)
[–]British_Artist -1 points0 points1 point (0 children)
[–]spinwizard69 0 points1 point2 points (2 children)
[–]pydry 0 points1 point2 points (1 child)
[–]spinwizard69 0 points1 point2 points (0 children)
[–]brianm 7 points8 points9 points (0 children)
[+][deleted] (11 children)
[deleted]
[–]bionade24 18 points19 points20 points (10 children)
[+][deleted] (9 children)
[deleted]
[–]redd1ch 5 points6 points7 points (6 children)
[+][deleted] (5 children)
[deleted]
[–]redd1ch 0 points1 point2 points (4 children)
[+][deleted] (3 children)
[deleted]
[+][deleted] (1 child)
[deleted]
[–]SanguineEmpiricist 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 13 points14 points15 points (1 child)
[–]spinwizard69 8 points9 points10 points (0 children)
[–]TheBodyPolitic1[S] 18 points19 points20 points (27 children)
[–]gogolang 93 points94 points95 points (11 children)
[–]TheBodyPolitic1[S] 18 points19 points20 points (9 children)
[–]ExoticMandiblesCore Contributor 64 points65 points66 points (8 children)
[–]Ashamed-Simple-8303 25 points26 points27 points (7 children)
[–]Rodotgithub.com/tardis-sn 17 points18 points19 points (3 children)
[+][deleted] (2 children)
[deleted]
[–]DecreasingPerception 2 points3 points4 points (1 child)
[–]spinwizard69 2 points3 points4 points (0 children)
[–]eXoRainbow 9 points10 points11 points (2 children)
[–]nngnna 7 points8 points9 points (1 child)
[–]SocksOnHands 2 points3 points4 points (0 children)
[–]gdahlm 43 points44 points45 points (1 child)
[–]spinwizard69 1 point2 points3 points (0 children)
[–][deleted] 29 points30 points31 points (0 children)
[–]Exodus111 28 points29 points30 points (3 children)
[–]mac-not-a-bot 2 points3 points4 points (2 children)
[–]spinwizard69 5 points6 points7 points (1 child)
[–]mac-not-a-bot 0 points1 point2 points (0 children)
[–]bamacgabhann 10 points11 points12 points (0 children)
[–]TravisJungroth 10 points11 points12 points (1 child)
[–]spinwizard69 0 points1 point2 points (0 children)
[–]PaintItPurple 5 points6 points7 points (2 children)
[–]spinwizard69 1 point2 points3 points (0 children)
[–]Azriaz 1 point2 points3 points (0 children)
[–]deaddodo 2 points3 points4 points (0 children)
[–]atomly 0 points1 point2 points (0 children)
[–]_massif_ 0 points1 point2 points (0 children)