Skip to content

Commit b4efbb1

Browse files
Add activities section with events, podcast, webinars, workshops, and more
- Create activities section with overview of all community events - Add podcast, webinars, workshops pages with YouTube playlist links - Add book of the week page (currently on hold) - Restructure open-source spotlight with notes for guests - Add project of the week with running instructions - Link to Luma, Google calendar, YouTube channel, and courses
1 parent 68e5d11 commit b4efbb1

File tree

7 files changed

+233
-0
lines changed

7 files changed

+233
-0
lines changed

activities/book-of-the-week.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "Book of the Week"
3+
layout: default
4+
nav_order: 4
5+
parent: Activities
6+
---
7+
8+
# Book of the week
9+
10+
Each week we invite a book author to DataTalks.Club to answer questions about their book and the topic it covers.
11+
12+
This activity is currently on hold. If you know a book author who'd like to participate, reach out to Alexey Grigorev.
13+
14+
Archive of past book discussions: [datatalks.club/books.html](https://datatalks.club/books.html)
15+
16+
## How it works
17+
18+
- Join the [`#book-of-the-week`](https://app.slack.com/client/T01ATQK62F8/C01H403LKG8) channel in Slack
19+
- Ask as many questions as you'd like
20+
- The book authors answer questions from Monday till Thursday
21+
- On Friday, the authors decide who wins free copies of their book

activities/index.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "Activities"
3+
layout: default
4+
nav_order: 5
5+
has_children: true
6+
---
7+
8+
# Activities
9+
10+
We host multiple types of events and activities to help you learn and connect with the data science community.
11+
12+
All upcoming and past events: [datatalks.club/events.html](https://datatalks.club/events.html)
13+
14+
All events are published on our [YouTube channel](https://www.youtube.com/c/datatalksclub). Subscribe to our events on [Luma](https://luma.com/dtc-events) or add [our Google calendar](https://calendar.google.com/calendar/?cid=ZjhxaWRqbnEwamhzY3A4ODA5azFlZ2hzNjBAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ) to get notified (calendar subscription works from desktop only).
15+
16+
## Events
17+
18+
- [Podcast]({{ '/activities/podcast/' | relative_url }}) - live conversations with data science practitioners, published as podcast episodes
19+
- [Webinars]({{ '/activities/webinars/' | relative_url }}) - technical talks with slides
20+
- [Workshops]({{ '/activities/workshops/' | relative_url }}) - hands-on tutorials about technical topics
21+
22+
## Courses
23+
24+
We also run free online courses (zoomcamps) on data engineering, machine learning, MLOps, LLMs, and more. See the [courses section]({{ '/courses/' | relative_url }}) for details, or read our [guide to free online courses](https://datatalks.club/blog/guide-to-free-online-courses-at-datatalks-club.html).
25+
26+
## Other activities
27+
28+
- [Book of the Week]({{ '/activities/book-of-the-week/' | relative_url }}) - book authors answer community questions (currently not very active)
29+
- [Open-Source Spotlight]({{ '/activities/open-source-spotlight/' | relative_url }}) - short demos of open-source tools by their authors
30+
- [Project of the Week]({{ '/activities/project-of-the-week/' | relative_url }}) - learn-by-doing study groups (currently inactive)
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: "Open-Source Spotlight"
3+
layout: default
4+
nav_order: 5
5+
parent: Activities
6+
---
7+
8+
# Open-source spotlight
9+
10+
We invite open-source authors to record a short demo of their tool. The format is a 15-20 minute video where the author shows what the tool does, followed by a few questions.
11+
12+
- [YouTube playlist](https://www.youtube.com/playlist?list=PL3MmuxUbc_hJ5t5nnjzC0F2zan76Dpsz0) - recordings
13+
14+
If you'd like to showcase your open-source project, reach out to Alexey Grigorev.
15+
16+
## Notes for guests
17+
18+
Please don't prepare slides - it's best when we jump into a demo directly.
19+
20+
### Plan
21+
22+
- Intro, some info about you and about the tool (1-2 minutes)
23+
- "Welcome to Open-Source Spotlight. We invite open-source authors and ask them to show the tools they're working on. Today we have NAME. Hi NAME, tell us a few words about yourself and about the tool you want to show us."
24+
- The demo
25+
- Questions (3-4 minutes):
26+
- How many people are working on it?
27+
- How can people contribute?
28+
- What are your plans?
29+
- Advice to anyone who's watching this (1 minute)
30+
31+
We should aim at 15-20 minutes for the entire video. If it's longer, then it's more likely that people won't watch it.
32+
33+
After the video, please send me:
34+
35+
- Link to your GitHub repo and documentation
36+
- Everything else you'd like to add to the description
37+
38+
### Preparation tips
39+
40+
Make sure the font size is large enough (the default size is always too small).
41+
42+
- Prepare your browser, the terminal and your IDE - and other things you want to share
43+
- Good rule of thumb: the text should be visible on YouTube on 13" laptop screens without people having to go full-screen
44+
45+
Good examples:
46+
47+
- [https://youtu.be/YwjauyAflmc?t=1707](https://youtu.be/YwjauyAflmc?t=1707)
48+
- [https://youtu.be/hCAIVe9N0ow?t=65](https://youtu.be/hCAIVe9N0ow?t=65)
49+
50+
Examples where font could be larger:
51+
52+
- [https://youtu.be/UVI30Vxzd6c?t=962](https://youtu.be/UVI30Vxzd6c?t=962)
53+
- [https://youtu.be/vzoYhI8KTlY?t=425](https://youtu.be/vzoYhI8KTlY?t=425)

activities/podcast.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Podcast"
3+
layout: default
4+
nav_order: 1
5+
parent: Activities
6+
---
7+
8+
# Podcast
9+
10+
Live events where we invite data science practitioners, ML engineers, and AI researchers to share their experience. No slides - just a conversation between the guest and the host.
11+
12+
Everyone who joins the live broadcast can ask questions, and we cover them as we go. After the live event, the recording is published as a podcast episode on audio platforms like Spotify and Apple Podcasts. Transcripts and show notes are available on our website.
13+
14+
- [YouTube playlist](https://www.youtube.com/playlist?list=PL3MmuxUbc_hK60wsCyvrEK2RjQsUi4Oa_) - video recordings
15+
- [All episodes](https://datatalks.club/podcast.html) - transcripts and show notes
16+
- [Upcoming events](https://datatalks.club/events.html) - register for live broadcasts

activities/project-of-the-week.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
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>

activities/webinars.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "Webinars"
3+
layout: default
4+
nav_order: 2
5+
parent: Activities
6+
---
7+
8+
# Webinars
9+
10+
Talks with slides on topics like data engineering, machine learning, MLOps, AI tools, and more. The main part is the presentation, followed by Q&A. Webinars are typically 60 minutes.
11+
12+
- [YouTube playlist](https://www.youtube.com/playlist?list=PL3MmuxUbc_hKPx7yVcu-9aAJxkCe8y_Ld) - recordings
13+
- [Upcoming and past webinars](https://datatalks.club/events.html)

activities/workshops.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "Workshops"
3+
layout: default
4+
nav_order: 3
5+
parent: Activities
6+
---
7+
8+
# Workshops
9+
10+
Hands-on sessions with minimal slides and maximum practice. We pick a specific problem and solve it together throughout the session. Workshops are typically 90 minutes - longer than other events - so people walk away having learned something new by doing it themselves.
11+
12+
- [YouTube playlist](https://www.youtube.com/playlist?list=PL3MmuxUbc_hKXoe5VllAqUa0nTp0k9Mbl) - recordings
13+
- [Upcoming and past workshops](https://datatalks.club/events.html)

0 commit comments

Comments
 (0)