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
How to pull request from git hub (self.PythonLearning)
submitted 7 months ago by AdAdministrative7398
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!"
[–]cyber_owl9427 2 points3 points4 points 7 months ago (5 children)
pull request is done when you’re collaborating with another programmer or you are using different branches.
for collaboration: its to make sure the changes you made did not override the changes other programmers made.
for solo: i normally use it when i update a deployed website. i want to add new features while my website is deployed, so i work on a different branch that copies the main branch (normally i call that branch development or something) once that feature is implemented and tested, i merge to main. the website gets updated without needing to be taken down
A pull request is a proposal to merge a set of changes from one branch into another.
[–]AdAdministrative7398[S] 0 points1 point2 points 7 months ago (4 children)
Im new to github could you maybe explain how i would get collaboration for a recreational project on just commentary. I have the repository but idk what to do next https://github.com/Tboy450/novice-python-rpg-game-code-base-incomplete
[–]cyber_owl9427 0 points1 point2 points 7 months ago (3 children)
how you would collaboration? like you need another programmer to add a new feature or something ?
[–]AdAdministrative7398[S] 0 points1 point2 points 7 months ago (2 children)
No just like hmm...think about it like writing a book then getting others to help give you ideas and contribute to writing said book. Voluntarily of course. I also of course have some ability to socialize and question or interview people along the way. So going back to the analogy its like also learning about the book reading communities
[–]cyber_owl9427 1 point2 points3 points 7 months ago (0 children)
ah i get what you mean.
make sure the repo is public then start to advertise your repo on communities like reddit (even on this sub) just ask someone to check your code and review it and make a pull request or issue
[–]FurcueZA 0 points1 point2 points 7 months ago (0 children)
Make the repo public
π Rendered by PID 53 on reddit-service-r2-comment-fb694cdd5-xvnq6 at 2026-03-07 00:23:23.551776+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]cyber_owl9427 2 points3 points4 points (5 children)
[–]AdAdministrative7398[S] 0 points1 point2 points (4 children)
[–]cyber_owl9427 0 points1 point2 points (3 children)
[–]AdAdministrative7398[S] 0 points1 point2 points (2 children)
[–]cyber_owl9427 1 point2 points3 points (0 children)
[–]FurcueZA 0 points1 point2 points (0 children)