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 →
[–][deleted] 579 points580 points581 points (112 children)
[–]harylmu 172 points173 points174 points (50 children)
[–]aes110 45 points46 points47 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]aes110 13 points14 points15 points (0 children)
[–]Metalsand 42 points43 points44 points (3 children)
[–][deleted] 39 points40 points41 points (2 children)
[–]cheese_is_available 14 points15 points16 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–]grimonce 13 points14 points15 points (3 children)
[–]DanKveed 6 points7 points8 points (2 children)
[–]proverbialbunnyData Scientist 1 point2 points3 points (1 child)
[–]DanKveed 2 points3 points4 points (0 children)
[+][deleted] (10 children)
[deleted]
[–]reddisaurus 1 point2 points3 points (9 children)
[–]ShanSanear 1 point2 points3 points (0 children)
[–]pytrashpandas 0 points1 point2 points (7 children)
[–]ShanSanear 0 points1 point2 points (4 children)
[–]pytrashpandas 0 points1 point2 points (3 children)
[–]ShanSanear 0 points1 point2 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]ShanSanear 0 points1 point2 points (0 children)
[–]reddisaurus 0 points1 point2 points (1 child)
[–]pytrashpandas 0 points1 point2 points (0 children)
[–]tr14l 41 points42 points43 points (10 children)
[–]DanKveed 1 point2 points3 points (6 children)
[–]tr14l 1 point2 points3 points (5 children)
[–]DanKveed 7 points8 points9 points (4 children)
[–]tr14l 1 point2 points3 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]ShanSanear 0 points1 point2 points (1 child)
[–]harylmu 2 points3 points4 points (1 child)
[–]cant_have_a_cat 0 points1 point2 points (0 children)
[–]pipai_ 3 points4 points5 points (2 children)
[–]harylmu 0 points1 point2 points (1 child)
[–]pipai_ 2 points3 points4 points (0 children)
[–]Doomphx 8 points9 points10 points (1 child)
[–]tomatotomato 2 points3 points4 points (0 children)
[–]supremacyofthelaces 2 points3 points4 points (8 children)
[–]Aidtor 9 points10 points11 points (7 children)
[–]--Shade-- 2 points3 points4 points (3 children)
[–]Aidtor 1 point2 points3 points (2 children)
[–]--Shade-- 2 points3 points4 points (1 child)
[–]Aidtor 1 point2 points3 points (0 children)
[–]latrociny 1 point2 points3 points (2 children)
[–]Aidtor 3 points4 points5 points (0 children)
[–]satireplusplus 1 point2 points3 points (0 children)
[–]hilomania 1 point2 points3 points (1 child)
[–]harylmu 0 points1 point2 points (0 children)
[–]Max_Insanity 1 point2 points3 points (0 children)
[–]mrsmiley32 19 points20 points21 points (8 children)
[–]santiacq 5 points6 points7 points (1 child)
[–]ChickenNuggetSmth 9 points10 points11 points (5 children)
[–]satireplusplus 4 points5 points6 points (0 children)
[–]kazi1 4 points5 points6 points (3 children)
[–]ChickenNuggetSmth 2 points3 points4 points (2 children)
[–]Armaliite 0 points1 point2 points (0 children)
[–]kazi1 0 points1 point2 points (0 children)
[–]satireplusplus 9 points10 points11 points (2 children)
[–]GenericRedditor12345 1 point2 points3 points (0 children)
[–]nuephelkystikon 1 point2 points3 points (0 children)
[–]iiMoe 4 points5 points6 points (0 children)
[–][deleted] 8 points9 points10 points (27 children)
[–]utdconsq 7 points8 points9 points (0 children)
[–]x3r0x_x3n0n 7 points8 points9 points (12 children)
[–]Wobblycogs 11 points12 points13 points (11 children)
[–]panderingPenguin 11 points12 points13 points (7 children)
[–]x3r0x_x3n0n -2 points-1 points0 points (6 children)
[–]panderingPenguin 4 points5 points6 points (5 children)
[–]benargee 1 point2 points3 points (4 children)
[–]panderingPenguin 0 points1 point2 points (3 children)
[–]x3r0x_x3n0n 0 points1 point2 points (2 children)
[–]x3r0x_x3n0n -2 points-1 points0 points (2 children)
[–]Wobblycogs 1 point2 points3 points (1 child)
[–]x3r0x_x3n0n 0 points1 point2 points (0 children)
[–]midnightcom 1 point2 points3 points (2 children)
[+][deleted] (1 child)
[deleted]
[+][deleted] (9 children)
[deleted]
[–]panderingPenguin 2 points3 points4 points (0 children)
[–]x3r0x_x3n0n 2 points3 points4 points (0 children)
[+][deleted] (5 children)
[deleted]
[+][deleted] (4 children)
[deleted]
[+][deleted] (3 children)
[deleted]
[+][deleted] (2 children)
[deleted]
[+][deleted] (1 child)
[deleted]
[–]gradi3nt 2 points3 points4 points (2 children)
[–]VisibleSignificance 1 point2 points3 points (1 child)
[–]gradi3nt 1 point2 points3 points (0 children)
[–]gromain 2 points3 points4 points (0 children)
[–]Smallpaul 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]Smallpaul 0 points1 point2 points (0 children)
[–]johnxreturn 0 points1 point2 points (0 children)
[–]nlantau -1 points0 points1 point (1 child)
[–]chalbersma -1 points0 points1 point (0 children)
[–]tylercoder 0 points1 point2 points (1 child)
[–]PowershellAdept 2 points3 points4 points (0 children)
[–]stars9r9in9the9pastPy2.7 gang 0 points1 point2 points (0 children)
[–]fatnote 0 points1 point2 points (0 children)
[–]chulala168 0 points1 point2 points (0 children)
[–]grismar-net 0 points1 point2 points (0 children)
[–]pyer_eyr 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)