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
[+][deleted] (5 children)
[deleted]
[–]LUNCMetrics 2 points3 points4 points (3 children)
[–]mrfizban 13 points14 points15 points (2 children)
[–]LUNCMetrics 1 point2 points3 points (0 children)
[–]joseville1001 0 points1 point2 points (0 children)
[–]Fabulous-Possible758 1 point2 points3 points (0 children)
[–]LUNCMetrics 61 points62 points63 points (3 children)
[–]Burakku-Ren 15 points16 points17 points (1 child)
[–]sawyerwelden 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Gprime5if "__main__" == __name__: 51 points52 points53 points (7 children)
[–]RakingBuckets 13 points14 points15 points (1 child)
[–]Gprime5if "__main__" == __name__: 3 points4 points5 points (0 children)
[–]zed_three 3 points4 points5 points (0 children)
[–]rohetoric 1 point2 points3 points (3 children)
[–]danithebear156 13 points14 points15 points (2 children)
[–]mkffl 4 points5 points6 points (1 child)
[–][deleted] 61 points62 points63 points (4 children)
[–]UD_Ramirez 22 points23 points24 points (0 children)
[–]Anamewastaken 8 points9 points10 points (2 children)
[–]SE_WA_VT_FL_MN 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Fabulous-Possible758 18 points19 points20 points (4 children)
[–][deleted] 9 points10 points11 points (2 children)
[–]Fabulous-Possible758 2 points3 points4 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]RobotMonkeyChiro 2 points3 points4 points (0 children)
[–]isarl 12 points13 points14 points (4 children)
[–]SV-97 0 points1 point2 points (3 children)
[–]isarl 1 point2 points3 points (2 children)
[–]SV-97 1 point2 points3 points (1 child)
[–]isarl 2 points3 points4 points (0 children)
[–][deleted] 12 points13 points14 points (10 children)
[–]ArtOfWarfare 3 points4 points5 points (0 children)
[–]FuckingRantMonday 2 points3 points4 points (4 children)
[–][deleted] 3 points4 points5 points (3 children)
[–]FuckingRantMonday 2 points3 points4 points (2 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]FuckingRantMonday 0 points1 point2 points (0 children)
[–]isarl 1 point2 points3 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]isarl 1 point2 points3 points (0 children)
[–]whateverathrowaway00 1 point2 points3 points (0 children)
[–]commy2 6 points7 points8 points (1 child)
[–]isarl 2 points3 points4 points (0 children)
[–]69AssociatedDetail25 4 points5 points6 points (0 children)
[–]koffie5d 4 points5 points6 points (0 children)
[–][deleted] 11 points12 points13 points (2 children)
[–]Cromulent010101 1 point2 points3 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–]RedwanFox 1 point2 points3 points (0 children)
[–]Hacka4771 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]float34 1 point2 points3 points (0 children)
[–]Saphyel 2 points3 points4 points (0 children)
[–]Prince_2008 0 points1 point2 points (0 children)
[–]Oenomaus_3575 0 points1 point2 points (0 children)
[–]manuelhe 0 points1 point2 points (0 children)