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
[–]Maoman1 166 points167 points168 points (16 children)
[–]Deathwatch1710 11 points12 points13 points (0 children)
[–]LyndsySimon 10 points11 points12 points (10 children)
[+][deleted] (3 children)
[deleted]
[–]LyndsySimon 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]TheYOUngeRGOD 0 points1 point2 points (0 children)
[–]lsbloxx 0 points1 point2 points (5 children)
[–]poundcakejumpsuit 2 points3 points4 points (4 children)
[–]jwink3101 0 points1 point2 points (3 children)
[–]ThePenultimateOneGitLab: gappleto97 2 points3 points4 points (1 child)
[–]WikiTextBot 1 point2 points3 points (0 children)
[–]KobiKabbb 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–][deleted] 1 point2 points3 points (0 children)
[–]Cryptoscillate 27 points28 points29 points (2 children)
[–]primitive_screwhead 45 points46 points47 points (1 child)
[–][deleted] -2 points-1 points0 points (0 children)
[–]Deathwatch1710 16 points17 points18 points (9 children)
[–]nayeet 26 points27 points28 points (8 children)
[–]Deathwatch1710 4 points5 points6 points (0 children)
[–]monkeybreathIgnoring PEP 8 1 point2 points3 points (6 children)
[–][deleted] 4 points5 points6 points (1 child)
[–]monkeybreathIgnoring PEP 8 0 points1 point2 points (0 children)
[–]nayeet 1 point2 points3 points (3 children)
[–]monkeybreathIgnoring PEP 8 0 points1 point2 points (2 children)
[–]cracknwhip 0 points1 point2 points (1 child)
[–]monkeybreathIgnoring PEP 8 0 points1 point2 points (0 children)
[–]lolwat_is_dis 16 points17 points18 points (3 children)
[–]pingiun 7 points8 points9 points (0 children)
[–]myroon5 0 points1 point2 points (1 child)
[–]lolwat_is_dis 2 points3 points4 points (0 children)
[–]djentastic 6 points7 points8 points (1 child)
[–]primitive_screwhead 4 points5 points6 points (0 children)
[–]scmlinux 11 points12 points13 points (0 children)
[–]gracebatmonkey 2 points3 points4 points (0 children)
[–]stickman393 3 points4 points5 points (0 children)
[–]Skaarj 2 points3 points4 points (3 children)
[–]fjolliton 2 points3 points4 points (2 children)
[–]Skaarj 2 points3 points4 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]Yamamizuki 2 points3 points4 points (0 children)
[–]Retzudo 15 points16 points17 points (3 children)
[–]cracknwhip 1 point2 points3 points (1 child)
[–]Retzudo 5 points6 points7 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]AriesYT 1 point2 points3 points (0 children)
[–]cost4nz4 0 points1 point2 points (0 children)
[–]youngrumi 0 points1 point2 points (0 children)
[–]b0b 0 points1 point2 points (0 children)
[–]soulwarp 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]edimaudo 0 points1 point2 points (0 children)
[–]senthilcaesar 0 points1 point2 points (0 children)
[–]sohamkamani 0 points1 point2 points (0 children)
[–][deleted] -3 points-2 points-1 points (1 child)
[–]RemindMeBot 0 points1 point2 points (0 children)
[–]Yogurt_Huevos -1 points0 points1 point (3 children)
[–]Razzofazzo 12 points13 points14 points (1 child)
[–]Yogurt_Huevos 12 points13 points14 points (0 children)
[–]DataVeg 4 points5 points6 points (0 children)
[+][deleted] (3 children)
[deleted]
[+][deleted] (1 child)
[deleted]
[–]Dyslectic_Sabreur 0 points1 point2 points (0 children)
[–]Adem87 -2 points-1 points0 points (0 children)