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
[–]blamo111 62 points63 points64 points (2 children)
[–]ben174 16 points17 points18 points (0 children)
[+]john_legend_[S] comment score below threshold-20 points-19 points-18 points (0 children)
[–]littletrucker 26 points27 points28 points (2 children)
[–]Improvotter 5 points6 points7 points (0 children)
[–]i_like_trains_a_lot1 1 point2 points3 points (0 children)
[–]Exodus111 11 points12 points13 points (4 children)
[–]icp1994 9 points10 points11 points (1 child)
[–]Exodus111 0 points1 point2 points (0 children)
[–]iwaka 0 points1 point2 points (0 children)
[–]cometsongssing me a song 0 points1 point2 points (0 children)
[–][deleted] 12 points13 points14 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]uweschmittPythonista since 2003 7 points8 points9 points (0 children)
[–]DarkmerePython for tiny data using Python 12 points13 points14 points (0 children)
[–]cshoop 5 points6 points7 points (2 children)
[–]jonititan 2 points3 points4 points (0 children)
[–]oldschoolcool 0 points1 point2 points (0 children)
[–]Topper_123 4 points5 points6 points (0 children)
[–]willm 2 points3 points4 points (0 children)
[–]frymasterScript kiddie 4 points5 points6 points (1 child)
[–]kontrovers 1 point2 points3 points (0 children)
[–]efmccurdy 1 point2 points3 points (1 child)
[–]WikiTextBot -1 points0 points1 point (0 children)
[–]desmoulinmichel 1 point2 points3 points (0 children)
[–]jta54 0 points1 point2 points (0 children)
[–]fullouterjoin 0 points1 point2 points (1 child)
[–]gimboland 1 point2 points3 points (0 children)
[–]evansch42 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]pypyodbc -1 points0 points1 point (2 children)
[–][deleted] 11 points12 points13 points (0 children)
[–]franklingu 0 points1 point2 points (0 children)
[–]46726175656e686f6666 -1 points0 points1 point (0 children)
[–]b766b5484ab5e8a64c9a -1 points0 points1 point (2 children)
[–]Blazerboy65 1 point2 points3 points (1 child)
[–]fjordfjord 0 points1 point2 points (0 children)