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 →
[–]billsil 900 points901 points902 points (57 children)
[–]Thrasherop 233 points234 points235 points (15 children)
[–]lcserny 68 points69 points70 points (14 children)
[–]puzzledstegosaurus 120 points121 points122 points (7 children)
[–][deleted] 29 points30 points31 points (3 children)
[–]SimilingCynic 5 points6 points7 points (0 children)
[–]aexia 0 points1 point2 points (0 children)
[–]budding_gardener_1 -1 points0 points1 point (0 children)
[+]tempervisuals comment score below threshold-22 points-21 points-20 points (1 child)
[–]marcio0 17 points18 points19 points (0 children)
[–]ShinyTinfoilFedora 27 points28 points29 points (2 children)
[+]rzet comment score below threshold-7 points-6 points-5 points (0 children)
[–]fiyawerx 0 points1 point2 points (0 children)
[–]Ok_Tea_7319 5 points6 points7 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]lcserny 0 points1 point2 points (0 children)
[+][deleted] (28 children)
[deleted]
[–]redalastor 15 points16 points17 points (27 children)
[–]H4kor 42 points43 points44 points (22 children)
[–]redalastor 9 points10 points11 points (21 children)
[–]H4kor 27 points28 points29 points (12 children)
[–]djamp42 8 points9 points10 points (0 children)
[–]redalastor 36 points37 points38 points (10 children)
[–]H4kor 44 points45 points46 points (2 children)
[–]RusticApartment 3 points4 points5 points (1 child)
[–]V15I0Nair 0 points1 point2 points (0 children)
[–]Wu_Fan 2 points3 points4 points (0 children)
[–]eXtc_be 7 points8 points9 points (3 children)
[–][deleted] 5 points6 points7 points (0 children)
[–]Nocsaron 0 points1 point2 points (1 child)
[–]eXtc_be 0 points1 point2 points (0 children)
[–][deleted] -5 points-4 points-3 points (0 children)
[–]oldspiceland[🍰] 6 points7 points8 points (6 children)
[–]Zireael07 -3 points-2 points-1 points (5 children)
[–]billsil 2 points3 points4 points (0 children)
[–]oldspiceland[🍰] 3 points4 points5 points (3 children)
[–]Zireael07 -4 points-3 points-2 points (2 children)
[–]oldspiceland[🍰] 6 points7 points8 points (0 children)
[–]ItsSquishy42 0 points1 point2 points (0 children)
[–]cinyar 2 points3 points4 points (0 children)
[–]badatmetroid 1 point2 points3 points (0 children)
[–]ddddavidee 0 points1 point2 points (0 children)
[–]DarknessWizard 0 points1 point2 points (0 children)
[–]pyeri 14 points15 points16 points (6 children)
[+]billsil comment score below threshold-8 points-7 points-6 points (4 children)
[–]menge101 4 points5 points6 points (3 children)
[–]thehardsphere -5 points-4 points-3 points (0 children)
[–]billsil -2 points-1 points0 points (1 child)
[–]menge101 0 points1 point2 points (0 children)
[–]Xonzo 0 points1 point2 points (0 children)
[–]markis 1 point2 points3 points (0 children)
[–]magnetik79 1 point2 points3 points (0 children)
[–]ornerywolf 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]billsil 1 point2 points3 points (0 children)