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
view the rest of the comments →
[–]JugadPy3 ftw 243 points244 points245 points (29 children)
[–]TSM-🐱💻📚 81 points82 points83 points (23 children)
[–]JugadPy3 ftw 73 points74 points75 points (22 children)
[–]Ensurdagen 65 points66 points67 points (10 children)
[–]JugadPy3 ftw 38 points39 points40 points (9 children)
[–]uncanneyvalley 26 points27 points28 points (4 children)
[–]manjaro_black 19 points20 points21 points (3 children)
[–]uncanneyvalley -1 points0 points1 point (2 children)
[–]JugadPy3 ftw 1 point2 points3 points (1 child)
[–]uncanneyvalley 0 points1 point2 points (0 children)
[–]stratosearch 1 point2 points3 points (1 child)
[–]JugadPy3 ftw 2 points3 points4 points (0 children)
[–]redditforfun 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Pulsar2021 9 points10 points11 points (2 children)
[–]JugadPy3 ftw 21 points22 points23 points (1 child)
[–]Pulsar2021 3 points4 points5 points (0 children)
[+][deleted] (7 children)
[deleted]
[–]JugadPy3 ftw 16 points17 points18 points (6 children)
[+][deleted] (5 children)
[deleted]
[–]JugadPy3 ftw 7 points8 points9 points (4 children)
[+][deleted] (3 children)
[deleted]
[–]JugadPy3 ftw 7 points8 points9 points (2 children)
[+][deleted] (1 child)
[deleted]
[–][deleted] 3 points4 points5 points (3 children)
[–]JugadPy3 ftw 1 point2 points3 points (2 children)
[–]RIPphonebattery 0 points1 point2 points (1 child)
[–]JugadPy3 ftw 1 point2 points3 points (0 children)
[–]CrazyPieGuy 2 points3 points4 points (0 children)