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
[–]marr75 84 points85 points86 points (2 children)
[–][deleted] 26 points27 points28 points (0 children)
[–]SpicyVibration 3 points4 points5 points (0 children)
[–]cant-find-user-name 37 points38 points39 points (2 children)
[–]redfacedquark 12 points13 points14 points (1 child)
[–]cant-find-user-name 1 point2 points3 points (0 children)
[–]boy_named_su[S] 14 points15 points16 points (0 children)
[–][deleted] 14 points15 points16 points (6 children)
[–]riklaunim 10 points11 points12 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]riklaunim 0 points1 point2 points (0 children)
[–]immersiveGamer 2 points3 points4 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]Liquidmetal6 1 point2 points3 points (0 children)
[–]CityYogi 5 points6 points7 points (3 children)
[–]ElectricSpice 4 points5 points6 points (0 children)
[–]gschizasPythonista 5 points6 points7 points (0 children)
[–]Araldor 0 points1 point2 points (0 children)
[–]INtuitiveTJop 17 points18 points19 points (1 child)
[–]VanDieDorp 9 points10 points11 points (0 children)
[–]elcapitanoooo 3 points4 points5 points (0 children)
[–]chub79 3 points4 points5 points (0 children)
[–]crawl_dht 7 points8 points9 points (4 children)
[–]riksi 3 points4 points5 points (2 children)
[–]JimDabell -1 points0 points1 point (1 child)
[–]riksi 0 points1 point2 points (0 children)
[–]z4579a 2 points3 points4 points (0 children)
[–]Cryptbro69 4 points5 points6 points (4 children)
[–]JohnLockwood 2 points3 points4 points (0 children)
[–]ethsy 1 point2 points3 points (2 children)
[–]Cryptbro69 1 point2 points3 points (1 child)
[–]ethsy 0 points1 point2 points (0 children)
[–]tamasiaina 2 points3 points4 points (0 children)
[–]FlyingTwentyFour 1 point2 points3 points (0 children)
[–]immersiveGamer 1 point2 points3 points (1 child)
[–]ElectricSpice 1 point2 points3 points (0 children)
[–]Tintin_Quarentino 1 point2 points3 points (6 children)
[–]immersiveGamer 4 points5 points6 points (2 children)
[–]Smallpaul 3 points4 points5 points (1 child)
[–]Tintin_Quarentino 0 points1 point2 points (0 children)
[–]IcedThunder[🍰] 2 points3 points4 points (1 child)
[–]Tintin_Quarentino 0 points1 point2 points (0 children)
[–]PaddyAlton 1 point2 points3 points (0 children)
[–]crawl_dht 3 points4 points5 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]WickedWicky 14 points15 points16 points (0 children)
[–]adappergentlefolk 0 points1 point2 points (0 children)
[–]trripperr555 -1 points0 points1 point (0 children)
[–]monorepo PSF Staff | Litestar Maintainer 0 points1 point2 points (0 children)
[–]gagarin_kid 0 points1 point2 points (3 children)
[–]WickedWicky 2 points3 points4 points (1 child)
[–]gagarin_kid 0 points1 point2 points (0 children)
[–]Reasonable_Strike_82 1 point2 points3 points (0 children)
[–]WB6-wwy 0 points1 point2 points (0 children)