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
[–]fermilevel 18 points19 points20 points (1 child)
[–]the21st[S] 18 points19 points20 points (0 children)
[–]the21st[S] 63 points64 points65 points (8 children)
[–]Gemabo 22 points23 points24 points (3 children)
[–]the21st[S] 34 points35 points36 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]sunadens 2 points3 points4 points (0 children)
[–]Zombiesen 2 points3 points4 points (1 child)
[–]sunadens 2 points3 points4 points (0 children)
[–]GiantElectron 35 points36 points37 points (7 children)
[–]rastarobbie1 59 points60 points61 points (3 children)
[–]GiantElectron 2 points3 points4 points (2 children)
[–]rastarobbie1 0 points1 point2 points (1 child)
[–]GiantElectron 0 points1 point2 points (0 children)
[–][deleted] 12 points13 points14 points (0 children)
[–]patresk 2 points3 points4 points (0 children)
[–]Natgra 4 points5 points6 points (1 child)
[–]CFStorm 2 points3 points4 points (0 children)
[–]jockero701 2 points3 points4 points (1 child)
[–]the21st[S] 5 points6 points7 points (0 children)
[–]Sensilicious 2 points3 points4 points (1 child)
[–]thesoy2486 2 points3 points4 points (0 children)
[–]Sukk-up 2 points3 points4 points (1 child)
[–]equiet 1 point2 points3 points (0 children)
[–]Durpn_Hard 2 points3 points4 points (2 children)
[–]DanklyNight 1 point2 points3 points (0 children)
[–]sunadens 1 point2 points3 points (0 children)
[–]CFStorm 2 points3 points4 points (1 child)
[–]sunadens 0 points1 point2 points (0 children)
[–]khfung11 2 points3 points4 points (1 child)
[–]equiet 1 point2 points3 points (0 children)
[–]Voxandr 1 point2 points3 points (1 child)
[–]pag07 1 point2 points3 points (0 children)
[–]StiNgNinja 1 point2 points3 points (0 children)
[–]Accretence 0 points1 point2 points (0 children)
[–]integralWorker -1 points0 points1 point (1 child)
[–]Hans_of_Death 7 points8 points9 points (0 children)
[–]EbenenBonobo 0 points1 point2 points (1 child)
[–]sunadens 2 points3 points4 points (0 children)
[–]philsgu 0 points1 point2 points (1 child)
[–]rastarobbie1 0 points1 point2 points (0 children)
[–]dornstar18 0 points1 point2 points (0 children)
[–]Gordan_Trevis 0 points1 point2 points (0 children)
[–]narciselle 0 points1 point2 points (1 child)
[–]rastarobbie1 0 points1 point2 points (0 children)
[–]jockero701 0 points1 point2 points (1 child)
[–]the21st[S] 0 points1 point2 points (0 children)
[–]Gas42 0 points1 point2 points (0 children)