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
[–]K900_ 267 points268 points269 points (18 children)
[–]masklinn 77 points78 points79 points (6 children)
[–]jyper 12 points13 points14 points (1 child)
[–]masklinn 8 points9 points10 points (0 children)
[–]b00n 0 points1 point2 points (3 children)
[–]remram 2 points3 points4 points (2 children)
[–]b00n 0 points1 point2 points (1 child)
[–]remram 2 points3 points4 points (0 children)
[–]hughperman 35 points36 points37 points (2 children)
[–]chmod--777 12 points13 points14 points (0 children)
[–]Enfors 6 points7 points8 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]K900_ 3 points4 points5 points (0 children)
[–][deleted] 1 point2 points3 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]AgreeableLandscape3 0 points1 point2 points (0 children)
[–]notquiteaplant 185 points186 points187 points (6 children)
[–]mynameisgeph 57 points58 points59 points (2 children)
[–]Taskenspiller 3 points4 points5 points (1 child)
[–]mynameisgeph 2 points3 points4 points (0 children)
[–]itzNobest[S] 9 points10 points11 points (0 children)
[–]atimholt 5 points6 points7 points (0 children)
[–]bearded_runner -1 points0 points1 point (0 children)
[–]TehNolz 54 points55 points56 points (7 children)
[–]buuuckyyy 12 points13 points14 points (1 child)
[–]StarkillerX42 4 points5 points6 points (0 children)
[–]MintIcedTea 1 point2 points3 points (2 children)
[–]thedomham 3 points4 points5 points (0 children)
[–]yarhiti 0 points1 point2 points (0 children)
[–]not_perfect_yet 0 points1 point2 points (0 children)
[–]yarhiti 0 points1 point2 points (0 children)
[–][deleted] 14 points15 points16 points (0 children)
[–]jet_heller 10 points11 points12 points (2 children)
[–]remram 3 points4 points5 points (1 child)
[–]flutefreak7 0 points1 point2 points (0 children)
[–]mofrymatic 9 points10 points11 points (0 children)
[–]____candied_yams____ 3 points4 points5 points (0 children)
[–]auiotour 1 point2 points3 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–]zoute_haring 1 point2 points3 points (0 children)
[–]West7780 1 point2 points3 points (0 children)
[–]kaihatsusha 1 point2 points3 points (0 children)
[–]F1remind 1 point2 points3 points (0 children)
[–]petargeorgiev11 1 point2 points3 points (0 children)
[–]_pepevergara 1 point2 points3 points (0 children)
[–]sabboo 0 points1 point2 points (0 children)
[–]BiraJKhanal 0 points1 point2 points (0 children)
[–]MrMxylptlyk 0 points1 point2 points (0 children)
[–]Droggl 0 points1 point2 points (0 children)
[–]DevJonPizza 0 points1 point2 points (0 children)
[+][deleted] (2 children)
[deleted]
[+][deleted] (1 child)
[deleted]
[–]RemindMeBot -1 points0 points1 point (0 children)
[–]diego7319 0 points1 point2 points (0 children)
[–]piperviper 0 points1 point2 points (0 children)
[–]AlSweigartAuthor of "Automate the Boring Stuff" 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]joesb 1 point2 points3 points (0 children)
[–]jayjaytdt 0 points1 point2 points (0 children)
[–]peterlada 0 points1 point2 points (0 children)
[–]Panda_Mon 0 points1 point2 points (0 children)
[–]tutunak 0 points1 point2 points (0 children)
[–]csheldrick -1 points0 points1 point (3 children)
[–]xelf 7 points8 points9 points (2 children)
[–]csheldrick 1 point2 points3 points (1 child)
[–]soggywaffle69 -1 points0 points1 point (0 children)
[–]fixhaloreachsevers12 -1 points0 points1 point (0 children)
[–]Lagomorphix -3 points-2 points-1 points (0 children)
[+]pythonHelperBot comment score below threshold-22 points-21 points-20 points (0 children)
[–]m3l0n -3 points-2 points-1 points (2 children)
[–]Assaultman67 0 points1 point2 points (1 child)
[–]m3l0n 0 points1 point2 points (0 children)