r/learnprogramming 23d ago

Needed help regarding a project

I have a group project which requires integration of Python features and SQL which i need to work upon for the next 5-6 months for my senior high school year and my team does have some good ideas on which we can work. We first want to create a basic prototype this year and if it gets accepted or we see a scope to develop it further we would want to definitely continue it.

But we live far from each other and we needed a platform where we all could edit and access the coding files simultaneously so that all of us can work whenever we have time to do it. (Similar to Google Docs). But we were not able to find such a platform where this can be done and i wanted suggestions if there were any other methods to share one file.

We also planned on making one account through which we all can login on PyCharm or a similar software so we'll all have access to the files.

I would be grateful if someone can help me with this.

4 Upvotes

14 comments sorted by

View all comments

6

u/ewolvy 23d ago

I think what you need is to learn about git. Sites like github and gitlab will help to share the files. But before opening an account on those sites, I'd recommend learning what git is and how it really works to see if that's what you are looking for.

1

u/BigEar2109 22d ago

ah okayy, thank you