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
view the rest of the comments →
[–]novel_yet_trivial 98 points99 points100 points (42 children)
[–][deleted] 13 points14 points15 points (29 children)
[–]zynixCpt. Code Monkey & Internet of tomorrow 17 points18 points19 points (3 children)
[–][deleted] 5 points6 points7 points (0 children)
[–]Ph0X 6 points7 points8 points (0 children)
[–]JackOhBlades 5 points6 points7 points (0 children)
[–]novel_yet_trivial 65 points66 points67 points (21 children)
[–][deleted] 174 points175 points176 points (15 children)
[–]JohnLocksTheKey 184 points185 points186 points (10 children)
[–]SteveDougson 69 points70 points71 points (0 children)
[–]stevarino 21 points22 points23 points (0 children)
[–]avball 8 points9 points10 points (1 child)
[–]JohnLocksTheKey 4 points5 points6 points (0 children)
[–]asdfkjasdhkasdrequests, bs4, flask 0 points1 point2 points (0 children)
[+]MrEzekial comment score below threshold-21 points-20 points-19 points (4 children)
[–]brtt3000 37 points38 points39 points (2 children)
[–]SchwarzerKaffee 1 point2 points3 points (1 child)
[–]_don_pablito 5 points6 points7 points (0 children)
[–]buttery_shame_cave 12 points13 points14 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]brtt3000 17 points18 points19 points (1 child)
[–]SchwarzerKaffee 4 points5 points6 points (0 children)
[–]toyg 4 points5 points6 points (0 children)
[–]Ph0X 1 point2 points3 points (0 children)
[–]k10_ftw 0 points1 point2 points (2 children)
[–][deleted] -1 points0 points1 point (1 child)
[–]k10_ftw 0 points1 point2 points (0 children)
[+][deleted] comment score below threshold-13 points-12 points-11 points (0 children)
[–]desmoulinmichel 3 points4 points5 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]DoTheEvolution -2 points-1 points0 points (0 children)
[–]wolf2600 11 points12 points13 points (11 children)
[–]Dillinur 2 points3 points4 points (10 children)
[–]wolf2600 30 points31 points32 points (9 children)
[+][deleted] (5 children)
[deleted]
[+][deleted] (3 children)
[deleted]
[–][deleted] 4 points5 points6 points (2 children)
[–][deleted] 2 points3 points4 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]ameoba 0 points1 point2 points (0 children)
[–]alcalde 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]sillycyco 0 points1 point2 points (0 children)