All sites
Data API
Reddit Data API
Subreddits, posts, comments and search from across Reddit.
19endpointsCloudflare · Rate Limit handled for you
Example (captured live)
reddit.com
ExampleJSON responseclick the page to trace a field
{
"query": "python",
"results": [
{
"id": "2qh0y",
"name": "Python",
"scraped_at": "2026-08-18T09:36:21.845733+00:00",
"title": "Python",
"description": "The largest Python community for Reddit! Stay up to date with the latest news, packages, and meta information relating to the Python programming language.
---
If you have questions or are new to Python use r/LearnPython",
"full_description": "####[The Python Discord](https://discord.gg/python)
News about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python
# Upcoming Events
[Full Events Calendar](https://www.python.org/events/)
# Please read the rules
**You can find the rules [here](https://old.reddit.com/r/Python/about/rules/).**
**If you are about to ask a "how do I do this in python" question, please try [r/learnpython](http://www.reddit.com/r/learnpython), [the Python discord](https://discord.gg/python), 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**
* [Automate the Boring Stuff with Python](https://automatetheboringstuff.com/)
* [Python Discord Resources](https://pythondiscord.com/pages/resources)
* [Invent Your Own Computer Games with Python](http://inventwithpython.com/)
* [Think Python](http://www.greenteapress.com/thinkpython2/index.html)
* [Non-programmers Tutorial for Python 3](http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_3)
* [Beginner's Guide Reference](http://wiki.python.org/moin/BeginnersGuide)
* [Five life jackets to throw to the new coder](http://newcoder.io) (things to do after getting a handle on python)
* [Full Stack Python](http://www.fullstackpython.com)
* [Test-Driven Development with Python](http://www.obeythetestinggoat.com/pages/book.html)
* [Program Arcade Games](http://programarcadegames.com/)
* [PyMotW](https://pymotw.com/3/): Python Module of the Week
* [Python for Scientists and Engineers](http://pythonforengineers.com/python-for-scientists-and-engineers/)
* [Dan Bader's Tips and Trickers](https://dbader.org/)
* [Python Discord's YouTube channel](https://www.youtube.com/channel/UCQsrA4xo6jvdgsJZhKaBL6w)
* [Jiruto: Python](https://jiruto.com/learn/Python)
**Online exercices**
* [pyschools](http://www.pyschools.com/)
* [codecademy](http://www.codecademy.com/tracks/python)
* [Problem Solving with Algorithms and Data Structures](https://runestone.academy/ns/books/published/pythonds/index.htmll)
* [How To Think Like a Computer Scientist](http://interactivepython.org/runestone/static/thinkcspy/index.html)
* [Code School: Try Python](https://www.codeschool.com/courses/try-python)
**programming challenges**
* [The Python Challenge](http://www.pythonchallenge.com) (solve each level through programming)
* [CheckiO](http://www.checkio.org) (game world)
* [Project Euler](http://projecteuler.net) (math heavy)
* /r/dailyprogrammer
**Asking Questions**
* [Should I use Python 2 or Python 3?](http://wiki.python.org/moin/Python2orPython3)
* [r/learnpython](http://www.reddit.com/r/learnpython)
* [r/learnprogramming](http://www.reddit.com/r/learnprogramming)
**Try Python in your browser**
* [try.jupyter.org](https://try.jupyter.org) (Evolved from the language-agnostic parts of IPython, Python 3)
* [Azure Notebooks](https://notebooks.azure.com/)
* [learnpython.org](http://www.learnpython.org/)
* [Skulpt](https://skulpt.org/) (uses WebGL)
* [trypython.org](http://www.trypython.org/) (uses Silverlight)
* [ideone](http://www.ideone.com/) (online compiler and debugger)
* [PythonAnywhere](https://www.pythonanywhere.com/) (basic accounts are free)
* [Brython](http://www.brython.info/tests/console.html) (Python 3 implementation for client-side web programming)
* [repl.it for Python](https://repl.it/languages/python3)
* [Transcrypt (Hi res SVG using Python 3.6 and turtle module)](http://www.transcrypt.org/live/turtle_site/turtle_site.html)
**Docs**
* [Python Official docs](https://docs.python.org/3/)
* [Guide to Python Packaging](https://packaging.python.org)
* [The Hitchhiker's Guide to Python](http://docs.python-guide.org/en/latest/index.html)
**Libraries**
* [Twisted](http://twistedmatrix.com/trac/), [0MQ](http://www.zeromq.org/bindings:python) (networking)
* [Django](https://www.djangoproject.com/), [Pyramid](http://www.pylonsproject.org/), [Flask](http://flask.pocoo.org/), ... ([Web Frameworks](http://wiki.python.org/moin/WebFrameworks))
* [Pygame](http://pygame.org/news.html) (Game development)
* [NumPy](http://numpy.org/) & [SciPy](http://www.scipy.org/) (Scientific computing) & [Pandas](http://pandas.pydata.org/)
* [Pyglet](https://bitbucket.org/pyglet/pyglet/wiki/Home) - (Game / UI Development)
**Related subreddits**
* /r/pythoncoding (strict moderation policy for 'programming only' articles)
* /r/flask (web microframework)
* /r/django (web framework for perfectionists with deadlines)
* /r/pygame (a set of modules designed for writing games)
* /r/IPython (interactive environment)
* /r/inventwithpython (for the books written by /u/AlSweigart)
* /r/pystats (python in statistical analysis and machine learning)
* [/r/coolgithubprojects](http://se.reddit.com/r/coolgithubprojects/search?q=flair%3A%27python%27&restrict_sr=on&sort=new&t=all#python) (filtered on Python projects)
* /r/pyladies (women developers who love python)
* /r/git and /r/mercurial - don't forget to put your code in a repo!
**Python jobs**
* [Pythonjobs.Github.io](http://pythonjobs.github.io/)
* [Python.org job board](https://www.python.org/jobs/)
**Newsletters**
* [Pycoder's Weekly](http://pycoders.com/)
* [Python Weekly](http://www.pythonweekly.com/)
* [ImportPython](http://importpython.com/)
* [PythonTips](http://newsletter.pythontips.com/)
**Screencasts**
* [Neckbeard Republic](http://www.neckbeardrepublic.com)
* [Introduction to Programming with Python (from Microsoft Virtual Academy)](https://mva.microsoft.com/en-US/training-courses/introduction-to-programming-with-python-8360?l=lqhuMxFz_8904984382)",
"subscribers": 1505511,
"active_users": null,
"created_at": "2008-01-25T03:14:39+00:00",
"over18": false,
"type": "public",
"submission_type": "self",
"lang": "en",
"quarantine": false,
"icon": "https://styles.redditmedia.com/t5_2qh0y/styles/communityIcon_lctik80p96tg1.png",
"banner": "https://styles.redditmedia.com/t5_2qh0y/styles/bannerBackgroundImage_cd73kiu1502d1.png?width=4000&s=adab92e03af7e628f0df484bb7aab107176435b7",
"header_image": "https://b.thumbs.redditmedia.com/8HiO52_EuT_h63Qg.png",
"url": "https://www.reddit.com/r/Python/"
},
{
"id": "2qeibm",
"name": "PythonLearning",
"scraped_at": "2026-08-18T09:36:21.845764+00:00",
"title": "PythonLearning",
"description": "Everything about learning the Python programming language. Ask questions, give recommendations, explain concepts, show projects, demo free tools, compare courses, ...",
"full_description": "Everything about learning Python",
"subscribers": 111411,
"active_users": null,
"created_at": "2020-06-08T22:47:13+00:00",
"over18": false,
"type": "public",
"submission_type": "any",
"lang": "en",
"quarantine": false,
"icon": "https://styles.redditmedia.com/t5_2qeibm/styles/communityIcon_5rysoa19mr351.png",
"banner": null,
"header_image": null,
"url": "https://www.reddit.com/r/PythonLearning/"
},
{
"id": "fnrmm",
"name": "PythonProjects2",
"scraped_at": "2026-08-18T09:36:21.845781+00:00",
"title": "Where the rookies roam",
"description": "A place for people who are learning the programming language 'Python' to come and apply their new skills on actual projects, and get feedback.",
"full_description": "Welcome to r/pythonprojects2!
I'm glad you've found you're way here, and I'm glad you're learning Python!
This subreddit is still a work in progress, so bear with us!
For a while now, I have been at the point where I know Python syntax really well, but I can't find work because I haven't really MADE anything. So I spent weeks Googling "Python projects" to little avail.
The natural solution was to create my own space (be the change you wish to see) to share with people in a similar situation.
This sub is aimed at people proficient in Python syntax but sort of lost on where to go from tutorials and YouTube videos.
-----------------------------------------------
POSTING RULES:
1) Only create new threads with projects for others to try. This is not r/learnpython, if you have a Python question ask there or in a relevant thread on here.
1.2.0) If you would like to post your project, first post it as a challenge to others and post your results in the comments. Violations of this rule will result in deletion of said thread.
2) Follow the posting format. If you have issues with the format address them with u/moonsout_goonsout.
3) When posting your code, properly format it or use sites like [pastebin](https://pastebin.com/), [Gist](https://gist.github.com/), or [Trinket](https://trinket.io/python).
4) **Don't be an asshole.**
-------------------------------------
Quick Search:
For Easy project ideas click [here](https://nt.reddit.com/r/PythonProjects2/search?q=flair%3AEasy&restrict_sr=on)
For Moderate project ideas click [here](https://nt.reddit.com/r/PythonProjects2/search?q=flair%3AModerate&restrict_sr=on)
For Difficult project ideas click [here](https://nt.reddit.com/r/PythonProjects2/search?q=flair%3ADifficult&restrict_sr=on)
For Resources posted click [here](https://nt.reddit.com/r/PythonProjects2/search?q=flair%3ARESOURCE&restrict_sr=on)
-------------------------------------
RESOURCES:
- http://www.practicepython.org/
An aggregate of Python beginner projects. Essentially this place minus the conversation.
[credit to u/meodoc]
- [Corey Schafer](https://www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g). Corey's channel has been the most helpful in my Python journey. It is of course only a matter of preference. [/u/moonsout_goonsout]
------------------------------------
Related Subreddits:
- r/learnpython
- r/python
- r/learnprogramming
# Added Quick Search Links To the Side Bar! Check below the posting rules.",
"subscribers": 57905,
"active_users": null,
"created_at": "2018-02-10T22:31:14+00:00",
"over18": false,
"type": "public",
"submission_type": "any",
"lang": "en",
"quarantine": false,
"icon": "https://styles.redditmedia.com/t5_fnrmm/styles/communityIcon_9vnzkywxnxid1.jpeg",
"banner": "https://styles.redditmedia.com/t5_fnrmm/styles/bannerBackgroundImage_vzr9zbv00yid1.png?width=4000&s=96c14dfeeab2d6dcc710109c3b30274d44a1035c",
"header_image": null,
"url": "https://www.reddit.com/r/PythonProjects2/"
},
{
"id": "2r8ot",
"name": "learnpython",
"scraped_at": "2026-08-18T09:36:21.845789+00:00",
"title": "Python Education",
"description": "Subreddit for posting questions and asking for general advice about all topics related to learning python.",
"full_description": "*****************************
> [**Rules**](#icon-information)
>
> 1: Be polite
> 2: Posts to this subreddit must be requests for help learning python.
> 3: Replies on this subreddit must be pertinent to the question OP asked.
> 4: No replies copy / pasted from ChatGPT or similar.
> 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
> This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
> Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
*****************************
> [**Learning resources**](#icon-information)
> Wiki and FAQ: [/r/learnpython/w/index](http://www.reddit.com/r/learnpython/wiki/index)
*****************************
> [**Discord**](#icon-comments)
> [Join the Python Discord chat](https://discord.gg/python)",
"subscribers": 1048917,
"active_users": null,
"created_at": "2009-10-02T15:59:41+00:00",
"over18": false,
"type": "public",
"submission_type": "self",
"lang": "en",
"quarantine": false,
"icon": "https://styles.redditmedia.com/t5_2r8ot/styles/communityIcon_jwr5s7l5ici61.png",
"banner": null,
"header_image": "https://a.thumbs.redditmedia.com/QOLR_6JKHgnBEToB.png",
"url": "https://www.reddit.com/r/learnpython/"
},
{
"id": "2srho",
"name": "ballpython",
"scraped_at": "2026-08-18T09:36:21.845800+00:00",
"title": "Ball Python - Often imitated, never duplicated.",
"description": "Python Regius. Royal Python. Ball Python. We love them by any name!",
"full_description": "Welcome to r/ballpython, a community for ball python enthusiasts of all experience levels, from the prospective first-time owner to the veteran keeper. This is a predominantly discussion-based subreddit with a focus on raising husbandry standards. Photos and videos are also encouraged, so show off your ball pythons!
***
Be sure to read [our welcome post](https://www.reddit.com/r/ballpython/comments/arz5iw/welcome_to_rballpython_click_here_for_our/) for our rules and information resources!
***
Questions? Problems? [Click here to message the r/ballpython moderators!](https://www.reddit.com/message/compose?to=%2Fr%2Fballpython)
***
Related Subreddits
* r/snakes
* r/reptiles
* r/sneks",
"subscribers": 185449,
"active_users": null,
"created_at": "2011-08-20T09:06:43+00:00",
"over18": false,
"type": "public",
"submission_type": "any",
"lang": "en",
"quarantine": false,
"icon": "https://styles.redditmedia.com/t5_2srho/styles/communityIcon_iprkwgdy985b1.jpg",
"banner": "https://styles.redditmedia.com/t5_2srho/styles/bannerBackgroundImage_stqb71jnmq5f1.jpg?width=4000&s=c674ed2314da05b7506072865909f0feb882520b",
"header_image": "https://b.thumbs.redditmedia.com/-e9eJdZk2nW1qMkpUsVvaSVYKLB6r3fm8effJvqETDk.png",
"url": "https://www.reddit.com/r/ballpython/"
},
{
"id": "2zo0t",
"name": "PythonJobs",
"scraped_at": "2026-08-18T09:36:21.845806+00:00",
"title": "Python jobs, python job offers",
"description": "Python jobs are posted here",
"full_description": "Please preface all titles with either [Hiring] or [ForHire] and follow that with [your desired/possible location]
* [Python Jobs /r/PythonJobs](https://www.reddit.com/r/PythonJobs)
* [Remote Python Jobs /r/RemotePython](https://www.reddit.com/r/RemotePython)
* [Machine Learning Jobs /r/MachineLearningJobs](https://www.reddit.com/r/MachineLearningJobs)
* [Big Data Jobs /r/BigDataJobs](https://www.reddit.com/r/BigDataJobs)
* [WebDeveloper Jobs /r/WebDevelopperJobs](https://www.reddit.com/r/WebDeveloperJobs)
* [Javascript Jobs /r/JavascriptJobs](https://www.reddit.com/r/JavascriptJobs)",
"subscribers": 36290,
"active_users": null,
"created_at": "2014-01-06T18:29:38+00:00",
"over18": false,
"type": "public",
"submission_type": "self",
"lang": "en",
"quarantine": false,
"icon": "https://styles.redditmedia.com/t5_2zo0t/styles/communityIcon_52qqom0b4pz41.png",
"banner": null,
"header_image": null,
"url": "https://www.reddit.com/r/PythonJobs/"
},
{
"id": "hn6y0",
"name": "MontyPythonMemes",
"scraped_at": "2026-08-18T09:36:21.845811+00:00",
"title": "Monty Python Memes",
"description": ""How do you know so much about memes?"
"Well, you have to know these things when you're king, y'know."",
"full_description": ""How do you know so much about memes?"
"Well, you have to know these things when you're king, y'know."
**Meme Material Albums**
[Holy Grail](https://imgur.com/a/lY2ANYm)
[Life of Brian](https://imgur.com/a/6vZdHeD)
Meaning of Life: Coming soon
Flying Circus: Coming soon
**Rules**
1) All content submitted must be related to any of the works by the British comedy group, Monty Python. These include:
- *Monty Python's Flying Circus*
- *And Now for Something Completely Different*
- *Monty Python and the Holy Grail*
- *Monty Python's Life of Brian*
- *Monty Python's The Meaning of Life*
2) No threatening or harassing other users.
3) No posts asking for upvotes.",
"subscribers": 32486,
"active_users": null,
"created_at": "2018-04-04T02:48:44+00:00",
"over18": false,
"type": "public",
"submission_type": "any",
"lang": "en",
"quarantine": false,
"icon": "https://styles.redditmedia.com/t5_hn6y0/styles/communityIcon_7om7zz4iy0l21.png",
"banner": "https://styles.redditmedia.com/t5_hn6y0/styles/bannerBackgroundImage_si7mdrtnskl21.png?width=4000&s=6e338e26cf1197d941d4e8db6495fac3d608b146",
"header_image": null,
"url": "https://www.reddit.com/r/MontyPythonMemes/"
},
{
"id": "2r7yd",
"name": "learnprogramming",
"scraped_at": "2026-08-18T09:36:21.845816+00:00",
"title": "learn programming",
"description": "A subreddit for all questions related to programming in any programming language (Contributions are only allowed in English!).",
"full_description": "# Welcome to LearnProgramming!
----
## [**New? READ ME FIRST!**][readme]
## [Posting guidelines][wiki]
## [Frequently asked questions][faq]
## [Subreddit rules](https://www.reddit.com/r/learnprogramming/about/rules)
## [Message the moderators][message]
----
## Asking debugging questions
If you need help debugging, you must include:
1. A [**concise but descriptive title**][debugging-title].
2. A [**good description**][debugging-description] of the problem.
4. A [**minimal**, **easily runnable**][debugging-posting], and [**well-formatted**][debugging-formatting] program that illustrates your problem.
5. The output you expected, and what you got instead. If you got an error, include the **full** error message.
See [debugging question guidelines][debugging] for more info.
## Asking conceptual questions
Many conceptual questions have already been asked and answered. Read our [FAQ][faq] and search old posts before asking your question. If your question is similar to one in the FAQ, explain how it's different.
See [conceptual questions guidelines][conceptual] for more info.
## Other guidelines and links
1. [Frequently asked questions][faq]
2. [Asking homework questions][homework]
3. [Asking for code review][code-review]
4. [Answering questions][answering]
5. [Learning resources][learning-resources]
6. [Other communities][other-communities]
## Subreddit rules
### 1. No unprofessional/derogatory speech
- Follow [reddiquette](https://www.reddit.com/wiki/reddiquette): behave professionally and civilly at all times. Communicate to others the same way you would at your workplace. Disagreement and technical critiques are ok, but personal attacks are not.
Abusive, racist, or derogatory comments are absolutely not tolerated.
See our [policies on acceptable speech and conduct](/r/learnprogramming/wiki/index#wiki_acceptable_speech_and_conduct) for more details.
### 2. No spam or tasteless self-promotion
- When posting some resource or tutorial you've made, you must follow our [self-promotion policies](/r/learnprogramming/wiki/index#wiki_self-promotion).
In short, your posting history should not be predominantly self-promotional and your resource should be high-quality and complete. Your post should not "feel spammy".
Distinguishing between tasteless and tasteful self-promotion is inherently subjective. When in doubt, message the mods and ask them to review your post.
Self promotion from first time posters without prior participation in the subreddit is explicitly forbidden.
### 3. No off-topic posts
- Do not post questions that are completely unrelated to programming, software engineering, and related fields. Tech support and hardware recommendation questions count as "completely unrelated".
Questions that straddle the line between learning programming and learning other tech topics are ok: we don't expect beginners to know how exactly to categorize their question.
See our [policies on allowed topics](/r/learnprogramming/wiki/index#wiki_allowed_topics) for more details.
### 4. Do not ask exact duplicates of FAQ questions
- Do not post questions that are an exact duplicate of something already answered in the [FAQ](/r/learnprogramming/wiki/faq).
If your question is similar to an existing FAQ question, you MUST cite which part of the FAQ you looked at and what exactly you want clarification on.
### 5. Do not delete posts
- Do not delete your post! Your problem may be solved, but others who have similar problems in the future could benefit from the solution/discussion in the thread.
Use the "solved" flair instead.
### 6. No app/website review requests or showcases
- Do not request reviews for, promote, or showcase some app or website you've written. This is a subreddit for learning programming, not a "critique my project" or "advertise my project" subreddit.
Asking for code reviews is ok as long as you [follow the relevant policies](/r/learnprogramming/wiki/index#wiki_asking_for_a_code_review). In short, link to only your code and be specific about what you want feedback on. Do not include a link to a final product or to a demo in your post.
### 7. No rewards
- You may not ask for or offer payment of any kind (monetary or otherwise) when giving or receiving help.
In particular, it is not appropriate to offer a reward, bounty, or bribe to try and expedite answers to your question, nor is it appropriate to offer to pay somebody to do your work or homework for you.
### 8. No indirect links
- All links must link directly to the destination page. Do not use URL shorteners, referral links or click-trackers. Do not link to some intermediary page that contains mostly only a link to the actual page and no additional value.
For example, linking to some tweet or some half-hearted blog post which links to the page is not ok; but linking to a tweet with interesting replies or to a blog post that does some extra analysis is.
Udemy coupon links are ok: the discount adds "additional value".
### 9. Do not promote illegal or unethical practices
- Do not ask for help doing anything illegal or unethical. Do not suggest or help somebody do something illegal or unethical.
This includes piracy: asking for or posting links to pirated material is strictly forbidden and can result in an instant and permanent ban.
Trying to circumvent the terms of services of a website also counts as unethical behavior.
### 10. No complete solutions
- **Do not** ask for or post a complete solution to a problem.
When working on a problem, try solving it on your own first and ask for help on *specific* parts you're stuck with.
If you're helping someone, focus on helping OP make *forward progress*: link to docs, unblock misconceptions, give examples, teach general techniques, ask leading questions, give hints, but no direct solutions.
See our [guidelines on offering help](/r/learnprogramming/wiki/index#wiki_offering_help) for more details.
### 11. Don't ask to ask.
- Ask your questions right here in the open subreddit. Show what you have tried and tell us exactly where you got stuck.
We want to keep all discussion inside the open subreddit so that more people can chime in and help as well as benefit from the help given.
We also do not encourage help via DM for the same reasons - that more people can benefit
### 12. Low Effort Questions
- **Do not ask** easily googleable questions or questions that are covered in the documentation.
This subreddit is not a proxy for documentation or google.
We do require effort and demonstration of effort.
This includes "how do I?" questions
### 13. No AI (chatGPT etc.) generated/worked over messages/comments. No questions about chatGPT/AI generated code. No Vibe coding.
- Such posts/comments will be removed without warning and the poster of ai generated content will be instantly banned.
---
[readme]: /r/learnprogramming/comments/61oly8/new_read_me_first/?st=j48sevyh&sh=1af2421a
[wiki]: /r/learnprogramming/wiki/index
[faq]: /r/learnprogramming/wiki/faq
[message]: http://www.reddit.com/message/compose?to=%23learnprogramming
[debugging]: /r/learnprogramming/wiki/index#wiki_getting_debugging_help
[debugging-title]: /r/learnprogramming/wiki/index#wiki_writing_a_good_title
[debugging-description]: /r/learnprogramming/wiki/index#wiki_writing_a_good_description_of_the_problem
[debugging-posting]: /r/learnprogramming/wiki/index#wiki_posting_code
[debugging-formatting]: /r/learnprogramming/wiki/index#wiki_formatting_code
[conceptual]: /r/learnprogramming/wiki/index#wiki_asking_conceptual_questions
[homework]: /r/learnprogramming/wiki/index#wiki_asking_homework_questions
[answering]: /r/learnprogramming/wiki/index#wiki_offering_help
[code-review]: /r/learnprogramming/wiki/index#wiki_asking_for_a_code_review
[learning-resources]: /r/learnprogramming/wiki/index#wiki_other_resources
[other-communities]: /r/learnprogramming/wiki/index#wiki_related_communities
[rules]: /r/learnprogramming/wiki/rules/
[rules-self-promotion]: /r/learnprogramming/wiki/rules#wiki_2.3A_no_spam_or_tasteless_self-promotion
[rules-off-topic]: /r/learnprogramming/wiki/rules#wiki_3.3A_no_off-topic_posts
[reddiquette]: https://www.reddit.com/wiki/reddiquette",
"subscribers": 4400502,
"active_users": null,
"created_at": "2009-09-24T04:25:37+00:00",
"over18": false,
"type": "public",
"submission_type": "self",
"lang": "en",
"quarantine": false,
"icon": null,
"banner": null,
"header_image": null,
"url": "https://www.reddit.com/r/learnprogramming/"
},
{
"id": "2fwo",
"name": "programming",
"scraped_at": "2026-08-18T09:36:21.845821+00:00",
"title": "programming",
"description": "Computer Programming",
"full_description": "/r/programming is a reddit for discussion and news about [computer programming](http://en.wikipedia.org/wiki/Computer_programming).
****
**Rules**
Refer to the [rules page](/r/programming/about/rules/) for more info.
1. No LLM-Written Content
2. AI-related posts must comply with the AI Policy
3. No Political Posts or Personal/Social Drama/Gossip
4. No Non-Programming/Generic LLM/Diffusion Content
5. No Product Promotion/"I Made This" Project Demo Posts
6. No Content Aggregators
7. No Surveys Or Job Postings
8. No Support Questions or AskReddit-Type Questions
9. No Meta Posts
10. No Images, Memes, Or Other Low Effort Posts
11. No Blogspam
12. No Extreme Beginner Content
13. Comments: No Bots
14. Comments: No Incivility
****
**Info**
* Do you have a question? Check out /r/learnprogramming, /r/cscareerquestions, or [Stack Overflow](https://stackoverflow.com/).
* Do you have something funny to share with fellow programmers? Please take it to /r/ProgrammerHumor/.
* For posting job listings, please visit /r/forhire or /r/jobbit.
* Check out our [faq](http://www.reddit.com/r/programming/wiki/faq). Feel free to update it!
* Are you interested in promoting your own content? STOP! [Read this first](https://www.reddit.com/wiki/selfpromotion).
****
**Related reddits**
* /r/technology
* /r/ProgrammerTIL
* /r/learnprogramming
* /r/askprogramming
* /r/coding
* /r/compsci
* /r/dailyprogrammer
* /r/netsec
* /r/webdev
* /r/web_design
* /r/gamedev
* /r/cscareerquestions
* /r/reverseengineering
* /r/startups
* /r/techsupport
**[Specific languages](https://www.reddit.com/r/programming/wiki/faq#wiki_what_language_reddits_are_there.3F)**",
"subscribers": 6911977,
"active_users": null,
"created_at": "2006-02-28T18:19:29+00:00",
"over18": false,
"type": "public",
"submission_type": "link",
"lang": "en",
"quarantine": false,
"icon": "https://styles.redditmedia.com/t5_2fwo/styles/communityIcon_1bqa1ibfp8q11.png",
"banner": null,
"header_image": "https://b.thumbs.redditmedia.com/2rTE46grzsr-Ll3Q.png",
"url": "https://www.reddit.com/r/programming/"
},
{
"id": "3d262",
"name": "BallPythonMorph",
"scraped_at": "2026-08-18T09:36:21.845826+00:00",
"title": "Ball Python Morph",
"description": "All about ball python genetics: morph identification, education, and information.",
"full_description": "Hello! This subreddit want to be a place where share and discuss our passion: Ball Python! Feel free to subscibe, ask and share smart stuff
**Follow BPM!**
- [WebSite](http://www.ballpythonmorph.net) -work in progress-
- [Twitter](https://twitter.com/Ball_P_Morph)
- [Instagram](https://www.instagram.com/ballpythonmorph/)",
"subscribers": 6815,
"active_users": null,
"created_at": "2016-03-08T16:36:10+00:00",
"over18": false,
"type": "public",
"submission_type": "any",
"lang": "el",
"quarantine": false,
"icon": "https://styles.redditmedia.com/t5_3d262/styles/communityIcon_l7toqqqutdye1.jpg",
"banner": null,
"header_image": null,
"url": "https://www.reddit.com/r/BallPythonMorph/"
},
{
"id": "3fziv",
"name": "unexpectedMontyPython",
"scraped_at": "2026-08-18T09:36:21.845830+00:00",
"title": "Are those refrences?",
"description": "For all those times you find a reference to the greatest british comedy group.",
"full_description": "There are no rules. If you find a refrence, post it here.
Check out our shitposting subreddit: r/tisasillyplace",
"subscribers": 97966,
"active_users": null,
"created_at": "2016-08-22T22:29:20+00:00",
"over18": false,
"type": "public",
"submission_type": "any",
"lang": "en",
"quarantine": false,
"icon": "https://b.thumbs.redditmedia.com/RrEQZoMpEK3NMndHYQ4x8-SrBlyDWgN7GRAp5bfd5zE.png",
"banner": null,
"header_image": null,
"url": "https://www.reddit.com/r/unexpectedMontyPython/"
},
{
"id": "2ryfw",
"name": "snakes",
"scraped_at": "2026-08-18T09:36:21.845834+00:00",
"title": "Snakes",
"description": "A place for snake owners and lovers to share snake related stories, pictures, advice, and ask questions.",
"full_description": "[](#siderules)
#Resources
**Wild Snake Identification & Resources**
* /r/whatsthissnake
* [Free Snake Relocation Directory](http://www.freesnakerelocation.org)
**Buying & Selling**
* [www.faunaclassifieds.com](http://www.faunaclassifieds.com/forums/forumdisplay.php?f=841)
* [www.kingsnake.com]
(http://market.kingsnake.com/)
* [www.morphmarket.com]
(https://www.morphmarket.com/us/)
**Care Sheets**
* Ball Python: [1](http://www.faunaclassifieds.com/forums/showthread.php?t=77422) | [2](http://ball-pythons.net/forums/showthread.php?127203-Ball-Python-%28Python-regius%29-Caresheet)
| [The Basics](https://docs.google.com/document/d/18HBVsPHaip7LfrMuFt96MigRuMUXtrbnCiK79VuQiFk/) | [Common Problems](https://docs.google.com/document/d/10XKwpbq5NgtohLG03FB-VZP4NPw9n6kDcVHlXk50r1g/) | [Feeding](https://docs.google.com/document/d/1j3Lj2WA8GXuglV1ejLHj2WleYOxN2ssvF10MAvgWdoQ/)
* Corn Snake: [1](https://www.cornsnake.net/index.php?option=com_content&view=article&id=56&Itemid=143&lang=en)
* Carpet Python: [1](http://www.acreptiles.com/main/index.php?option=com_content&view=article&id=81&Itemid=140) | [2](http://www.reptilesmagazine.com/Care-Sheets/Carpet-Python-Care-Sheet/)
* King Snake/Milk Snake: [1](http://www.kingsnake.com/rockymountain/RMHPages/RMHkingsand.htm) | [2](http://www.thekingsnake.co.uk/king_snake_care_sheet.htm)
* Boa Constrictor: [1](http://www.vpi.com/publications/boa_constrictor) | [2](http://www.anapsid.org/boa.html)
* Brazilian Rainbow Boa: [1]
(http://www.moonlightboas.com/care-info/care-sheets/brazilian-rainbow-boa-care-sheet.php)
* Blood/Short Tail Python: [1](http://bloodpythons.com/cms/index.php/husbandry) | [2] (http://www.vpi.com/publications/borneo_pythons_information_and_care_sheet) | [3] (http://wallflowerherps.weebly.com/blood--st-python-care.html) | [4] (http://www.vpi.com/publications/blood_pythons_information_and_care)
#Related Subreddits
* /r/whatsthissnake
* /r/sneks
* /r/snakeswithhats
* /r/herpetology
* /r/reptiles
* /r/boas
* /r/ballpython
* /r/cornsnakes
* /r/SandBoa
* /r/carpetpythons
* /r/greentreepythons
* /r/retics",
"subscribers": 985953,
"active_users": null,
"created_at": "2010-07-22T18:22:35+00:00",
"over18": false,
"type": "public",
"submission_type": "any",
"lang": "en",
"quarantine": false,
"icon": "https://b.thumbs.redditmedia.com/xYy0dEyXzXsHGLdve8mjMf9W8IJR-AVbcdaawI_uNZM.png",
"banner": "https://b.thumbs.redditmedia.com/Rlfsxyi0c8wUZ3eIqQYNxGJS-LlmAxZhhiZSxu6sUdI.png",
"header_image": "https://b.thumbs.redditmedia.com/Gbz27mKHseRCJt62IS3x49vHkyJyxHL3v9mn5-pOicY.png",
"url": "https://www.reddit.com/r/snakes/"
},
{
"id": "2qosk",
"name": "montypython",
"scraped_at": "2026-08-18T09:36:21.845837+00:00",
"title": "Monty Python Subreddit!",
"description": "Everything to do with Monty Python.",
"full_description": "Rules:
1. No Spam
If we find that an account is exclusively submitting links from the same website or social media account, we will remove the post without warning.
[We only allow one type of spam on /r/montypython and this is it!](https://www.google.com/search?biw=1366&bih=635&ei=0eEkW_uiCOzm6ASGr5bYDA&q=spam+monty+python&oq=spam+monty&gs_l=psy-ab.1.0.0l8.421471.423255.0.424656.10.10.0.0.0.0.233.750.0j4j1.5.0....0...1c.1.64.psy-ab..5.5.750...0i67k1.0.KJqIugN_rBY)
[What constitutes spam? Am I a spammer?](https://www.reddithelp.com/en/categories/rules-reporting/account-and-community-restrictions/what-constitutes-spam-am-i-spammer)
2. No URL shorteners
URL shorteners can sometimes contain hidden links to malicious software. For this reason we don't allow any URL shorteners. Any post or comment containing one will be removed without warning.
3. Don't be a dick
This one is pretty self-explanatory. We reserve the right to ban any and all repeat offenders.
4. No (contemporary) politics
Political discussion is limited to British politics in the years 1969-1974 or before or Monty Python must have made a reference about it in a sketch, movie or similar.
The sanctions for violating this rule can range from comment removal to an unappealable permanent ban, depending entirely on the mood of the moderator in question.
5. Link the original source
Any interview must link to the original source (e.g. don't post a link to CNN that has snip of an interview that's originally posted in the *New York Times*).",
"subscribers": 82238,
"active_users": null,
"created_at": "2008-11-19T04:38:47+00:00",
"over18": false,
"type": "public",
"submission_type": "any",
"lang": "en",
"quarantine": false,
"icon": null,
"banner": null,
"header_image": null,
"url": "https://www.reddit.com/r/montypython/"
},
{
"id": "39346",
"name": "PythonBrasil",
"scraped_at": "2026-08-18T09:36:21.845843+00:00",
"title": "Python Brasil",
"description": "r/PythonBrasil – O ponto de encontro da comunidade brasileira de Python!
Aqui discutimos tudo sobre Python: dúvidas, boas práticas, frameworks, bibliotecas, automação, ciência de dados, web, backend, machine learning e muito mais. Seja você iniciante ou experiente, este é o lugar para compartilhar conhecimento e crescer junto com a comunidade.",
"full_description": "Regras:
1. [SPAM](https://www.youtube.com/watch?v=anwy2MPT5RE) está proibido por tempo indeterminado.
2. Evite ser excessivamente off-topic.
3. Não poste propagandas aleatórias (Elas serão excluídas).
4. Seja explícito, ou o GuidoVR rastreará seu IP.",
"subscribers": 7432,
"active_users": null,
"created_at": "2015-07-12T07:11:24+00:00",
"over18": false,
"type": "public",
"submission_type": "any",
"lang": "pt",
"quarantine": false,
"icon": "https://styles.redditmedia.com/t5_39346/styles/communityIcon_xfdlkmd3xkte1.png",
"banner": null,
"header_image": "https://b.thumbs.redditmedia.com/cjq8sqXKf451c7hxu6vMt6jbrkwbWaA9knQhLLIKr8k.png",
"url": "https://www.reddit.com/r/PythonBrasil/"
},
{
"id": "3evbu",
"name": "pythontips",
"scraped_at": "2026-08-18T09:36:21.845862+00:00",
"title": "Quick python tips to add to your collection",
"description": "A place to get a quick fix of python tips and tricks to make you a better Pythonista.",
"full_description": "Enter a python tip or trick.
* Can be basic or advanced.
* Should be explained with formatted code.
* Not a place for asking for help. (Do that at r/learnpython).
* However, discussion about tips and tricks are encouraged in the comment section.
* Do not link to a list or blog of python tips.
* A post should center around one main tip.
 
Other related Python subs:
* /r/python: News and discussion about Python.
* /r/learnpython: Ask for help with your code or for explanations of things.
* /r/django: News about django (Python Web Framework).
",
"subscribers": 148913,
"active_users": null,
"created_at": "2016-06-02T21:17:06+00:00",
"over18": false,
"type": "public",
"submission_type": "self",
"lang": "en",
"quarantine": false,
"icon": "https://styles.redditmedia.com/t5_3evbu/styles/communityIcon_78eetq3tym861.png",
"banner": null,
"header_image": null,
"url": "https://www.reddit.com/r/pythontips/"
},
{
"id": "2tex6",
"name": "ProgrammerHumor",
"scraped_at": "2026-08-18T09:36:21.845870+00:00",
"title": "memesAndJokesAboutEverythingProgrammingAndCS",
"description": "For anything funny related to programming and software development.",
"full_description": "> Not everybody understands the humor of programmers.
###Filters
* [All posts](http://www.reddit.com/r/ProgrammerHumor/#www)
* [No memes](http://nm.reddit.com/r/ProgrammerHumor/#nm)
* [Just memes](http://am.reddit.com/r/ProgrammerHumor/#am)
* [Advanced flair](https://old.reddit.com/r/ProgrammerHumor/search?q=flair%3Aadvanced&restrict_sr=on&include_over_18=on)
* [No Bad UI Posts](http://nu.reddit.com/r/ProgrammerHumor/#nu)
* [Just Bad UI Posts](http://au.reddit.com/r/ProgrammerHumor/#au)
* [No instanceof Trend](http://nt.reddit.com/r/ProgrammerHumor/#nt)
* [Just instanceof Trend](http://at.reddit.com/r/ProgrammerHumor/#at)
###[Discord](https://discord.gg/rph)
----
# Submission rules
## For the current list of rules, please see [this page.](https://old.reddit.com/r/ProgrammerHumor/about/rules/)
Rules are zero-indexed. If they do not appear zero-indexed you are asked to contact [Friend Computer](/message/compose?to=%2Fr%2FProgrammerHumor) for recalibration.
Suggestions are welcome.
With regards to commenting, please follow [reddiquette](http://www.reddit.com/wiki/reddiquette).
### Metadiscussions
If you have any thoughts on how the moderation could be improved do not hesitate to message the moderators.
If you feel that a metadiscussion is required with the whole subreddit either request that the moderators start one
or start one yourself and tag it [Meta].
### Perhaps More Apt Subs To Post:
* /r/softwaregore - f collection of things that users shouldn't see.
* r/pcmasterrace - for all of the general computer/gaming memes.
* r/linuxmasterrace - for anyone that likes Linux memes.
* /r/sysadminhumor - a sub for sysadmins with a sense of humor.
* /r/itsaunixsystem - for all the embarrassing cases of hollywood hacking you find in media.
* /r/recruitinghell - for all those horrific recruiting offers and job postings.
* /r/programme_irl - me too, thanks.
* /r/programmerreactions - expressing the life of programmers through reaction images.
* /r/learnprogramming - for those that have general programming questions
### Related Subreddits.
* r/badcode - for intentially bad code.
* r/badUIbattles - a sub for intentionally bad UI.
* r/ProgrammerAnimemes - for the anime referenced programmer memes
* r/ProgrammerDadJokes - for the punny bunch of you.
* /r/justgamedevthings - for memes, reaction gifs, production glitches and other fun related to game development.
* r/programminghorror - for unintentionally bad code.
* r/css_irl - describing real life photos with CSS
**Events**
[Hackathon 2019 - Overengineering](https://www.programmerhumor.org/Hackathon) ([Results](https://www.reddit.com/r/ProgrammerHumor/comments/ds7ma6/hackathon_results_winners/))",
"subscribers": 4748615,
"active_users": null,
"created_at": "2012-01-22T13:11:51+00:00",
"over18": false,
"type": "public",
"submission_type": "link",
"lang": "en",
"quarantine": false,
"icon": "https://styles.redditmedia.com/t5_2tex6/styles/communityIcon_70ds7qqgfr8b1.png",
"banner": "https://styles.redditmedia.com/t5_2tex6/styles/bannerBackgroundImage_z6ejudtdz7p41.png?width=4000&s=9e33bf27ecab480bc284b0d439ba9565668e2131",
"header_image": "https://b.thumbs.redditmedia.com/7figM5ltRdK7bAhIGenxdVFVRcQmMcW7PyYaCCKdCdI.png",
"url": "https://www.reddit.com/r/ProgrammerHumor/"
},
{
"id": "2vi60",
"name": "EliteDangerous",
"scraped_at": "2026-08-18T09:36:21.845876+00:00",
"title": "Elite Dangerous",
"description": "The official unofficial subreddit for Elite Dangerous, we even have devs lurking the sub!
Elite Dangerous brings gaming’s original open world adventure to the modern generation with a stunning recreation of the entire Milky Way galaxy. Here battles rage, governments fall, and humanity’s frontier expands – and you can impact it all. Welcome to the definitive massively multiplayer space epic.",
"full_description": "#Service status
>[](#sb-status-start)[Servers: undefined](#status_yellow_servers 'Servers - undefined')
[Store: Online](#status_green_store 'Store - Online')[](#sb-status-end)
>**Live: [Odyssey 4.0 Update 17.01 (PDLC)](https://elite-dangerous.fandom.com/wiki/Elite_Dangerous:_Odyssey)**
>**Live: [Horizons 4.0 Update 17.01](https://elite-dangerous.fandom.com/wiki/Fleet_Carriers_Update)**
>**Legacy: [Horizons 3.8](https://elite-dangerous.fandom.com/wiki/Fleet_Carriers_Update)**
>Summaries: [Core](https://elite-dangerous.wikia.com/wiki/Development_Plans#Season_1) • [Horizons (was PDLC)](https://elite-dangerous.wikia.com/wiki/Horizons)
• [Beyond](https://elite-dangerous.wikia.com/wiki/Elite_Dangerous:_Beyond) • [2019 & 2020](https://elite-dangerous.fandom.com/wiki/Development_Plans#2019-2020_Updates)
##[Daily Q&A](https://bit.ly/2v38ZsP) • [FAQ](https://www.reddit.com/r/EliteDangerous/wiki/faqpart2) • [Wiki](https://bit.ly/2w0FKDU) • [Career Chart](https://www.reddit.com/r/EliteDangerous/comments/8of96y) • [Lore](https://elite-dangerous.fandom.com/wiki/Elite_Dangerous_Timeline#34th_century) • [👽Thargoids](https://www.reddit.com/r/EliteDangerous/search?q=subreddit%3Aelitedangerous+author%3Aburtonsimmons+thargoids+edition&restrict_sr=on&sort=new&t=all) • [SAGi Magazine](https://www.reddit.com/r/EliteDangerous/search?q=subreddit%3Aelitedangerous+author%3ASagittariusEye+Sagittarius+issue&restrict_sr=on&sort=new&t=all)
#####[Gallery Of ED Artwork By Creative CMDRs](https://goo.gl/RMrmzl 'View Artwork Gallery')
#Fly Safe, Commander
Help|Find Wingmates
:-:|:-:
[Guides](http://bit.ly/2lsy610) & [Tips](https://bit.ly/2g3ymUn)|[Discord Servers](https://bit.ly/2v3aA1z)
[Welcome Pack](https://bit.ly/2xa6diJ)|[Elite Wings](https://bit.ly/2xqfkv4)
[Flight Training](https://bit.ly/2w1073O)|[Community Goals](https://bit.ly/2v3hK5U)
[Horizons Training](https://bit.ly/2vcfcyD)|[Elite Xbox One](https://bit.ly/2wBGSAx)
[Official Mentors](https://bit.ly/2iofDE0)|[Elite PlayStation](https://bit.ly/2iofFvC)
#Guidelines
*Read the [Subreddit's Rules](https://www.reddit.com/r/EliteDangerous/about/rules) and [Removals Info Page](https://www.reddit.com/r/EliteDangerous/wiki/removals) before posting*
**Please do:**
* Follow [Reddit's rules](https://bit.ly/2wl7JkF) & [Reddiquette](https://bit.ly/2vbE09L)
* Be respectful to each other
* Submit original content
* Ask questions in [Daily Q&A](https://bit.ly/2v38ZsP)
* Flair your posts for easy filtering
* Post content regarding Elite Dangerous
**Please don't:**
* Post unrelated or explicit content
* Encourage exploits / cheating
* Break [Frontier's Terms Of Service](https://bit.ly/2w1fGZw)
* Post generic memes
* Post retired topics (e.g. NPC names)
*[Post/comment not appearing?](/r/EliteDangerous/wiki/removals) It may have entered our AutoModerator's event horizon. Don't Panic, mods will review it ASAP.*
#Dangerous Links
Community|Official
:-:|:-:
[Related Subreddits](https://bit.ly/2xaBSke)|[Website](https://bit.ly/2vWflZR)
[Useful Links](https://bit.ly/2wl8wSg)|[Galnet News & Lore](https://bit.ly/2wk7yGg)
[Great Posts](https://bit.ly/2xa7AxT)|[Forum](https://forums.frontier.co.uk/forums/dangerous-discussion/) • [Store](https://bit.ly/2g2QLkl)
[Elite Dangerous Wiki](https://bit.ly/2w0FKDU)|[Support](https://bit.ly/2wl8kTr) • [FAQ](https://bit.ly/2g2Qf63)
[Subreddit Wiki](https://bit.ly/2v3hXGs)|[ED Manual](https://bit.ly/2wC0KDC)
[Subreddit FAQ](https://bit.ly/2g2xvn9)|[Dev Tracker](https://bit.ly/2vWSLQJ)
[AMA Archive](https://bit.ly/2g2xEHd)|[Steam Stats](https://bit.ly/2wBW9kv)
[Challenges](https://bit.ly/2wlf3MP)|[News](https://bit.ly/2wvDgRb) • [YouTube](https://bit.ly/2vWbsUK)
[Twitch Streams](https://bit.ly/2vmfpOZ)|[Twitter](https://bit.ly/2wvqUIZ) • [Facebook](https://bit.ly/2wBUWK8)
[EliteSnoo](https://redd.it/ards2s) created by [CMDR_Qohen_Leth](/u/CMDR_Qohen_Leth)
Banner art by Frontier
[](#/RES_SR_Config/NightModeCompatible)",
"subscribers": 387029,
"active_users": null,
"created_at": "2012-11-08T12:49:35+00:00",
"over18": false,
"type": "public",
"submission_type": "any",
"lang": "en",
"quarantine": false,
"icon": "https://styles.redditmedia.com/t5_2vi60/styles/communityIcon_4kgjso9jvu5h1.png",
"banner": "https://styles.redditmedia.com/t5_2vi60/styles/bannerBackgroundImage_j4fvl9dhvu5h1.png?width=4000&s=74f38c6a5c40a3395a0bdb68170b3064041e70d1",
"header_image": "https://a.thumbs.redditmedia.com/_1bwnaiK3urO1B6Jt0p0NGJIIzWe2MN2IGlrpxNFHs4.png",
"url": "https://www.reddit.com/r/EliteDangerous/"
},
{
"id": "igglo",
"name": "PythonBeginners",
"scraped_at": "2026-08-18T09:36:21.845881+00:00",
"title": "PythonBeginners: A Subreddit for Python Absolute Beginners",
"description": "This subreddit is specifically created for python absolute beginners. No questions are stupid questions. ",
"full_description": "",
"subscribers": 3897,
"active_users": null,
"created_at": "2018-04-25T06:09:42+00:00",
"over18": false,
"type": "restricted",
"submission_type": "any",
"lang": "en",
"quarantine": false,
"icon": null,
"banner": null,
"header_image": null,
"url": "https://www.reddit.com/r/PythonBeginners/"
},
{
"id": "3495k",
"name": "PythonProgramming",
"scraped_at": "2026-08-18T09:36:21.845885+00:00",
"title": "Question, Answers and discussions about python programming",
"description": "",
"full_description": "",
"subscribers": 2197,
"active_users": null,
"created_at": "2014-10-28T13:51:59+00:00",
"over18": false,
"type": "public",
"submission_type": "any",
"lang": "en",
"quarantine": false,
"icon": null,
"banner": null,
"header_image": null,
"url": "https://www.reddit.com/r/PythonProgramming/"
},
{
"id": "2mx48p",
"name": "madeinpython",
"scraped_at": "2026-08-18T09:36:21.845889+00:00",
"title": "madeinpython",
"description": "A subreddit for showcasing the things you made with the Python language! Use us instead of flooding r/Python :)
Hey check out r/madeinjs for JavaScript and Typescript!",
"full_description": "A subreddit for showcasing the things you made with the Python language! Use us instead of flooding r/Python :)",
"subscribers": 27295,
"active_users": null,
"created_at": "2020-05-05T03:28:20+00:00",
"over18": false,
"type": "public",
"submission_type": "any",
"lang": "en",
"quarantine": false,
"icon": "https://styles.redditmedia.com/t5_2mx48p/styles/communityIcon_v3atckzh8vw41.png",
"banner": null,
"header_image": null,
"url": "https://www.reddit.com/r/madeinpython/"
},
{
"id": "30aig",
"name": "Sneks",
"scraped_at": "2026-08-18T09:36:21.845893+00:00",
"title": "This is snek",
"description": "Where sneks come to hissss",
"full_description": "Know any sneks that are good at hisss and peeling of skins? come ok.
--------
**Do you own snek?**
--
This subreddet gretly encorages the aduption and care of snek. As thank you, sneks who own a snek are welcome to create their own presssonal flair for this subreddit. All you have to do is send the mods a message! Make sure to title the message "Snek Owner" or something that lets us know you have one, and include the flair you wish to have, as well as a photo of your snek with your username and the date on a piece of paper. That's all, ok, bye.
(Also, don't expect a lightning fast response. We probably ate a mouse already and are digesting)
--------
Friends of Snek:
/r/TimAndEric
/r/NotTimAndEric (where it all began)
/r/indianpeoplefacebook
/r/rept_irl
/r/Snakes
/r/snakeswitharms
/r/SnakesWithHats
/r/SneksStandingUp
/r/snek_irl
/r/plens
/r/rarepuppers
/r/snekgear
/r/NoStepOnSnek/
-------------
**RULES**
-
- Snek is spelled with an e, not an a. Only imbiciles write "snake" to refer to beautiful beast known as snek. Those who break this rule must wear dunce cap for 30 moons unless granted forgiveness by snek elders
- No Pictures of Sneks
- Members must be sneks irl
- No pictures of Dolphins reciting Edgar Allan Poe while wearing straw hats
- Never under any circumstance will you eat marmalade while browsing this sub, it's a bannanable offense
- All members are required to wear raincoats
- **Common sense**, [please follow basic Reddiquette](https://www.reddit.com/wiki/reddiquette)
- **Spotted a repost**? downvote it. We do not remove reposts if a great majority of Sneks upvote it. If it's for a **"karma farming" account**, report the account to us and we will throw them into the snek pit of death.
---------
Snek Snoo created by /u/kdog5611! [Check out his Deviant Art](http://kdog5611.deviantart.com/)",
"subscribers": 319741,
"active_users": null,
"created_at": "2014-02-11T00:16:09+00:00",
"over18": false,
"type": "public",
"submission_type": "any",
"lang": "en",
"quarantine": false,
"icon": "https://b.thumbs.redditmedia.com/rm0FRTLnVV3_vWS-WGeX9U3ACYG6ArQg8E6KsQ3Izio.png",
"banner": "https://b.thumbs.redditmedia.com/gSOmftBrem1q_-dH5iLSb31JSpMb0NalY8ya4cr3whY.png",
"header_image": null,
"url": "https://www.reddit.com/r/Sneks/"
},
{
"id": "52f61w",
"name": "PythonHate",
"scraped_at": "2026-08-18T09:36:21.845896+00:00",
"title": "PythonHate",
"description": "Bad language so bad",
"full_description": "",
"subscribers": 110,
"active_users": null,
"created_at": "2021-09-20T16:15:11+00:00",
"over18": false,
"type": "restricted",
"submission_type": "any",
"lang": "en",
"quarantine": false,
"icon": "https://styles.redditmedia.com/t5_52f61w/styles/communityIcon_i6n2g1zdooo71.png",
"banner": null,
"header_image": null,
"url": "https://www.reddit.com/r/PythonHate/"
},
{
"id": "2s7lv",
"name": "pythonhelp",
"scraped_at": "2026-08-18T09:36:21.845900+00:00",
"title": "Pythonhelp",
"description": "A subreddit for helping Python programmers",
"full_description": "A subreddit for helping Python programmers
How to format your code:
https://commonmark.org/help/tutorial/09-code.html
No homework questions and/or hiring please",
"subscribers": 8954,
"active_users": null,
"created_at": "2010-12-03T03:41:36+00:00",
"over18": false,
"type": "public",
"submission_type": "any",
"lang": "en",
"quarantine": false,
"icon": null,
"banner": null,
"header_image": "https://b.thumbs.redditmedia.com/m-Mt8Yv3fV9AKuXV_MtLA07ANlxjhvO_VJXnkVge2IU.png",
"url": "https://www.reddit.com/r/pythonhelp/"
},
{
"id": "2qy22",
"name": "reptiles",
"scraped_at": "2026-08-18T09:36:21.845904+00:00",
"title": "reptiles",
"description": "A cozy place for anyone who loves cold-blooded creatures of the world.",
"full_description": "**A subreddit for reptile, amphibian, and invertebrate lovers!**
This is a sanctuary for those that have a love for cold-blooded creatures. Questions, pictures, and advice are all welcome.
**New to reptiles?**
* [What kind of substrate should I use?](http://www.reddit.com/r/reptiles/comments/xeg51/one_of_the_most_common_questionsissues_on_this/)
* [What's a good reptile for a beginner?](http://www.reddit.com/r/reptiles/comments/xy51t/trying_to_choose_a_pet/c5qmfas)
**Resources**
[Kingsnake](http://www.kingsnake.com/)
[Find a Vet](https://arav.site-ym.com/search/custom.asp?id=3661)
[Find a Vet UK](https://www.livefoods.co.uk/info_vets.php)
[Reptile Expo Calendar](http://www.reptilesmagazine.com/Reptile-Events-Calendar/)
^If ^you ^know ^any ^additional ^resources, ^PM ^[skinkerdoodle](http://www.reddit.com/user/skinkerdoodle/).
**What is wrong with my animal?**
Please provide care information (such as substrate, temperature, lighting, diet, ect.) and a picture or description of the ailment. If the condition worsens, please see a veterinarian.
**Need help identifying a wild animal?**
Please provide a picture or description and your location. *Do not keep wild animals unless it is legal in your country, or you have a permit.*
**Other related subreddits**
/r/geckos
/r/frogs
/r/herpetology
/r/snakes
/r/turtle
/r/BeardedDragons
/r/leopardgeckos
/r/dartfrog
/r/tegu
/r/CrocSkinks
/r/chameleons
/r/ballpython
/r/monitorlizards
/r/crocodilians
/r/LizardsEatingThings
/r/crestedgecko
**1) Don't be a jerk.**
If you disagree with someone or their care, be polite and informative. You're not going to change someone's mind by threatening, harassing, or bullying them. We are all for healthy discussions. This also includes comments that are homophobic, racist, sexist, or inflammatory (i.e. trying to incite a fight). Posts that devolve into screaming matches or drama will be locked or possibly deleted.
**2) If you post asking for advice, be willing to listen!**
We have plenty of people here with years of experience and well educated mods! We ask that you at least have an open mind if posting for advice.
**3) Posts or comments with any sort of animal abuse or neglect will not be tolerated.**
This includes animals being put in dangerous situations, comments/posts about animal harm, improper handling, etc. Please report if you see anything breaking this rule.
**4) Use the NSFW tag and post flairs!**
If you need to show us something NSFW, please tag it! This includes feeding videos, injured reptiles, dead reptiles, etc. It will also help us, the mods, if you flair your posts appropriately.
**5) We are not responsible for your animal's health.**
If your reptile has serious health problems or injuries, GO TO A VET! We are not qualified professionals and we cannot treat your reptile over the internet.
**6) No advertising or spamming.**
There are plenty of places to sell your reptiles or products on the internet. This is not the place. If you're unsure if your post qualifies for this, message the mods first.",
"subscribers": 257029,
"active_users": null,
"created_at": "2009-05-06T19:59:34+00:00",
"over18": false,
"type": "public",
"submission_type": "any",
"lang": "en",
"quarantine": false,
"icon": "https://styles.redditmedia.com/t5_2qy22/styles/communityIcon_xkae04zugl1f1.jpg",
"banner": null,
"header_image": null,
"url": "https://www.reddit.com/r/reptiles/"
},
{
"id": "2sptq",
"name": "datascience",
"scraped_at": "2026-08-18T09:36:21.845910+00:00",
"title": "Data Science",
"description": "A space for data science professionals to engage in discussions and debates on the subject of data science.",
"full_description": "",
"subscribers": 2763526,
"active_users": null,
"created_at": "2011-08-06T11:43:42+00:00",
"over18": false,
"type": "public",
"submission_type": "any",
"lang": "en",
"quarantine": false,
"icon": "https://styles.redditmedia.com/t5_2sptq/styles/communityIcon_fdj8zurrifa71.png",
"banner": null,
"header_image": null,
"url": "https://www.reddit.com/r/datascience/"
}
]
}
GET
/v1/data/reddit/search/subreddits1 credit / run VerifiedSearch Subreddits
Search subreddits by keyword.
Handled for you:CloudflareRate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| q | string | yes | Search query. |
| Advanced filters | |||
| limit | integer | no | 1-100. (default: 25) |
| after | string | no | Pagination cursor (from nextCursor). |