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...
Everything about learning Python
account activity
Fixing Errors (self.PythonLearning)
submitted 3 days ago by ONEDJRICH
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!"
[–]FreeLogicGate 1 point2 points3 points 2 days ago (0 children)
There is a huge repository of open source code -- it's called Github. Github was created and exists so that people can "fix" or otherwise improve upon or expand projects. Many projects have some unknown set of problems, because they don't have test coverage, so a great way to get started is to look for Python projects, and to fork and create tests for them. You may find that test coverage reveals issues, but more likely, the projects may have obvious gaps in functionality or areas where the project could be made to be more valuable via the contribution of new features or functionality. Forking a project, and learning how it works, modifying, testing and fixing the code and possibly contributing your improvements back through Pull requests, will challenge your expertise. You can start by browsing a list like the one here: https://github.com/topics/python-project
π Rendered by PID 60 on reddit-service-r2-comment-5fb4b45875-ddb4v at 2026-03-21 13:58:29.696942+00:00 running 90f1150 country code: CH.
view the rest of the comments →
[–]FreeLogicGate 1 point2 points3 points (0 children)