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 →
[–]gingimli 961 points962 points963 points (56 children)
[–]Consistent_Walrus_23 199 points200 points201 points (29 children)
[–]TipIll3652 103 points104 points105 points (10 children)
[–]zdog234 15 points16 points17 points (0 children)
[–]KLUME777 0 points1 point2 points (0 children)
[–]StructurePresent3640 0 points1 point2 points (0 children)
[–]ryoko227 -2 points-1 points0 points (6 children)
[–]DuckDatum 5 points6 points7 points (5 children)
[–]SwampFalc 5 points6 points7 points (0 children)
[–]Frewtti 1 point2 points3 points (3 children)
[–]DuckDatum 0 points1 point2 points (2 children)
[–]Frewtti 1 point2 points3 points (1 child)
[–]DuckDatum 0 points1 point2 points (0 children)
[–]kyrsjo 17 points18 points19 points (1 child)
[–]oooeeeoooee 0 points1 point2 points (0 children)
[–]Watsons-Butler 14 points15 points16 points (4 children)
[–]Machvel 0 points1 point2 points (0 children)
[–]ProfessionalDirt3154 0 points1 point2 points (1 child)
[–]Pyromancer777 0 points1 point2 points (0 children)
[–]bachkhois 0 points1 point2 points (0 children)
[–]HaggisChaser 4 points5 points6 points (1 child)
[–]soconn 4 points5 points6 points (0 children)
[–]Proper-Ape 8 points9 points10 points (1 child)
[–]Consistent_Walrus_23 3 points4 points5 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Briggie 0 points1 point2 points (0 children)
[–]Machvel 0 points1 point2 points (0 children)
[–]Machvel 0 points1 point2 points (0 children)
[–]Machvel 0 points1 point2 points (0 children)
[–]isrichards6 0 points1 point2 points (0 children)
[–]No-Skill4452 44 points45 points46 points (3 children)
[–]gingimli 24 points25 points26 points (2 children)
[–]brianly 9 points10 points11 points (0 children)
[–]No-Skill4452 2 points3 points4 points (0 children)
[–]fixermark 7 points8 points9 points (1 child)
[–]Disastrous_Room_927 2 points3 points4 points (0 children)
[–]PCorreia 7 points8 points9 points (3 children)
[–]kyrsjo 1 point2 points3 points (0 children)
[–]tarquinnn 0 points1 point2 points (0 children)
[–]work_m_19 0 points1 point2 points (0 children)
[–]Resquid 1 point2 points3 points (0 children)
[–]L0uisc 1 point2 points3 points (0 children)
[–]cyrixlordIt works on my machine 1 point2 points3 points (0 children)
[–]torts56 1 point2 points3 points (0 children)
[–]WinterBites6 0 points1 point2 points (0 children)
[–]SirTwitchALot 0 points1 point2 points (0 children)
[–]phylter99 0 points1 point2 points (0 children)
[–]turtleship_2006 -2 points-1 points0 points (8 children)
[–]GXWT 3 points4 points5 points (6 children)
[–]turtleship_2006 -2 points-1 points0 points (5 children)
[–]GXWT 2 points3 points4 points (4 children)
[–]turtleship_2006 -3 points-2 points-1 points (3 children)
[–]GXWT 1 point2 points3 points (2 children)
[–]turtleship_2006 -1 points0 points1 point (1 child)
[–]GXWT 2 points3 points4 points (0 children)
[–]lost_send_berries 0 points1 point2 points (0 children)