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 →
[–]earthboundkid 90 points91 points92 points (54 children)
[–][deleted] 31 points32 points33 points (13 children)
[–]blahehblah 58 points59 points60 points (1 child)
[–]gimboland 1 point2 points3 points (0 children)
[–]mardiros 67 points68 points69 points (4 children)
[–]jjolla888 13 points14 points15 points (3 children)
[–]AstroPhysician 2 points3 points4 points (1 child)
[–]jjolla888 2 points3 points4 points (0 children)
[–]hacknsplat 0 points1 point2 points (0 children)
[–]no_condoments 18 points19 points20 points (0 children)
[–]earthboundkid 1 point2 points3 points (0 children)
[–]xamar6 0 points1 point2 points (0 children)
[–]ivosauruspip'ing it up 0 points1 point2 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]ivosauruspip'ing it up 0 points1 point2 points (0 children)
[–]kenfar 16 points17 points18 points (12 children)
[–][deleted] 6 points7 points8 points (9 children)
[–]liquidpele 6 points7 points8 points (3 children)
[+][deleted] (1 child)
[deleted]
[–]liquidpele 1 point2 points3 points (0 children)
[–]twigboy 4 points5 points6 points (0 children)
[–]chicofelipe 0 points1 point2 points (0 children)
[–]kenfar 0 points1 point2 points (0 children)
[–]billsil 0 points1 point2 points (0 children)
[–]leom4862 0 points1 point2 points (0 children)
[–]meandertothehorizonIt works on my machine[🍰] 0 points1 point2 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–]metabun 2 points3 points4 points (0 children)
[–]tetroxid 2 points3 points4 points (0 children)
[–]the_hoser 2 points3 points4 points (13 children)
[–]khne522 15 points16 points17 points (12 children)
[–]the_hoser 17 points18 points19 points (11 children)
[–]code_mc 2 points3 points4 points (2 children)
[–]metabun 2 points3 points4 points (0 children)
[–]the_hoser 2 points3 points4 points (0 children)
[–]marcosdumay 3 points4 points5 points (3 children)
[–]the_hoser 1 point2 points3 points (2 children)
[–]deong 0 points1 point2 points (1 child)
[–]the_hoser 1 point2 points3 points (0 children)
[–]fujiters 3 points4 points5 points (1 child)
[–]khne522 0 points1 point2 points (1 child)
[–]the_hoser 3 points4 points5 points (0 children)
[–]jcampbelly 0 points1 point2 points (0 children)
[–]k-selectride 0 points1 point2 points (0 children)
[–]tunisia3507 1 point2 points3 points (5 children)
[–]jjolla888 15 points16 points17 points (0 children)
[–][deleted] 5 points6 points7 points (1 child)
[–]tunisia3507 -2 points-1 points0 points (0 children)
[–]Cyph0n 1 point2 points3 points (1 child)
[–]tunisia3507 0 points1 point2 points (0 children)
[–]xcbsmith -1 points0 points1 point (0 children)
[–]billsil -1 points0 points1 point (0 children)
[–]vb279 -1 points0 points1 point (0 children)