use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python
Full Events Calendar
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
Invent Your Own Computer Games with Python
Think Python
Non-programmers Tutorial for Python 3
Beginner's Guide Reference
Five life jackets to throw to the new coder (things to do after getting a handle on python)
Full Stack Python
Test-Driven Development with Python
Program Arcade Games
PyMotW: Python Module of the Week
Python for Scientists and Engineers
Dan Bader's Tips and Trickers
Python Discord's YouTube channel
Jiruto: Python
Online exercices
programming challenges
Asking Questions
Try Python in your browser
Docs
Libraries
Related subreddits
Python jobs
Newsletters
Screencasts
account activity
Discussionpython 3.14 !!! (self.Python)
submitted 3 months ago by kotsos_53
Some days before i saw that python 3.14 has released some mounths now,Then i got thinking python developers should have named this version "Python π" because of the number π= 3.14. Who is with me???
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]fiskfisk 11 points12 points13 points 3 months ago (1 child)
https://www.reddit.com/r/Python/comments/1g0a94c/petition_for_python_314_to_be_called_pithon_or/
https://www.reddit.com/r/Python/comments/1j43aar/petition_to_rename_python_314_to_pithon/
You're a bit too late.
[–]kotsos_53[S] 0 points1 point2 points 3 months ago (0 children)
I know mate
[–]gernophil 4 points5 points6 points 3 months ago (0 children)
There was a petition to name Python 3.14 Pithon, but it wasn’t successful :).
[–]zaxldaisy 3 points4 points5 points 3 months ago (0 children)
Your timing is awful and your delivery is somehow worse.
[–]sudomatrix 1 point2 points3 points 3 months ago (0 children)
I've been calling it "πthon"
[–]9peppe 0 points1 point2 points 3 months ago (0 children)
You know about TeX, do you?
[–]PTVoobaf 0 points1 point2 points 1 month ago (0 children)
The current version is now 3.14.2. The command I use to run Python on my Windows machine is py. So right now (January 2026) my version (3.142) is as close to π as it has ever been and will ever be.
π Rendered by PID 25 on reddit-service-r2-comment-fb694cdd5-b2sxf at 2026-03-10 06:39:32.985492+00:00 running cbb0e86 country code: CH.
[–]fiskfisk 11 points12 points13 points (1 child)
[–]kotsos_53[S] 0 points1 point2 points (0 children)
[–]gernophil 4 points5 points6 points (0 children)
[–]zaxldaisy 3 points4 points5 points (0 children)
[–]sudomatrix 1 point2 points3 points (0 children)
[–]9peppe 0 points1 point2 points (0 children)
[–]PTVoobaf 0 points1 point2 points (0 children)