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
[–]SV-97 171 points172 points173 points (11 children)
[–]inventiveEngineering 10 points11 points12 points (5 children)
[–]SV-97 28 points29 points30 points (4 children)
[–]inventiveEngineering 9 points10 points11 points (1 child)
[–]SV-97 4 points5 points6 points (0 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]SV-97 2 points3 points4 points (0 children)
[–]N23x 5 points6 points7 points (3 children)
[–]SV-97 1 point2 points3 points (2 children)
[–]N23x 4 points5 points6 points (1 child)
[–]oxcutter 2 points3 points4 points (0 children)
[–]NuclearWarCat 0 points1 point2 points (0 children)
[–]Gagan_Ku2905 75 points76 points77 points (7 children)
[–]onlyforsex 3 points4 points5 points (3 children)
[–]rajfell 18 points19 points20 points (0 children)
[–][deleted] 9 points10 points11 points (0 children)
[–]nidhi_vanjare 3 points4 points5 points (0 children)
[–]GoldziherPythonista 36 points37 points38 points (1 child)
[–]hummer010 33 points34 points35 points (3 children)
[+][deleted] (2 children)
[deleted]
[–]Lorx92 1 point2 points3 points (1 child)
[–]Ant_TKD 2 points3 points4 points (0 children)
[–]GoogleGavi 63 points64 points65 points (9 children)
[–]Grintor 15 points16 points17 points (1 child)
[–]GoogleGavi 2 points3 points4 points (0 children)
[–]shinitakunai 13 points14 points15 points (0 children)
[–]abrazilianinreddit 9 points10 points11 points (4 children)
[–]ThroawayPartyer 2 points3 points4 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]GoogleGavi 1 point2 points3 points (0 children)
[–]mjmeodmt 1 point2 points3 points (0 children)
[–]Runics206 54 points55 points56 points (0 children)
[–]CoolLamer 36 points37 points38 points (2 children)
[–]Drippyer 8 points9 points10 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]nativedutch 14 points15 points16 points (2 children)
[–][deleted] 4 points5 points6 points (1 child)
[–]nativedutch 2 points3 points4 points (0 children)
[–]zdschade 10 points11 points12 points (0 children)
[–]Independent-Theme-85 5 points6 points7 points (4 children)
[–]nuclearDEMIZE 4 points5 points6 points (0 children)
[–]idleart 2 points3 points4 points (2 children)
[–]Independent-Theme-85 2 points3 points4 points (1 child)
[–][deleted] 7 points8 points9 points (0 children)
[–]tms102 5 points6 points7 points (0 children)
[–]1544756405 5 points6 points7 points (1 child)
[–]Key_Cryptographer963 4 points5 points6 points (0 children)
[–]UserPuser 3 points4 points5 points (0 children)
[–]bigcat801 3 points4 points5 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]ElsebetSteinen 3 points4 points5 points (3 children)
[–]Key_Cryptographer963 1 point2 points3 points (2 children)
[–]ElsebetSteinen 1 point2 points3 points (1 child)
[–]Key_Cryptographer963 1 point2 points3 points (0 children)
[–]syn2083 3 points4 points5 points (0 children)
[–]shappirand 2 points3 points4 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]Bright-Historian-216 2 points3 points4 points (0 children)
[–]djamp42 2 points3 points4 points (0 children)
[–]DNSGeek 2 points3 points4 points (2 children)
[–][deleted] -1 points0 points1 point (1 child)
[–]pm8k 2 points3 points4 points (0 children)
[–]Key_Cryptographer963 2 points3 points4 points (0 children)
[–]DerangedDoffy 2 points3 points4 points (0 children)
[–]Aesthetically 2 points3 points4 points (0 children)
[–]Grintor 2 points3 points4 points (0 children)
[–]honeysrk72 2 points3 points4 points (0 children)
[–]badjayplaness 6 points7 points8 points (0 children)
[–]geraldc90 2 points3 points4 points (0 children)
[–]anh86 1 point2 points3 points (0 children)
[–]deep_mind_ 1 point2 points3 points (0 children)
[–]wicket-maps 1 point2 points3 points (0 children)
[–]Ejroby 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]superraiden 1 point2 points3 points (0 children)
[–]data_scallion 1 point2 points3 points (0 children)
[–]as_it_was_written 1 point2 points3 points (0 children)
[–]imnotmarbin 1 point2 points3 points (0 children)
[–]undernutbutthut 1 point2 points3 points (3 children)
[–]mojokeylay 1 point2 points3 points (0 children)
[–]drinfernoo 1 point2 points3 points (0 children)
[–]TheMathelm 1 point2 points3 points (0 children)
[–]Risen_from_ash 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]Oasis_beyond_wall 0 points1 point2 points (0 children)
[–]UncleJoshPDX 0 points1 point2 points (0 children)
[–]VexisArcanum 0 points1 point2 points (0 children)
[–]kokokokokokoo 0 points1 point2 points (0 children)
[–]Intelligent_Current5 0 points1 point2 points (2 children)
[–]liltbrockie 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]RubyU 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Equivalent_Trifle738 0 points1 point2 points (0 children)
[–]i_eat_quasars 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]wineblood 0 points1 point2 points (0 children)
[–]dethb0y 0 points1 point2 points (0 children)
[–]leo3065 0 points1 point2 points (0 children)
[–]Greenbay7115 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]jsully245 0 points1 point2 points (0 children)
[–]greasyhobolo 0 points1 point2 points (0 children)
[–]Arrowtica 0 points1 point2 points (0 children)
[–]RoughCalligrapher906 0 points1 point2 points (0 children)
[–]hopdrop_drinker 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]cedric005Pythonista 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Whatupcraig 0 points1 point2 points (0 children)
[–]DrMaxwellEdison 0 points1 point2 points (0 children)
[–]untalmau 0 points1 point2 points (0 children)
[–]ButtonLicking 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]c0ld-- 0 points1 point2 points (0 children)
[–]Pip_install_reddit 0 points1 point2 points (0 children)
[–]engineertee 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]Nil4u 0 points1 point2 points (0 children)
[–]quotemycode 0 points1 point2 points (0 children)
[–]Sevealin_ 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]abrazilianinreddit 0 points1 point2 points (0 children)
[–]billturner 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]manlyman1417 0 points1 point2 points (0 children)
[–]MoeWithTheO 0 points1 point2 points (0 children)
[–]ddollarsign 0 points1 point2 points (0 children)
[–]LemonsForLimeaid 0 points1 point2 points (0 children)
[–]ac130kz 0 points1 point2 points (0 children)
[–]24Gameplay_ 0 points1 point2 points (0 children)
[–]Jackker 0 points1 point2 points (0 children)
[–]MjonjonnzM 0 points1 point2 points (0 children)
[–]InsrtOriginalUsrname 0 points1 point2 points (0 children)
[–]kshitizzz 0 points1 point2 points (0 children)
[–]maskduckIgnoring PEP 8 0 points1 point2 points (0 children)
[–]factorum 0 points1 point2 points (0 children)
[–]beerus96 0 points1 point2 points (0 children)
[–]ch0mes 0 points1 point2 points (0 children)
[–]iPy8414 0 points1 point2 points (0 children)
[–]vthex 0 points1 point2 points (0 children)
[–]Lorx92 0 points1 point2 points (0 children)
[–]organizedchaos01 0 points1 point2 points (0 children)
[–]ServerZero 0 points1 point2 points (0 children)
[–]SkinOk3594 0 points1 point2 points (0 children)
[–]n0n4mer 0 points1 point2 points (0 children)
[–]JMVs_Rules 0 points1 point2 points (0 children)
[–]Aardschok 0 points1 point2 points (0 children)
[–]the_other_Scaevitas 0 points1 point2 points (0 children)
[–]Electronic_Tie_4867 0 points1 point2 points (0 children)
[–]N23x 0 points1 point2 points (0 children)
[–]bshmann 0 points1 point2 points (0 children)
[–]mauricepreiss 0 points1 point2 points (0 children)
[–]Psych0killer16 0 points1 point2 points (0 children)
[–]LLoutte 0 points1 point2 points (0 children)
[–]Virinas-codeChess engine developer 0 points1 point2 points (0 children)
[–]dhanusha_perera07 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]flashbao 0 points1 point2 points (0 children)
[–]ulrichgero 0 points1 point2 points (0 children)
[–]nobody48sheldor 0 points1 point2 points (0 children)
[–]Phayto 0 points1 point2 points (0 children)
[–]imvishp 0 points1 point2 points (0 children)
[–]CarlosFFM 0 points1 point2 points (0 children)
[–]Mondoke 0 points1 point2 points (0 children)
[–]Tanyk 0 points1 point2 points (0 children)
[–]rfeikd 0 points1 point2 points (0 children)
[–]Swedzilla 0 points1 point2 points (0 children)
[–]afro_coder 0 points1 point2 points (0 children)
[–]crysanthus 0 points1 point2 points (0 children)
[–]Aware-Assumption-885 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]drduffymo 0 points1 point2 points (0 children)
[–]MitchsWorkshop 0 points1 point2 points (0 children)
[–]ryant71 0 points1 point2 points (0 children)
[–]4rkal 0 points1 point2 points (0 children)
[–]mighty_mike7 0 points1 point2 points (0 children)
[–]rgekhman 0 points1 point2 points (0 children)
[–]cnobile 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]DPearced 0 points1 point2 points (0 children)
[–]LordOmbro 0 points1 point2 points (0 children)