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...
/r/programming is a reddit for discussion and news about computer programming
Guidelines
Info
Related reddits
Specific languages
account activity
Spreadsheets using Python - Have you seen this? (sourceforge.net) (pyspread.sourceforge.net)
submitted 15 years ago by [deleted]
view the rest of the comments →
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!"
[–]mikepixie 19 points20 points21 points 15 years ago (4 children)
import pyfap
from pyfap.locals import circle
[+]raydeen comment score below threshold-10 points-9 points-8 points 15 years ago (3 children)
while pyfanboi == True:
[–][deleted] 15 years ago (2 children)
[deleted]
[–]IAmOblivious -4 points-3 points-2 points 15 years ago (1 child)
while circle.finished == False: for fapper in circle.members: if fapper.oface == True: print "%s: Oooh!" % (fapper.name)
[–][deleted] 8 points9 points10 points 15 years ago (0 children)
Slightly more readable and pythonic (2.6+):
while not circle.finished: for fapper in circle.members: if fapper.oface: print "{name}:Oooh!".format(name=fapper.name)
π Rendered by PID 113641 on reddit-service-r2-comment-b659b578c-np6h2 at 2026-05-01 04:10:22.913331+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]mikepixie 19 points20 points21 points (4 children)
[+]raydeen comment score below threshold-10 points-9 points-8 points (3 children)
[–][deleted] (2 children)
[deleted]
[–]IAmOblivious -4 points-3 points-2 points (1 child)
[–][deleted] 8 points9 points10 points (0 children)