Skip to content

Commit bec5196

Browse files
authored
Merge pull request #28 from CharaD7/becc-academy-workshop
Add Becc Academy Humble Data Workshop
2 parents b9bc5ba + f5ef1b2 commit bec5196

3 files changed

Lines changed: 95 additions & 7 deletions

File tree

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
---
2+
layout: post
3+
title: "Humble Data Workshop with Becc Academy"
4+
author: "Becc Academy"
5+
categories: event
6+
tags: [workshop]
7+
image: /assets/img/cover/becc-workshop.jpeg
8+
slug: becc-academy-2025
9+
---
10+
11+
## Humble Data Workshop with Becc Academy
12+
13+
📅 **Saturday, November 22, 2025** | 🌐 **Virtual Event** | ⏰ **13:00 - 16:00 GMT**
14+
15+
### Data Analysis Isn't Just for Tech Experts — It's for Everyone!
16+
17+
Behind every great idea, decision, or story lies data waiting to be understood.
18+
19+
Whether you're a student finding your path, a creative bringing ideas to life, an entrepreneur making bold moves, or a professional seeking clarity — learning to understand data gives you the power to see patterns, make smarter decisions, and tell stories that truly matter.
20+
21+
Join **The Humble Data Workshop by Becc Academy** and gain the confidence to clean, analyze, and interpret data, not just as a skill, but as a tool to unlock opportunities and shape your future.
22+
23+
[Register Now](https://bit.ly/HDW1025){: .btn}
24+
25+
### 🗓️ Schedule
26+
27+
Here's what we have planned for the day:
28+
29+
* **13:00** Welcome and introduction to the workshop
30+
* **13:30** Start working through the materials with mentor support
31+
* **14:30** Short break and group discussion
32+
* **14:45** Continue learning and hands-on exercises
33+
* **15:45** Wrap-up, Q&A, and next steps
34+
* **16:00** Closing
35+
36+
## FAQ
37+
38+
**👥 WHO CAN JOIN?**
39+
40+
Everyone is welcome! This workshop is designed for:
41+
* 🎓 Students exploring new skills
42+
* 🎨 Creatives looking to enhance their toolkit
43+
* 💼 Entrepreneurs seeking data-driven insights
44+
* 👔 Professionals wanting to make better decisions
45+
* 💡 Anyone curious about the power of data
46+
47+
**📚 WHAT WILL I LEARN?**
48+
49+
In this workshop, you will learn the basics of programming in Python, as well as how to use tools such as Jupyter notebooks to analyse data. You will discover how to:
50+
51+
* 🧹 Clean and prepare data
52+
* 📊 Analyze data to find meaningful patterns
53+
* 🎯 Interpret results to make informed decisions
54+
* 📖 Tell compelling stories with data
55+
56+
You will be learning in small groups, each with an assigned mentor to guide you through the workshop materials and answer your questions. You can expect plenty of exercises, as well as inspiring talks from those who were once in your shoes.
57+
58+
**💻 WHAT DO I NEED TO BRING?**
59+
60+
You will need a computer which is able to connect to the internet.
61+
62+
**❓ WHAT DO I NEED TO KNOW?**
63+
64+
If you have zero programming experience, this workshop is made for you! If you already have some experience but are new to Python, we've got you covered too – the materials are designed for attendees to progress at their own pace.
65+
66+
**🎁 HOW IS THIS POSSIBLE?**
67+
68+
This workshop is being run by data scientists and software engineers dedicated to the spirit of open source. Every day we benefit from the hard work of others when we use free open tools. This is our way of giving back.
69+
70+
### Why Humble Data?
71+
72+
There are many reasons for people to push aside their hopes of a tech career. We're here to listen, to understand what makes it difficult, and to lower that threshold bit by bit. It's daunting to enter a world seemingly full of professionals who are already skilled, who have already proven their competence. We want to show our participants that there's more than meets the eye.
73+
74+
There's a generosity that needs to be promoted more. We've seen that directly from the conference partners we collaborate with and the mentors giving their time to welcome people into this community. We're here to spread that message and let people know that better diversity and inclusivity in tech can happen if we organise our efforts in the right way.
75+
76+
And what better way to do this than to start using data well? Use data in a way that represents all of us. Use data for good, follow best practices, and educate everyone how powerful it can be in the right hands. We can all make a difference by understanding data and even more when we can work with it. Which is why we should stay humble around data.
77+
78+
## About Becc Academy
79+
80+
Becc Academy is dedicated to empowering individuals with practical skills and knowledge to thrive in today's data-driven world.
81+
82+
[Register Now](https://bit.ly/HDW1025){: .btn}
83+
84+
---

assets/css/_sass/_buttons.scss

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
margin: 0;
1414
font-family: inherit;
1515
font-size: inherit;
16-
font-weight: 500;
16+
font-weight: 400;
1717
line-height: 1.5;
18-
color: $link-color;
18+
color: #ffffff !important;
1919
text-decoration: none;
2020
vertical-align: baseline;
2121
cursor: pointer;
@@ -26,40 +26,44 @@
2626
appearance: none;
2727

2828
&:focus {
29+
color: #ffffff !important;
2930
text-decoration: none;
3031
outline: none;
3132
box-shadow: 0 0 0 3px rgba(blue, 0.25);
3233
}
3334

3435
&:focus:hover,
3536
&.selected:focus {
37+
color: #ffffff !important;
3638
box-shadow: 0 0 0 3px rgba(blue, 0.25);
3739
}
3840

3941
&:hover,
4042
&.zeroclipboard-is-hover {
41-
color: darken($link-color, 5%);
42-
background-color: lighten($base-button-color, 10%);
43+
color: #ffffff !important;
44+
background-color: darken($base-button-color, 8%);
4345
}
4446

4547
&:hover,
4648
&:active,
4749
&.zeroclipboard-is-hover,
4850
&.zeroclipboard-is-active {
51+
color: #ffffff !important;
4952
text-decoration: none;
50-
background-color: darken($base-button-color, 5%);
51-
background-color: lighten($base-button-color, 10%);
53+
background-color: darken($base-button-color, 8%);
5254
}
5355

5456
&:active,
5557
&.selected,
5658
&.zeroclipboard-is-active {
57-
background-color: darken($base-button-color, 3%);
59+
color: #ffffff !important;
60+
background-color: darken($base-button-color, 10%);
5861
background-image: none;
5962
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
6063
}
6164

6265
&.selected:hover {
66+
color: #ffffff !important;
6367
background-color: darken(#dcdcdc, 5%);
6468
}
6569

144 KB
Loading

0 commit comments

Comments
 (0)