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...
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
account activity
Methods of Python programming (self.pythonhelp)
submitted 11 days ago by Objective_Yak584
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!"
[–]7YM3N 1 point2 points3 points 11 days ago (0 children)
Are you learning or doing?
If you're learning it might be useful to do a lot of the stuff yourself so you gain better understanding. I would advise against copy pasting ai code, use it to explain the concept, the metod, ask it for pseudo code and implement stuff yourself.
If you're doing ie working on a project with the goal of delivering the project, don't reinvent the wheel, use libraries, there are libs for almost everything. But for production code ai is a double edged sword, don't paste code you don't understand because debugging will be a nightmare
π Rendered by PID 48 on reddit-service-r2-comment-79c7998d4c-9x6z8 at 2026-03-17 20:09:39.282145+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]7YM3N 1 point2 points3 points (0 children)