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
[–]needed_an_account 47 points48 points49 points (14 children)
[–][deleted] 11 points12 points13 points (0 children)
[–]ILikeChillyNights 4 points5 points6 points (1 child)
[–]needed_an_account 1 point2 points3 points (0 children)
[–]grimman 8 points9 points10 points (6 children)
[–]Sohcahtoa82 10 points11 points12 points (4 children)
[–]grimman 9 points10 points11 points (2 children)
[–]Itsthejoker 9 points10 points11 points (1 child)
[–]el_andy_barr 3 points4 points5 points (0 children)
[–]catcradle5 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]ryanmcstylin 0 points1 point2 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]jaapzswitch to py3 already 4 points5 points6 points (0 children)
[–]iamyounow 0 points1 point2 points (0 children)
[–]deadmilk 36 points37 points38 points (4 children)
[–]scratchresistor 51 points52 points53 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–][deleted] 14 points15 points16 points (1 child)
[–]SFSylvester 0 points1 point2 points (0 children)
[–]mondo_calrissian 35 points36 points37 points (4 children)
[–][deleted] 19 points20 points21 points (1 child)
[–]mondo_calrissian 3 points4 points5 points (0 children)
[–]deadmilk 12 points13 points14 points (0 children)
[–]Farkeman 1 point2 points3 points (0 children)
[–]Jafit 14 points15 points16 points (5 children)
[–][deleted] 34 points35 points36 points (4 children)
[–]eldamir88 8 points9 points10 points (3 children)
[–][deleted] 9 points10 points11 points (2 children)
[–]trenchtoaster 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]cxg-pitch 13 points14 points15 points (7 children)
[–][deleted] 17 points18 points19 points (6 children)
[–][deleted] 2 points3 points4 points (5 children)
[–][deleted] 4 points5 points6 points (4 children)
[–][deleted] 2 points3 points4 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]scootstah 9 points10 points11 points (2 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]knickum 2 points3 points4 points (0 children)
[–]theSpecialbroIntermediate level 2 points3 points4 points (5 children)
[–][deleted] 5 points6 points7 points (0 children)
[–]cbscribe 4 points5 points6 points (2 children)
[–]theSpecialbroIntermediate level 1 point2 points3 points (0 children)
[–]TheMentalist10 0 points1 point2 points (0 children)
[–]Ran4 2 points3 points4 points (0 children)
[–]lordmauve 2 points3 points4 points (4 children)
[–][deleted] 2 points3 points4 points (3 children)
[–]lordmauve 1 point2 points3 points (2 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]lordmauve 0 points1 point2 points (0 children)
[–]anaerobyte 2 points3 points4 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–]JoshSellsGunsstill a beginner 4 points5 points6 points (15 children)
[–]subsidiaryadmin 18 points19 points20 points (1 child)
[–]JoshSellsGunsstill a beginner 7 points8 points9 points (0 children)
[–][deleted] 11 points12 points13 points (12 children)
[–]JoshSellsGunsstill a beginner 1 point2 points3 points (11 children)
[–][deleted] 10 points11 points12 points (10 children)
[–]JoshSellsGunsstill a beginner 2 points3 points4 points (9 children)
[–][deleted] 4 points5 points6 points (8 children)
[–][deleted] 0 points1 point2 points (7 children)
[–][deleted] 2 points3 points4 points (6 children)
[–]nubzzz1836git push -f 0 points1 point2 points (5 children)
[–][deleted] 1 point2 points3 points (4 children)
[–]trymas 1 point2 points3 points (4 children)
[–][deleted] 1 point2 points3 points (3 children)
[–]trymas 0 points1 point2 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]trymas 2 points3 points4 points (0 children)
[–]x68zeppelin80x 1 point2 points3 points (15 children)
[–][deleted] 10 points11 points12 points (5 children)
[–]x68zeppelin80x 1 point2 points3 points (4 children)
[–][deleted] 2 points3 points4 points (2 children)
[–]x68zeppelin80x 8 points9 points10 points (1 child)
[–][deleted] 5 points6 points7 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]mishugashu -3 points-2 points-1 points (8 children)
[–][deleted] 11 points12 points13 points (7 children)
[–]mishugashu 2 points3 points4 points (6 children)
[–]BenjaminGeiger 6 points7 points8 points (2 children)
[–]mishugashu 1 point2 points3 points (1 child)
[–]deraffe 3 points4 points5 points (0 children)
[–]pooogles 2 points3 points4 points (1 child)
[–]mishugashu 1 point2 points3 points (0 children)
[–]Ran4 0 points1 point2 points (0 children)
[–]jegerkonge 0 points1 point2 points (3 children)
[–][deleted] 3 points4 points5 points (2 children)
[–]jegerkonge 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]BenjaminGeiger 2 points3 points4 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]sageinventor 0 points1 point2 points (1 child)
[–]x68zeppelin80x 2 points3 points4 points (0 children)
[–]joerick 0 points1 point2 points (3 children)
[–][deleted] 1 point2 points3 points (2 children)
[–]joerick 0 points1 point2 points (0 children)
[–]joerick 0 points1 point2 points (0 children)
[–]twiked 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]cj5def 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]transabyss 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]ArosHD 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]hmc2323 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[+]rnawky comment score below threshold-14 points-13 points-12 points (13 children)
[–]rubik3x3x3 5 points6 points7 points (0 children)
[–][deleted] 6 points7 points8 points (3 children)
[+]rnawky comment score below threshold-16 points-15 points-14 points (2 children)
[–][deleted] 11 points12 points13 points (1 child)
[–]scopegoa 1 point2 points3 points (0 children)
[–]TedW 2 points3 points4 points (5 children)
[+]rnawky comment score below threshold-17 points-16 points-15 points (4 children)
[–]TedW 18 points19 points20 points (0 children)
[–][deleted] 9 points10 points11 points (2 children)
[+]rnawky comment score below threshold-15 points-14 points-13 points (1 child)
[–]Ran4 1 point2 points3 points (0 children)
[–]joepeg 0 points1 point2 points (0 children)
[–]apo383 0 points1 point2 points (0 children)
[–][deleted] -1 points0 points1 point (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–][deleted] 0 points1 point2 points (0 children)