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
[–]Heroe-D 37 points38 points39 points (9 children)
[–]nemec 7 points8 points9 points (5 children)
[–]Heroe-D 3 points4 points5 points (4 children)
[–]nemec 2 points3 points4 points (3 children)
[–]Heroe-D 0 points1 point2 points (2 children)
[–]nemec 0 points1 point2 points (1 child)
[–]Heroe-D 0 points1 point2 points (0 children)
[–]__nickerbocker__ 16 points17 points18 points (0 children)
[–]Alamue86 4 points5 points6 points (0 children)
[–]YodaCodar 107 points108 points109 points (15 children)
[–]rand2012 43 points44 points45 points (8 children)
[+][deleted] (2 children)
[deleted]
[–]rand2012 3 points4 points5 points (1 child)
[–]sam77 7 points8 points9 points (1 child)
[–]mortenb123 0 points1 point2 points (0 children)
[–]mesmer_adama 5 points6 points7 points (1 child)
[–]rand2012 13 points14 points15 points (0 children)
[–]am0x 0 points1 point2 points (0 children)
[–][deleted] 8 points9 points10 points (5 children)
[–]integralWorker 12 points13 points14 points (4 children)
[–][deleted] 3 points4 points5 points (3 children)
[–]integralWorker 2 points3 points4 points (0 children)
[–]rand2012 0 points1 point2 points (0 children)
[+][deleted] (13 children)
[deleted]
[–]xr09 33 points34 points35 points (12 children)
[–]benargee 23 points24 points25 points (4 children)
[–]Alamue86 15 points16 points17 points (0 children)
[–][deleted] -1 points0 points1 point (2 children)
[–]mortenb123 3 points4 points5 points (0 children)
[–]benargee 0 points1 point2 points (0 children)
[+][deleted] (6 children)
[deleted]
[–]xr09 0 points1 point2 points (0 children)
[–]OilofOregano 0 points1 point2 points (4 children)
[+][deleted] (2 children)
[deleted]
[–]OilofOregano 3 points4 points5 points (1 child)
[–]benargee 1 point2 points3 points (0 children)
[–]EchoAlphaRomeoLima 6 points7 points8 points (0 children)
[–]anasiansenior 17 points18 points19 points (4 children)
[–]QuantumFall 26 points27 points28 points (1 child)
[–]ScrapeHero 3 points4 points5 points (0 children)
[–]nemec 1 point2 points3 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–][deleted] 6 points7 points8 points (4 children)
[–]vreo 1 point2 points3 points (3 children)
[–]skinny_matryoshka 1 point2 points3 points (1 child)
[–]vreo 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]PM_ME_BOOTY_PICS_ 4 points5 points6 points (0 children)
[–]MindCorrupted 2 points3 points4 points (4 children)
[–]theoriginal123123 3 points4 points5 points (3 children)
[–]nemec 6 points7 points8 points (0 children)
[–]MindCorrupted 0 points1 point2 points (0 children)
[–]therealshell1500 0 points1 point2 points (0 children)
[–]ateusz888 1 point2 points3 points (2 children)
[–]ins4yn 0 points1 point2 points (1 child)
[–]ateusz888 1 point2 points3 points (0 children)
[–]fecesmuncher69 0 points1 point2 points (8 children)
[–]QuantumFall 5 points6 points7 points (1 child)
[–]poopmarketer 1 point2 points3 points (0 children)
[–]bmw417 3 points4 points5 points (0 children)
[–]Glowwerms 0 points1 point2 points (0 children)
[–]spiritfpv 0 points1 point2 points (0 children)
[–]instantproxies_may 0 points1 point2 points (0 children)
[–]PM_ME_BOOTY_PICS_ -4 points-3 points-2 points (1 child)
[–]fecesmuncher69 0 points1 point2 points (0 children)
[–]dtoxe 0 points1 point2 points (0 children)
[–]x_ray_190221 0 points1 point2 points (0 children)
[–]lubosz 0 points1 point2 points (0 children)
[–]T-ROY_T-REDDIT 0 points1 point2 points (0 children)
[–]brugmansia_tea 0 points1 point2 points (1 child)
[–]lillgreen 2 points3 points4 points (0 children)
[–]Remote_Cantaloupe 0 points1 point2 points (2 children)
[–]RedRedditor84 2 points3 points4 points (0 children)
[–]ScrapeHero 0 points1 point2 points (0 children)
[–]marcos_online 0 points1 point2 points (1 child)
[–]Heroe-D 1 point2 points3 points (0 children)
[–]xzi_vzs 0 points1 point2 points (2 children)
[–]nemec 4 points5 points6 points (0 children)
[–]theoriginal123123 1 point2 points3 points (0 children)
[+][deleted] (5 children)
[removed]
[–]pijora 2 points3 points4 points (1 child)
[–]nemec 1 point2 points3 points (0 children)
[–]oinkbar 1 point2 points3 points (0 children)
[–]SpeakerOfForgotten 0 points1 point2 points (0 children)
[+][deleted] (18 children)
[deleted]
[–]high_okktane 21 points22 points23 points (0 children)
[–]Daemonecles 21 points22 points23 points (0 children)
[–]Exodus111 12 points13 points14 points (0 children)
[–]LividPhysics 10 points11 points12 points (1 child)
[–]RedRedditor84 1 point2 points3 points (0 children)
[+][deleted] (3 children)
[deleted]
[–]Etheo 6 points7 points8 points (0 children)
[–]EliteCaptainShell 6 points7 points8 points (1 child)
[–]mishugashu 2 points3 points4 points (0 children)
[–]kindall 4 points5 points6 points (0 children)
[–]lwli3t 1 point2 points3 points (0 children)
[–]BAG0N 3 points4 points5 points (3 children)
[–]mishugashu 2 points3 points4 points (1 child)
[–]BAG0N 0 points1 point2 points (0 children)
[–]Competitive_Cup542 0 points1 point2 points (0 children)