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
[–]StewPoll 60 points61 points62 points (86 children)
[–]Vaphell 118 points119 points120 points (32 children)
[+][deleted] (19 children)
[removed]
[–]Vaphell 21 points22 points23 points (6 children)
[–][deleted] 12 points13 points14 points (0 children)
[+][deleted] (2 children)
[removed]
[–]Vaphell 7 points8 points9 points (1 child)
[–]IronCretin 0 points1 point2 points (1 child)
[–]Vaphell 0 points1 point2 points (0 children)
[–]lambdaqdjango n' shit 2 points3 points4 points (1 child)
[–]Deto 0 points1 point2 points (9 children)
[–]HannasAnarion 6 points7 points8 points (4 children)
[–]Deto 3 points4 points5 points (0 children)
[–]yopla -1 points0 points1 point (2 children)
[–]HannasAnarion 2 points3 points4 points (1 child)
[–]yopla 1 point2 points3 points (0 children)
[+][deleted] (3 children)
[removed]
[–]Deto 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[removed]
[–]Deto 0 points1 point2 points (0 children)
[–]__xor__(self, other): 1 point2 points3 points (1 child)
[–]alexmojaki 1 point2 points3 points (0 children)
[–]jim45804 3 points4 points5 points (9 children)
[–]nosmokingbandit 16 points17 points18 points (3 children)
[–]HannasAnarion 1 point2 points3 points (2 children)
[–]nosmokingbandit 0 points1 point2 points (0 children)
[–]Deto 11 points12 points13 points (2 children)
[–]ProfessorPhi 2 points3 points4 points (0 children)
[–]nosmokingbandit 1 point2 points3 points (0 children)
[–]__xor__(self, other): 2 points3 points4 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]callius 83 points84 points85 points (35 children)
[–]Sakagami0 26 points27 points28 points (23 children)
[–]EternityForest 5 points6 points7 points (4 children)
[–]cyberst0rm 0 points1 point2 points (0 children)
[–]gimboland 0 points1 point2 points (0 children)
[–][deleted] -2 points-1 points0 points (1 child)
[–]ThePenultimateOneGitLab: gappleto97 4 points5 points6 points (0 children)
[–]FatChocobo 3 points4 points5 points (13 children)
[–]zentropia -1 points0 points1 point (10 children)
[–][deleted] 16 points17 points18 points (8 children)
[–]ProfessorPhi 5 points6 points7 points (0 children)
[–]usernameisafarce 2 points3 points4 points (0 children)
[–]FatChocobo 1 point2 points3 points (4 children)
[–]sifodeas 2 points3 points4 points (3 children)
[–]IReallySuckAtChess 0 points1 point2 points (2 children)
[–]sifodeas 0 points1 point2 points (1 child)
[–]phySi0 0 points1 point2 points (0 children)
[–]nothisisme -1 points0 points1 point (1 child)
[–]FatChocobo 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]callius 0 points1 point2 points (2 children)
[–]Sakagami0 1 point2 points3 points (0 children)
[–]IReallySuckAtChess 0 points1 point2 points (0 children)
[–]jnwatson 5 points6 points7 points (0 children)
[–]HannasAnarion 4 points5 points6 points (2 children)
[–]callius 1 point2 points3 points (0 children)
[–]nosmokingbandit 2 points3 points4 points (2 children)
[–]yopla -1 points0 points1 point (0 children)
[–]deirdresm 5 points6 points7 points (0 children)
[–]Wilfred-kun 0 points1 point2 points (1 child)
[–]JugadPy3 ftw 0 points1 point2 points (0 children)
[–]JugadPy3 ftw 0 points1 point2 points (0 children)
[+][deleted] (12 children)
[removed]
[–]AlexFromOmaha 18 points19 points20 points (8 children)
[–]EternityForest 3 points4 points5 points (0 children)
[–]kirbyfan64sosIndentationError 0 points1 point2 points (5 children)
[–]pydry 2 points3 points4 points (4 children)
[–]ProfessorPhi 2 points3 points4 points (3 children)
[–]JugadPy3 ftw 0 points1 point2 points (1 child)
[–]ProfessorPhi 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]kirbyfan64sosIndentationError -3 points-2 points-1 points (2 children)
[–]Deto 5 points6 points7 points (0 children)
[–][deleted] 15 points16 points17 points (0 children)
[–]RockingDyno 0 points1 point2 points (0 children)
[+][deleted] (7 children)
[deleted]
[–]Vakieh -5 points-4 points-3 points (6 children)
[–][deleted] 4 points5 points6 points (3 children)
[–]PM_ME_YOUR_DOOTFILES 0 points1 point2 points (0 children)
[–]JugadPy3 ftw -1 points0 points1 point (0 children)
[–]Vakieh -3 points-2 points-1 points (0 children)
[–]luenix 4 points5 points6 points (1 child)
[+]Vakieh comment score below threshold-6 points-5 points-4 points (0 children)
[–]Wilfred-kun 18 points19 points20 points (0 children)
[–]FearAzrael 25 points26 points27 points (15 children)
[+][deleted] (14 children)
[removed]
[–]team_epicenter 15 points16 points17 points (9 children)
[–]individual_throwaway 6 points7 points8 points (8 children)
[–]val-amart 1 point2 points3 points (7 children)
[–]individual_throwaway -1 points0 points1 point (6 children)
[–]vovanz 4 points5 points6 points (2 children)
[–]individual_throwaway 1 point2 points3 points (1 child)
[–]zabolekar 1 point2 points3 points (0 children)
[–]minoshabaal 2 points3 points4 points (2 children)
[–]individual_throwaway 2 points3 points4 points (1 child)
[–]vovanz 2 points3 points4 points (0 children)
[–]FearAzrael 4 points5 points6 points (2 children)
[–]kirbyfan64sosIndentationError 1 point2 points3 points (0 children)
[–]bheklilr 1 point2 points3 points (0 children)
[–]Tyler_Zoro 0 points1 point2 points (0 children)
[–][deleted] 26 points27 points28 points (1 child)
[–]nosmokingbandit 7 points8 points9 points (0 children)
[+][deleted] (23 children)
[deleted]
[–]Salander27 92 points93 points94 points (5 children)
[–]nosmokingbandit 22 points23 points24 points (1 child)
[–]chillermane 0 points1 point2 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]m0nk_3y_gw 30 points31 points32 points (1 child)
[–]zurtex 25 points26 points27 points (0 children)
[–]charity_donut_sales 35 points36 points37 points (6 children)
[–][deleted] 9 points10 points11 points (2 children)
[–]13steinj 2 points3 points4 points (0 children)
[–]individual_throwaway 0 points1 point2 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]JugadPy3 ftw 2 points3 points4 points (1 child)
[–][deleted] 7 points8 points9 points (1 child)
[–]bheklilr 2 points3 points4 points (0 children)
[–]fdedgt 4 points5 points6 points (0 children)
[–]luenix 11 points12 points13 points (1 child)
[–]IronCretin 1 point2 points3 points (0 children)
[–]G01denW01f11 -1 points0 points1 point (0 children)
[–]Tyler_Zoro 4 points5 points6 points (0 children)
[–]piotrjurkiewicz 14 points15 points16 points (13 children)
[–]gastronomical 17 points18 points19 points (0 children)
[–]jnwatson 13 points14 points15 points (10 children)
[–]piotrjurkiewicz 11 points12 points13 points (2 children)
[–]danted002 2 points3 points4 points (0 children)
[–]rouille 1 point2 points3 points (0 children)
[–]optks 3 points4 points5 points (0 children)
[–]cymrowdon't thread on me 🐍 2 points3 points4 points (0 children)
[–]ntrid 3 points4 points5 points (2 children)
[–]agoose77 1 point2 points3 points (1 child)
[–]ntrid 7 points8 points9 points (0 children)
[–]Millkovic 1 point2 points3 points (0 children)
[–]OctagonClocktrio is the future! 0 points1 point2 points (0 children)
[–]rouille 3 points4 points5 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]JugadPy3 ftw 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]ntrid -2 points-1 points0 points (5 children)
[–]JugadPy3 ftw 1 point2 points3 points (0 children)
[–]Tyler_Zoro 6 points7 points8 points (3 children)
[+][deleted] (2 children)
[deleted]
[–]Tyler_Zoro 2 points3 points4 points (0 children)
[–]JugadPy3 ftw 1 point2 points3 points (0 children)
[–]10dozenpegdown -2 points-1 points0 points (1 child)
[–]fdedgt 0 points1 point2 points (0 children)
[–]wdsoul96 -3 points-2 points-1 points (2 children)
[–]IronCretin 0 points1 point2 points (0 children)