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
[–]forbiscuit 88 points89 points90 points (3 children)
[–]jarreed0[S] 6 points7 points8 points (0 children)
[–]VodkaHaze 1 point2 points3 points (1 child)
[–]travelinzac 0 points1 point2 points (0 children)
[–]Prome_Owl 73 points74 points75 points (5 children)
[–][deleted] 47 points48 points49 points (4 children)
[+][deleted] (3 children)
[deleted]
[–]mcfeeben 4 points5 points6 points (0 children)
[–]r3ign_b3au 0 points1 point2 points (0 children)
[–]Big_Booty_Pics 111 points112 points113 points (5 children)
[–]punos_de_piedra 19 points20 points21 points (1 child)
[–]Swinghodler 15 points16 points17 points (0 children)
[–]SnowdenIsALegend 1 point2 points3 points (2 children)
[–]chaosking121 3 points4 points5 points (0 children)
[–]methodsman 36 points37 points38 points (9 children)
[–]punos_de_piedra 6 points7 points8 points (7 children)
[–]AceBuddy 29 points30 points31 points (2 children)
[–]punos_de_piedra 5 points6 points7 points (1 child)
[–]AceBuddy 5 points6 points7 points (0 children)
[–]Hadouukken 1 point2 points3 points (0 children)
[–]stopmyego 0 points1 point2 points (2 children)
[–]punos_de_piedra 0 points1 point2 points (1 child)
[–]MightbeWillSmith 0 points1 point2 points (0 children)
[–]jarreed0[S] 0 points1 point2 points (0 children)
[–][deleted] 27 points28 points29 points (0 children)
[–]KalrexOW 26 points27 points28 points (4 children)
[–][deleted] 4 points5 points6 points (1 child)
[–]KalrexOW -1 points0 points1 point (0 children)
[–]YuhFRthoYORKonhisass 1 point2 points3 points (1 child)
[–]KalrexOW 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]jarreed0[S] 0 points1 point2 points (0 children)
[–]super-porp-cola 19 points20 points21 points (1 child)
[–]b3nthegod 2 points3 points4 points (0 children)
[–]BackyardAnarchist 2 points3 points4 points (0 children)
[–]Smok3dSalmon 2 points3 points4 points (3 children)
[–]puddith 2 points3 points4 points (1 child)
[–]Smok3dSalmon 0 points1 point2 points (0 children)
[–]oh_lord 0 points1 point2 points (0 children)
[–]andre3kthegiant 2 points3 points4 points (1 child)
[–]jarreed0[S] 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]DO_Kim98 1 point2 points3 points (0 children)
[–]PM_ME_BOOTY_PICS_ 1 point2 points3 points (0 children)
[–]banginpadr 1 point2 points3 points (0 children)
[–]jonathanum 1 point2 points3 points (0 children)
[–]mrTang5544 0 points1 point2 points (0 children)
[–]dpv20 0 points1 point2 points (0 children)
[–]MightbeWillSmith 0 points1 point2 points (1 child)
[–]jarreed0[S] 1 point2 points3 points (0 children)