Skip to content

This is the central repository for submitting homework for the Introduction to Data Science: Intensive Course.

Notifications You must be signed in to change notification settings

Myanmar-Data-Tech/MMDT_2025_DSAN101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

MMDT_2025_DSAN101

This is the central repository for submitting homework for the Introduction to Data Science: Intensive Course.

Submission Guidelines: Using GitHub Branches

To ensure smooth and organized submissions, all students must submit their homework via one shared GitHub repository. Each student will create their own branch for submission. Please follow the instructions below to properly submit your work.

Steps for Submission

1. Fork the Shared Repository

2. Clone Your Forked Repository

Once you've forked the repository, clone it to your local machine:

git clone https://github.com/Myanmar-Data-Tech/MMDT_2025_DSAN101.git

3. Create a Branch for Your Submission

Create a new branch using your name to clearly identify your submission:

git checkout -b yourname

Example: git checkout -b alex-chen

4. Add Your Work

  • Complete the homework locally (e.g., <your-name>_Ex01.ipynb).
  • Put your completed notebook or code in a folder named <your-name>.
  • Add your reflection report as report.md or report.pdf in the same folder.

5. Commit and Push Your Changes

After adding your work, commit and push your changes to your branch:

git add .
git commit -m "Completed Homework 01 and reflection"
git push origin yourname

6. Create a Pull Request

  • Go to your repo.
  • Click “Compare & pull request”.
  • Title the pull request as: <Mid-term> Project Submission - Your Name
  • Confirm your changes and submit the pull request to the main repository.

Summary Checklist

  • Forked the repo
  • Created a personal branch (e.g., yourname)
  • Added all required files in the [Yourname]/ folder
  • Wrote and included the reflection (≤300 words)
  • Committed & pushed changes
  • Opened a pull request to the main repository

About

This is the central repository for submitting homework for the Introduction to Data Science: Intensive Course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published