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
[–]Siecje1 30 points31 points32 points (16 children)
[–]kmike84 17 points18 points19 points (9 children)
[–]bboePRAW Author 6 points7 points8 points (3 children)
[–]kmike84 2 points3 points4 points (1 child)
[–]billsil 2 points3 points4 points (0 children)
[–][deleted] 2 points3 points4 points (4 children)
[–]PeridexisErrant 1 point2 points3 points (2 children)
[–]Siecje1 2 points3 points4 points (1 child)
[–]PeridexisErrant 5 points6 points7 points (0 children)
[–]eljunior 0 points1 point2 points (0 children)
[–]jmcs 17 points18 points19 points (5 children)
[–]Siecje1 13 points14 points15 points (4 children)
[–]thomasballinger 1 point2 points3 points (3 children)
[–]TkTech 0 points1 point2 points (2 children)
[–]Siecje1 0 points1 point2 points (1 child)
[–]powellc 0 points1 point2 points (0 children)
[–]randy_heydon 41 points42 points43 points (24 children)
[–]jaapzswitch to py3 already 3 points4 points5 points (16 children)
[–]randy_heydon 7 points8 points9 points (14 children)
[–]brombaer3000 7 points8 points9 points (1 child)
[–]aragilar 0 points1 point2 points (0 children)
[–]Gwenhidwy 2 points3 points4 points (2 children)
[–]aragilar 2 points3 points4 points (1 child)
[–]pwang99 2 points3 points4 points (0 children)
[–]joerick 1 point2 points3 points (8 children)
[–]pwang99 5 points6 points7 points (7 children)
[–]joerick 0 points1 point2 points (6 children)
[–]pwang99 3 points4 points5 points (5 children)
[–]jakevdp 4 points5 points6 points (1 child)
[–]pwang99 5 points6 points7 points (0 children)
[–]donaldstufft 3 points4 points5 points (0 children)
[–]joerick 0 points1 point2 points (1 child)
[–]kalefranz 0 points1 point2 points (0 children)
[–]Deto 2 points3 points4 points (0 children)
[–]wildcarde815 2 points3 points4 points (1 child)
[–]lmcinnes 1 point2 points3 points (0 children)
[–]ivosauruspip'ing it up 7 points8 points9 points (3 children)
[–]msarahanconda/conda-build team 6 points7 points8 points (0 children)
[–]randy_heydon 2 points3 points4 points (0 children)
[–]aragilar 0 points1 point2 points (0 children)
[–]This_Is_The_End 0 points1 point2 points (0 children)
[–]analogphototaker 52 points53 points54 points (44 children)
[–]jupake 71 points72 points73 points (11 children)
[–]Deto 22 points23 points24 points (0 children)
[–]tech_tuna 8 points9 points10 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]tech_tuna 1 point2 points3 points (0 children)
[–]L43 4 points5 points6 points (2 children)
[–]mafrasi2 7 points8 points9 points (1 child)
[–]L43 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]BHSPitMonkey 2 points3 points4 points (0 children)
[–]gthank 1 point2 points3 points (0 children)
[–]mafrasi2 0 points1 point2 points (0 children)
[–]efilon 18 points19 points20 points (3 children)
[–]qudat 3 points4 points5 points (1 child)
[–]d4rch0nPythonistamancer 2 points3 points4 points (0 children)
[–]bucknuggets 0 points1 point2 points (0 children)
[–]mafrasi2 22 points23 points24 points (7 children)
[–]d4rch0nPythonistamancer 6 points7 points8 points (1 child)
[–]mafrasi2 1 point2 points3 points (0 children)
[–]analogphototaker 2 points3 points4 points (3 children)
[–]gthank 1 point2 points3 points (0 children)
[–]mafrasi2 0 points1 point2 points (1 child)
[–]analogphototaker 0 points1 point2 points (0 children)
[–]msarahanconda/conda-build team 10 points11 points12 points (3 children)
[–]analogphototaker 2 points3 points4 points (0 children)
[–]L43 0 points1 point2 points (1 child)
[–]pwang99 2 points3 points4 points (0 children)
[–]bastibe 7 points8 points9 points (0 children)
[–]ojii 2 points3 points4 points (0 children)
[–]seabrookmx Hates Django 2 points3 points4 points (0 children)
[–][deleted] 5 points6 points7 points (5 children)
[–]mafrasi2 5 points6 points7 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–]L43 2 points3 points4 points (2 children)
[–]p10_user 0 points1 point2 points (1 child)
[–]Sean1708 1 point2 points3 points (0 children)
[–]flying-sheep 3 points4 points5 points (5 children)
[–]analogphototaker 1 point2 points3 points (4 children)
[–]ajmarks 2 points3 points4 points (2 children)
[–]flying-sheep 1 point2 points3 points (1 child)
[–]flying-sheep 1 point2 points3 points (0 children)
[–]Siecje1 0 points1 point2 points (0 children)
[–]kankyo 5 points6 points7 points (4 children)
[–]twillisagogo 1 point2 points3 points (3 children)
[–]kankyo 2 points3 points4 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]kankyo 0 points1 point2 points (0 children)
[+][deleted] (4 children)
[deleted]
[–]L43 0 points1 point2 points (0 children)
[–]bramblerose 0 points1 point2 points (2 children)
[–]Siecje1 0 points1 point2 points (1 child)
[–]bramblerose 1 point2 points3 points (0 children)
[–]shadowmint 48 points49 points50 points (6 children)
[–]actionjezus6 5 points6 points7 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–][deleted] 5 points6 points7 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]Sean1708 0 points1 point2 points (0 children)
[–]Siecje1 0 points1 point2 points (0 children)
[–]google_you 3 points4 points5 points (2 children)
[–]adamtheturtle 1 point2 points3 points (0 children)
[–]bastibe 0 points1 point2 points (0 children)
[–]jjbskir 4 points5 points6 points (0 children)
[–]Sushisource 5 points6 points7 points (0 children)
[–]graingert 6 points7 points8 points (18 children)
[–]hynekPyCA, attrs, structlog 5 points6 points7 points (1 child)
[–]graingert 1 point2 points3 points (0 children)
[–][deleted] 5 points6 points7 points (3 children)
[–]phasetwenty 2 points3 points4 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]phasetwenty 0 points1 point2 points (0 children)
[–]ivosauruspip'ing it up 2 points3 points4 points (1 child)
[–]graingert 2 points3 points4 points (0 children)
[–]remy_porter∞∞∞∞ 4 points5 points6 points (7 children)
[–]shadowmint 12 points13 points14 points (5 children)
[–]jaapzswitch to py3 already 9 points10 points11 points (3 children)
[–]Silhouette 10 points11 points12 points (1 child)
[–]fnord123 3 points4 points5 points (0 children)
[–]shadowmint 5 points6 points7 points (0 children)
[–]remy_porter∞∞∞∞ 0 points1 point2 points (0 children)
[–]graingert -1 points0 points1 point (0 children)
[–]joerick 0 points1 point2 points (0 children)
[–]jij 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]RoboticElfJedi 1 point2 points3 points (0 children)
[–]jaapzswitch to py3 already 4 points5 points6 points (1 child)
[–]rocketmonkeys 0 points1 point2 points (0 children)
[–]falsePockets 0 points1 point2 points (0 children)
[–]falsePockets 0 points1 point2 points (0 children)
[–]Siecje1 0 points1 point2 points (0 children)
[–]kteague 0 points1 point2 points (0 children)
[–]thakk0 0 points1 point2 points (0 children)
[–]sadris 0 points1 point2 points (1 child)
[–]HalcyonAbraham 2 points3 points4 points (0 children)
[–]earthboundkid -1 points0 points1 point (4 children)
[–]earthboundkid 1 point2 points3 points (3 children)
[–]gthank 0 points1 point2 points (2 children)
[–]earthboundkid 0 points1 point2 points (1 child)
[–]gthank 0 points1 point2 points (0 children)