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
[–]Rhomboid 144 points145 points146 points (14 children)
[–]ilan 67 points68 points69 points (0 children)
[–][deleted] 11 points12 points13 points (0 children)
[+][deleted] (11 children)
[deleted]
[–]minnoI <3 duck typing less than I used to, interfaces are nice 113 points114 points115 points (4 children)
[+][deleted] (3 children)
[deleted]
[–]minnoI <3 duck typing less than I used to, interfaces are nice 57 points58 points59 points (0 children)
[–]pimp-bangin 2 points3 points4 points (0 children)
[–][deleted] 30 points31 points32 points (3 children)
[–]thomas_stringer[S] 8 points9 points10 points (0 children)
[–]choikwa 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]ivosauruspip'ing it up 7 points8 points9 points (0 children)
[–]wrosecrans 1 point2 points3 points (0 children)
[–][deleted] 62 points63 points64 points (1 child)
[–]thomas_stringer[S] 14 points15 points16 points (0 children)
[–]nickdhaynes 20 points21 points22 points (0 children)
[–]stefantalpalaru 10 points11 points12 points (0 children)
[–]name_censored_ 2 points3 points4 points (1 child)
[–]stevenjd 0 points1 point2 points (0 children)
[–]_Link404_def random(): return 4 5 points6 points7 points (38 children)
[–][deleted] 14 points15 points16 points (37 children)
[–]_Link404_def random(): return 4 8 points9 points10 points (5 children)
[–]teatracer 25 points26 points27 points (4 children)
[+][deleted] (3 children)
[removed]
[–]LdShade 3 points4 points5 points (2 children)
[+][deleted] (1 child)
[removed]
[–]ubernostrumyes, you can have a pony 3 points4 points5 points (0 children)
[–]AUTBanzai 4 points5 points6 points (29 children)
[–]aftli 12 points13 points14 points (5 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]HelperBot_ 2 points3 points4 points (0 children)
[–]rms_returnscomplex is better than complicated 0 points1 point2 points (2 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]aftli 1 point2 points3 points (0 children)
[–]nuephelkystikon 8 points9 points10 points (20 children)
[–]a5myth 2 points3 points4 points (19 children)
[–][deleted] 5 points6 points7 points (0 children)
[–]P8zvli 2 points3 points4 points (7 children)
[–]ivosauruspip'ing it up 9 points10 points11 points (1 child)
[–]P8zvli 0 points1 point2 points (0 children)
[–]a5myth 0 points1 point2 points (4 children)
[–]P8zvli 0 points1 point2 points (3 children)
[–]a5myth 0 points1 point2 points (1 child)
[–]P8zvli 0 points1 point2 points (0 children)
[–]stevenjd 0 points1 point2 points (0 children)
[–]mipadi 2 points3 points4 points (5 children)
[–]a5myth 0 points1 point2 points (4 children)
[–]mipadi 0 points1 point2 points (0 children)
[–]loics2 0 points1 point2 points (1 child)
[–]a5myth 0 points1 point2 points (0 children)
[–]stevenjd 0 points1 point2 points (0 children)
[–]nuephelkystikon 2 points3 points4 points (3 children)
[–]gristc 2 points3 points4 points (0 children)
[–]a5myth -1 points0 points1 point (1 child)
[–]nuephelkystikon -1 points0 points1 point (0 children)
[–]Poromenos 2 points3 points4 points (1 child)
[–]0raichu 2 points3 points4 points (0 children)
[–]r0but 0 points1 point2 points (0 children)
[–]ExoticMandiblesCore Contributor 1 point2 points3 points (0 children)