Skip to content

Commit

Permalink
Reformat activity page
Browse files Browse the repository at this point in the history
  • Loading branch information
zmuhls committed Oct 25, 2024
1 parent e57fe33 commit 1dda0ff
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions activities.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,40 +15,38 @@ If you have not yet joined our private annotation group or cannot see your annot
## Submitting Programming Activities

We will use [GitHub](https://github.com) as a class submission portal for each programming activity. To get started with GitHub, please set up a project repository, initiate a README, and create two folders where you can upload completed notebooks and reflections for each programming activity.
* **[See here for an example](https://github.com/zmuhls/ccny-coding-portfolio/tree/main)**

**[See here for an example](https://github.com/zmuhls/ccny-coding-portfolio/tree/main)**

### GitHub Instructions

**GitHub Instructions**:
1. **Create a new repository**: Go to GitHub and create a new repository for your project. Name it appropriately, like `social-coding-portfolio`. Accept the option to initiate a `README.md`, which should serve as a project overview with an outline of its purpose, its structure, and related information.
2. **Create two folders**: (i) `Notebooks` for Jupyter Notebook files and (ii) `Reflections` for Markdown reflections. [Click here](https://stackoverflow.com/questions/12258399/how-do-i-create-a-folder-in-a-github-repository) for guidance on how to set up folders on GitHub.<br>
3. **Upload reflection and notebook**: Upload each submission as two files (one `.ipynb` in `Notebooks` and one `.md` in `Reflections`) and commit them with semi-descriptive messages.<br>

#### Activity 1: Building Blocks
### Activity 1: Building Blocks

- Due: 10/08 (Tue)
- Downloadable [Instructions: Activity 1](https://colab.research.google.com/github/zmuhls/ccny-data-science/blob/main/assets/activities/activity_1.ipynb)
- Submission format: .md (Markdown) and .ipynb (Jupyter Notebook)

#### Activity 2: Python Primer
### Activity 2: Python Primer

- Due: 10/22 (Tue)
- Downloadable [Instructions: Activity 2](https://colab.research.google.com/github/zmuhls/ccny-data-science/blob/main/assets/activities/activity_2.ipynb)
- Submission format: .md (Markdown) and .ipynb (Jupyter Notebook)

#### Activity 3: Practicing Pandas
### Activity 3: Practicing Pandas

- Due: 11/07 (Thu)
- Downloadable [Instructions: Activity 3](https://colab.research.google.com/github/zmuhls/ccny-data-science/blob/main/assets/activities/activity_3.ipynb)
- Submission format: .md (Markdown) and .ipynb (Jupyter Notebook)

#### Activity 4: Writing Docs
### Activity 4: Writing Docs

- Due: 11/14 (Thur)
- Downloadable [Instructions: Activity 4](https://github.com/zmuhls/ccny-data-science/blob/main/assets/activities/activity_4.md)
- Submission format: .md (Markdown) and .ipynb (Jupyter Notebook)

#### Activity 5: Data Visualization
### Activity 5: Data Visualization

- Due: 11/28 (Tue)
- Downloadable [Instructions: Activity 5](https://github.com/zmuhls/ccny-data-science/blob/main/assets/activities/activity_5.pdf)
Expand Down

0 comments on commit 1dda0ff

Please sign in to comment.