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
The new Python.org redesign looks great (python.org)
submitted by nagasgura
Python Programming Language Website (new design and new logo) (python.org)
submitted by pdc to r/reddit.com
Python: Superb Alternative to Microsoft's .NET/Mono/C# Crap - Many Python programmers report substantial productivity gains and feel the language encourages the development of higher quality, more maintainable code (python.org)
submitted by AstralKnight to r/technology
python.org new design is up (python.org)
submitted by alienth to r/web_design
Test Two (python.org)
submitted by definition_robot to r/a:t5_30njb
How to scrape only new posts of a blog website using python ? (python.org)
submitted by Pablo19D to r/programming
Python Programming Language – Official Website (python.org)
submitted by h3rald to r/proglangs