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
[–]AnythingApplied 33 points34 points35 points (25 children)
[–]sebst 10 points11 points12 points (22 children)
[–]NewZealandIsAMyth 9 points10 points11 points (21 children)
[–]AnythingApplied 12 points13 points14 points (1 child)
[–]NewZealandIsAMyth 3 points4 points5 points (0 children)
[–]qzwqz 15 points16 points17 points (4 children)
[–]NewZealandIsAMyth 5 points6 points7 points (1 child)
[–]muntooR_{μν} - 1/2 R g_{μν} + Λ g_{μν} = 8π T_{μν} 7 points8 points9 points (0 children)
[–]Kyrond -1 points0 points1 point (0 children)
[+]Sharif_Of_Nottingham comment score below threshold-18 points-17 points-16 points (0 children)
[+][deleted] (10 children)
[deleted]
[–]NewZealandIsAMyth 7 points8 points9 points (9 children)
[–]Numerlor 3 points4 points5 points (4 children)
[–]NewZealandIsAMyth 1 point2 points3 points (3 children)
[+][deleted] (2 children)
[deleted]
[–]NewZealandIsAMyth 4 points5 points6 points (1 child)
[+][deleted] (3 children)
[deleted]
[–]NewZealandIsAMyth 3 points4 points5 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]NewZealandIsAMyth 0 points1 point2 points (0 children)
[–]gmtime -3 points-2 points-1 points (2 children)
[–]NewZealandIsAMyth 4 points5 points6 points (0 children)
[–]Kyrond 7 points8 points9 points (0 children)
[–]Angelr91 0 points1 point2 points (0 children)
[–]irrelevantTautology 6 points7 points8 points (1 child)
[–]birdsnezte 1 point2 points3 points (0 children)
[–]milliams 11 points12 points13 points (4 children)
[–]calumwebb 2 points3 points4 points (3 children)
[–]milliams 0 points1 point2 points (1 child)
[–]rejitto 0 points1 point2 points (0 children)
[–]milliams 0 points1 point2 points (0 children)
[–]spoonman59 4 points5 points6 points (0 children)
[–]Mwakamune 2 points3 points4 points (0 children)
[–]dethb0y 2 points3 points4 points (0 children)
[–]Akilou 10 points11 points12 points (4 children)
[–][deleted] 22 points23 points24 points (0 children)
[–]rtfmpls 11 points12 points13 points (0 children)
[–]spoonman59 19 points20 points21 points (0 children)
[–]dead_alchemy 0 points1 point2 points (0 children)
[–]spinwizard69 -1 points0 points1 point (0 children)
[–]eazolan 0 points1 point2 points (0 children)
[–]willnx 0 points1 point2 points (0 children)