|
| 1 | +--- |
| 2 | +title: "Project of the Week" |
| 3 | +layout: default |
| 4 | +nav_order: 6 |
| 5 | +parent: Activities |
| 6 | +--- |
| 7 | + |
| 8 | +# Project of the week |
| 9 | + |
| 10 | +Project of the week is a study group with focus on building things and learning by doing. Every day we have a set of tasks. We finish them together and hold each other accountable. |
| 11 | + |
| 12 | +This activity is currently not active. If you'd like to organize a project of the week, reach out to Alexey Grigorev. |
| 13 | + |
| 14 | +GitHub repository: [DataTalksClub/project-of-the-week](https://github.com/DataTalksClub/project-of-the-week) |
| 15 | + |
| 16 | +## How to take part |
| 17 | + |
| 18 | +- Join the [`#project-of-the-week`](https://app.slack.com/client/T01ATQK62F8/C02BP4FQH36) channel in Slack |
| 19 | +- Come to the channel every day to see the tasks |
| 20 | +- Learn together |
| 21 | +- Share your progress on social media using #ProjectOfTheWeek |
| 22 | + |
| 23 | +[Intro video](https://www.loom.com/share/05b9e07f288f492bb15c4b61cdf6db6c) |
| 24 | + |
| 25 | +## Past projects |
| 26 | + |
| 27 | +- Docker |
| 28 | +- Python package |
| 29 | +- Getting started with Rust |
| 30 | +- Getting started with Julia |
| 31 | +- GitHub Actions |
| 32 | +- FastAPI |
| 33 | +- Recommender systems |
| 34 | +- Clustering |
| 35 | +- Streamlit frontend for ML |
| 36 | + |
| 37 | +See the full list with details in the [GitHub repository](https://github.com/DataTalksClub/project-of-the-week). |
| 38 | + |
| 39 | +Have other ideas? Suggest them in the [`#project-of-the-week`](https://app.slack.com/client/T01ATQK62F8/C02BP4FQH36) channel. |
| 40 | + |
| 41 | +## Running the activity |
| 42 | + |
| 43 | +Instructions for organizers on how to run the project of the week activity. |
| 44 | + |
| 45 | +Video explaining how to make announcements in Slack: |
| 46 | + |
| 47 | +[https://www.loom.com/share/6c20612326ff4d38a2be6f993b0b804b](https://www.loom.com/share/6c20612326ff4d38a2be6f993b0b804b) |
| 48 | + |
| 49 | +Schedule messages at 3:00 PM CET for every day. |
| 50 | + |
| 51 | +### First message template |
| 52 | + |
| 53 | +> Hi everyone :wave: |
| 54 | +> |
| 55 | +> Welcome to project of the week! This week we will learn about recommender systems |
| 56 | +> |
| 57 | +> You can find more details here: <link> |
| 58 | +> |
| 59 | +> Plan for today: |
| 60 | +> |
| 61 | +> - Come up with a project idea. |
| 62 | +> - Select the dataset for your project. |
| 63 | +> - Create a GitHub project. |
| 64 | +> - Share your progress on Slack and in social media. |
| 65 | +
|
| 66 | +### Template for other days |
| 67 | + |
| 68 | +> Hi everyone :wave: |
| 69 | +> |
| 70 | +> Welcome to second day of project of the week. |
| 71 | +> |
| 72 | +> Today we will start learning about <topic>. |
| 73 | +> |
| 74 | +> Hope you all have selected the dataset to use. |
| 75 | +> |
| 76 | +> Plan for today: |
| 77 | +> |
| 78 | +> - Point 1 |
| 79 | +> - Point 2 |
| 80 | +> - ... |
| 81 | +> |
| 82 | +> Suggested materials: |
| 83 | +> |
| 84 | +> - thing 1 |
| 85 | +> - thing 2 |
| 86 | +> |
| 87 | +> You will find all the details here: <link> |
0 commit comments