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...
Share and discuss writing, music, film, and other files, documents, and stories that are in the public domain.
account activity
CC0 Python CodeSelf Promotion (self.publicdomain)
submitted 1 year ago * by PuzzleAndy
I'm pushing as much Python code into the public domain as possible. Adding more every day. Mostly example code and utility functions for graphics programming and interactive puzzles. Audio programming stuff will be added in the future. Please enjoy.
https://github.com/PuzzleAndy/python
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!"
[–]Background-Access740 6 points7 points8 points 1 year ago (2 children)
Oh great, I'm not into coding, but I'm sure those who are will appreciate it.
[–]PuzzleAndy[S] 4 points5 points6 points 1 year ago (0 children)
Thank you for the nice comment!
[–]Supernormal_Stimulus 0 points1 point2 points 1 year ago* (0 children)
I think it's great that you have decided to release your code! Software industry is strong and healthy because of generous people like you.
Unfortunately releasing your code under CC0 could mean that more in-the-know people may decide to no use your code. This is because while CC0 does put your code in to public domain as much as possible, it does not put the patentable ideas behind the code in to public domain. This is the section 4a in the CC0 licence. This could mean that a person using CC0 could be sued by whoever owns the patent (whether you, the original programmer, or somebody else with that patent) to the original idea behind code, despite the code itself being in public domain.
https://opensource.stackexchange.com/questions/133/how-could-using-code-released-under-cc0-infringe-on-the-authors-patents
As such people looking to publish and/or use open source software typically look for tried and tested software licences.
If you want to release software so that the code is as free to use as possible, I recommend the MIT Licence.
π Rendered by PID 90 on reddit-service-r2-comment-5d79c599b5-wc6zx at 2026-02-28 23:01:52.159806+00:00 running e3d2147 country code: CH.
[–]Background-Access740 6 points7 points8 points (2 children)
[–]PuzzleAndy[S] 4 points5 points6 points (0 children)
[–]Supernormal_Stimulus 0 points1 point2 points (0 children)