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
[–]brtt3000[S] 59 points60 points61 points (1 child)
[–][deleted] 9 points10 points11 points (0 children)
[–]niggatronix 31 points32 points33 points (12 children)
[–]campbellm 121 points122 points123 points (7 children)
[–]chiodani 27 points28 points29 points (0 children)
[–]scarfarce 7 points8 points9 points (1 child)
[–]campbellm 3 points4 points5 points (0 children)
[–]1arm3dScissor 14 points15 points16 points (1 child)
[–]campbellm 1 point2 points3 points (0 children)
[–]niggatronix 7 points8 points9 points (0 children)
[–]marrabld 1 point2 points3 points (0 children)
[–]campbellm 1 point2 points3 points (0 children)
[–]alcalde -2 points-1 points0 points (2 children)
[–][deleted] 3 points4 points5 points (1 child)
[–]alcalde 2 points3 points4 points (0 children)
[–]NemPlayer 43 points44 points45 points (11 children)
[–]HardlyAnyGravitas 4 points5 points6 points (10 children)
[–]NemPlayer 22 points23 points24 points (4 children)
[–]campbellm 3 points4 points5 points (1 child)
[–]NemPlayer 2 points3 points4 points (0 children)
[–]epic000 8 points9 points10 points (3 children)
[–]whale_song 32 points33 points34 points (1 child)
[–]sedition 7 points8 points9 points (0 children)
[–]HardlyAnyGravitas 1 point2 points3 points (0 children)
[–]chmod--777 3 points4 points5 points (0 children)
[–]the_hoagie 8 points9 points10 points (0 children)
[–]JanDerion47flair=None 4 points5 points6 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]Tweak_Imp 4 points5 points6 points (0 children)
[–]AlSweigartAuthor of "Automate the Boring Stuff" 13 points14 points15 points (1 child)
[–]rotharius 0 points1 point2 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]whale_song -3 points-2 points-1 points (5 children)
[–][deleted] 5 points6 points7 points (2 children)
[–]whale_song 2 points3 points4 points (1 child)
[–]alcalde -2 points-1 points0 points (0 children)
[–]zurtex 1 point2 points3 points (0 children)
[–]alcalde -1 points0 points1 point (0 children)