Where to put code? #21
|
I'm in Group 15. We decided our first task would be writing code to remove unwanted files. We did not decide (yet) to put our code in a code repository. What are other groups doing? |
Replies: 2 comments 2 replies
|
I'd definitely recommend trying to put it in a public repo together - it'll be a really good learning experience! One of you set up a repo on your github account, then go to settings/collaborators and you can add people by username/email. Once that's done you can all push things to the repository together! Maybe you want to all work on separate versions of the code to start with e.g. by adding your initials to the files 'remove_files_HL.py' but eventually you could build up to pull requests and really working together! |
|
Hi, I also just made folders for each group: https://github.com/Digital-Preservation-Coalition/PythonStudyGroups/tree/main/Cohort1 , you can add your code here if you'd like as well. |

I'd definitely recommend trying to put it in a public repo together - it'll be a really good learning experience! One of you set up a repo on your github account, then go to settings/collaborators and you can add people by username/email. Once that's done you can all push things to the repository together! Maybe you want to all work on separate versions of the code to start with e.g. by adding your initials to the files 'remove_files_HL.py' but eventually you could build up to pull requests and really working together!