Skip to content

Commit a0be60b

Browse files
committed
Add erap-up blog
1 parent 0c888cf commit a0be60b

6 files changed

Lines changed: 483 additions & 34 deletions

File tree

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"cSpell.words": [
3+
"hackathons"
4+
]
5+
}

data/blogs.js

Lines changed: 79 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -8,39 +8,76 @@ import StorableIndiaGoldSponsorMdx from '@/blogs/storable-india-gold-sponsor.mdx
88
import GridlexSilverSponsorMdx from '@/blogs/gridlex-silver-sponsor.mdx';
99
import GlueOpsAssociateSponsorMdx from '@/blogs/glueops-associate-sponsor.mdx';
1010
import SporoHealthAssociateSponsorMdx from '@/blogs/sporo-health-associate-sponsor.mdx';
11+
import WrappingUpPyConfHyderabad2025 from '@/blogs/pyconf-hyderabad-2025-wrap-up.mdx';
1112

1213
export const BLOGS = [
1314
{
14-
slug: 'snowflake-platinum-sponsor',
15-
title: 'Announcing Snowflake as our Platinum Sponsor',
16-
markdownComponent: <SnowflakePlatinumSponsorMdx />,
17-
author: 'PyConf Hyderabad Team',
18-
publishedAt: 'February 13, 2025',
19-
socials: getSponsor('Snowflake').socials,
15+
slug: 'pyconf-hyderabad-2025-wrap-up',
16+
title: 'PyConf Hyderabad 2025: A Wrap-Up',
17+
markdownComponent: <WrappingUpPyConfHyderabad2025 />,
18+
author: 'Bhanu K',
19+
publishedAt: 'February 27, 2025',
20+
socials: [
21+
{
22+
name: 'X',
23+
url: 'https://github.com/hydpy',
24+
ariaLabel: 'Hyperlink to HydPy X page.',
25+
},
26+
{
27+
name: 'LinkedIn',
28+
url: 'https://www.linkedin.com/company/pyconf-hyderabad/',
29+
ariaLabel: 'Hyperlink to PyConf Hyderabad LinkedIn page.',
30+
},
31+
{
32+
name: 'GitHub',
33+
url: 'https://github.com/HydPy/',
34+
ariaLabel: 'Hyperlink to HydPy GitHub page.',
35+
},
36+
{
37+
name: 'Instagram',
38+
url: 'https://www.instagram.com/pyconfhyd/',
39+
ariaLabel: 'Hyperlink to PyConf Hyderabad Instagram page.',
40+
},
41+
{
42+
name: 'Telegram',
43+
url: 'https://t.me/HydPy',
44+
ariaLabel: 'Hyperlink to HydPy Telegram channel.',
45+
},
46+
{
47+
name: 'Meetup',
48+
url: 'https://www.meetup.com/HydPyGroup/',
49+
ariaLabel: 'Hyperlink to HydPy Meetup page.',
50+
},
51+
{
52+
name: 'Envelope',
53+
url: 'https://mail.python.org/mailman3/lists/hydpy.python.org/',
54+
ariaLabel: 'Hyperlink to HydPy Mailing List.',
55+
},
56+
],
2057
},
2158
{
22-
slug: 'langdb-ai-gold-sponsor',
23-
title: 'Announcing LangDB.ai as our Gold Sponsor',
24-
markdownComponent: <LangDBAIGoldSponsorMdx />,
59+
slug: 'sporo-health-associate-sponsor',
60+
title: 'Announcing Sporo Health as our Associate Sponsor',
61+
markdownComponent: <SporoHealthAssociateSponsorMdx />,
2562
author: 'PyConf Hyderabad Team',
26-
publishedAt: 'February 14, 2025',
27-
socials: getSponsor('LangDB.ai').socials,
63+
publishedAt: 'February 19, 2025',
64+
socials: getSponsor('Sporo Health').socials,
2865
},
2966
{
30-
slug: 'cognida-ai-gold-sponsor',
31-
title: 'Announcing Cognida.ai as our Gold Sponsor',
32-
markdownComponent: <CognidaAIGoldSponsorMdx />,
67+
slug: 'glueops-associate-sponsor',
68+
title: 'Announcing GlueOps as our Associate Sponsor',
69+
markdownComponent: <GlueOpsAssociateSponsorMdx />,
3370
author: 'PyConf Hyderabad Team',
34-
publishedAt: 'February 14, 2025',
35-
socials: getSponsor('Cognida.ai').socials,
71+
publishedAt: 'February 15, 2025',
72+
socials: getSponsor('GlueOps').socials,
3673
},
3774
{
38-
slug: 'tiger-analytics-gold-sponsor',
39-
title: 'Announcing Tiger Analytics as our Gold Sponsor',
40-
markdownComponent: <TigerAnalyticsGoldSponsorMdx />,
75+
slug: 'gridlex-silver-sponsor',
76+
title: 'Announcing Gridlex as our Silver Sponsor',
77+
markdownComponent: <GridlexSilverSponsorMdx />,
4178
author: 'PyConf Hyderabad Team',
4279
publishedAt: 'February 15, 2025',
43-
socials: getSponsor('Tiger Analytics').socials,
80+
socials: getSponsor('Gridlex').socials,
4481
},
4582
{
4683
slug: 'storable-india-gold-sponsor',
@@ -51,27 +88,35 @@ export const BLOGS = [
5188
socials: getSponsor('Storable India').socials,
5289
},
5390
{
54-
slug: 'gridlex-silver-sponsor',
55-
title: 'Announcing Gridlex as our Silver Sponsor',
56-
markdownComponent: <GridlexSilverSponsorMdx />,
91+
slug: 'tiger-analytics-gold-sponsor',
92+
title: 'Announcing Tiger Analytics as our Gold Sponsor',
93+
markdownComponent: <TigerAnalyticsGoldSponsorMdx />,
5794
author: 'PyConf Hyderabad Team',
5895
publishedAt: 'February 15, 2025',
59-
socials: getSponsor('Gridlex').socials,
96+
socials: getSponsor('Tiger Analytics').socials,
6097
},
6198
{
62-
slug: 'glueops-associate-sponsor',
63-
title: 'Announcing GlueOps as our Associate Sponsor',
64-
markdownComponent: <GlueOpsAssociateSponsorMdx />,
99+
slug: 'cognida-ai-gold-sponsor',
100+
title: 'Announcing Cognida.ai as our Gold Sponsor',
101+
markdownComponent: <CognidaAIGoldSponsorMdx />,
65102
author: 'PyConf Hyderabad Team',
66-
publishedAt: 'February 15, 2025',
67-
socials: getSponsor('GlueOps').socials,
103+
publishedAt: 'February 14, 2025',
104+
socials: getSponsor('Cognida.ai').socials,
68105
},
69106
{
70-
slug: 'sporo-health-associate-sponsor',
71-
title: 'Announcing Sporo Health as our Associate Sponsor',
72-
markdownComponent: <SporoHealthAssociateSponsorMdx />,
107+
slug: 'langdb-ai-gold-sponsor',
108+
title: 'Announcing LangDB.ai as our Gold Sponsor',
109+
markdownComponent: <LangDBAIGoldSponsorMdx />,
73110
author: 'PyConf Hyderabad Team',
74-
publishedAt: 'February 19, 2025',
75-
socials: getSponsor('Sporo Health').socials,
111+
publishedAt: 'February 14, 2025',
112+
socials: getSponsor('LangDB.ai').socials,
113+
},
114+
{
115+
slug: 'snowflake-platinum-sponsor',
116+
title: 'Announcing Snowflake as our Platinum Sponsor',
117+
markdownComponent: <SnowflakePlatinumSponsorMdx />,
118+
author: 'PyConf Hyderabad Team',
119+
publishedAt: 'February 13, 2025',
120+
socials: getSponsor('Snowflake').socials,
76121
},
77122
];
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
The 5th edition of PyConf Hyderabad has come to a close, marking yet another successful gathering of Python enthusiasts. A huge thank you to everyone who made this possible!
2+
3+
## Thank You, Sponsors
4+
Thanks to Snowflake, LangDB, Cognida.ai, Storable, Tiger Analytics, Gridlex, GlueOps, Sporo Health and EPAM for facilitating this edition! Check out the full list of [sponsors on our website](/#sponsors).
5+
6+
## Thank You, Speakers
7+
Over two days, we hosted 22 speakers for the conference talks and workshop sessions. Thank you to everyone for sharing their expertise with the attendees. Check out the full list of [speakers](/speakers) and [keynote speakers](/#keynote-speakers) on our website.
8+
9+
## Participant Demographics
10+
Participants from various backgrounds and experience levels took part in the conference.
11+
<table>
12+
<thead>
13+
<tr>
14+
<th>Category</th>
15+
<th>Percentage</th>
16+
</tr>
17+
</thead>
18+
<tbody>
19+
<tr>
20+
<td>Entry-level (students, interns, juniors)</td>
21+
<td>~17%</td>
22+
</tr>
23+
<tr>
24+
<td>Mid-level</td>
25+
<td>~34%</td>
26+
</tr>
27+
<tr>
28+
<td>Senior-level</td>
29+
<td>~27%</td>
30+
</tr>
31+
</tbody>
32+
</table>
33+
34+
Additionally, ~22% of attendees preferred not to disclose their designation.
35+
36+
## Thank You, Community Partners
37+
Eleven Community Partners enriched the conference with their engagement with participants. Thanks to Tensorflow User Group Hyderabad, Google Developer Group Hyderabad, Hyderabad DAO, edam.community, MumPy (Mumbai Python User Group), Azure Developer Community, FOSS United, AI Anytime, So Called CS Engineers, Nextgen Nexus, and Nexus Swarm for collaborating with us.
38+
See the complete list of our [community partners](/#community-partners) who contributed to this event.
39+
40+
## A Safe and Inclusive Conference
41+
We are pleased to report that no Code of Conduct violations were reported, ensuring a safe and welcoming environment for all participants.
42+
43+
## A Big Thanks to Our Volunteers
44+
Meet the amazing individuals who helped make this event possible on [our team page](/our-team).
45+
None of this would have been possible without our dedicated volunteers. Your time, effort, and commitment played a crucial role in making this conference a success. Thank you!
46+
47+
## Celebrating the 5th Edition
48+
To commemorate this milestone, we created a Wall of Speakers, Sponsors, and Volunteers. Check it out at [PyConf Hyderabad Turns 5](/pyconf-hyderabad-turns-5).
49+
50+
Additionally, we introduced the HydPy Community Service Awards to recognize outstanding contributions from key volunteers.
51+
52+
## Share Your Moments
53+
Share your moments with us using #PyConfHyd2025, #PyConfHydTurns5 on any of the social channels:
54+
* [LinkedIn](https://www.linkedin.com/company/pyconf-hyderabad/)
55+
* [Twitter/X](https://github.com/hydpy)
56+
* [GitHub](https://github.com/HydPy/)
57+
* [Instagram](https://www.instagram.com/pyconfhyd/)
58+
* [Meetup](https://www.meetup.com/HydPyGroup/)
59+
* [Telegram](https://t.me/HydPy)
60+
* [Mailing list](https://mail.python.org/mailman3/lists/hydpy.python.org/)
61+
62+
## Take-away
63+
* Several attendees requested us to host more participants at a larger venue.
64+
* Sponsors are happy to offer us space to organize workshops, talks and Hackathons.
65+
66+
## Next
67+
* Look out for our financial report on the mailing list in the upcoming weeks as we sort out the reimbursements.
68+
* Hyderabad Python User Group (HydPy) is proud to engage with the sponsors, speakers, attendees and volunteers. We will continue to engage with the broader technology community.
69+
* We invite more volunteers to be part of HydPy group. Join our Meetup page to know about our events and start volunteering.
70+
* We will be reaching out to like-minded organizations and will be publishing an event calendar for the near future.
71+
72+
See you at the next meet-up!
73+
74+
257 KB
Loading

0 commit comments

Comments
 (0)