Skip to content

Commit 9e0f5cb

Browse files
Added August 2025 Meetup blog (#84)
* Added new Author ramgopalsiddh * Added August meetup blog * added link for MariaDB Hackathon announcement * Added McKesson Compile linkedin link * Added Thanks paragraph * Added author website buttion
1 parent dde6ab2 commit 9e0f5cb

File tree

4 files changed

+58
-2
lines changed

4 files changed

+58
-2
lines changed

_authors/ramgopalsiddh.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
username: ramgopalsiddh
3+
name: Ram Gopal Siddh
4+
logo: https://avatars.githubusercontent.com/u/82461166?v=4
5+
6+
twitter: https://twitter.com/ramgopalsiddh1/
7+
web: https://ramgopal.dev/
8+
description: "Ram Gopal Siddh"
9+
---

_layouts/post.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
</div>
2828
<div class="col-xs-12 col-md-9 col-lg-10 text-center text-md-left">
2929
<a class="link-dark" href="{{ primary_author.url }}">{{ primary_author.name }}</a><a target="_blank" href="{{ primary_author.twitter }}" class="btn follow">Follow</a>
30-
<span class="author-description">{{ primary_author.description }}</span>
30+
{% if primary_author.web %}<a target="_blank" href="{{ primary_author.web }}" class="btn follow">Website</a>{% endif %}
31+
<span class="author-description">{{ primary_author.description }}</span>
3132
</div>
3233
</div>
3334
{% endif %}

_posts/2025-07-19-july-meetup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors:
66
description: "Python Meetup"
77
categories: [ meetup, talks, AI ]
88
image: "https://secure.meetupstatic.com/photos/event/3/8/e/e/highres_529154574.webp"
9-
featured: true
9+
featured: false
1010
---
1111

1212
We kicked off the second half of 2025 with an exciting July Python Meetup, held in collaboration with Django India and hosted by the folks at MeshDefend.ai. The lineup of talks brought together an engaging mix of cutting-edge topics and hands-on insights.

_posts/2025-08-23-august-meetup.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
layout: post
3+
title: "August 2025 Meetup"
4+
authors:
5+
- ramgopalsiddh
6+
description: "Python Meetup"
7+
categories: [ meetup, talks, AI ]
8+
image: "https://secure.meetupstatic.com/photos/event/8/f/d/a/highres_529776826.webp"
9+
featured: true
10+
---
11+
12+
The August BangPypers meetup was hosted at [McKesson Compile](https://www.linkedin.com/company/compile-inc/?originalSubdomain=in), where we had four talks: The Evolution of L5: Compile’s Spark-Based ETL Framework, Feedback in LLMs, DSPy – Stop Prompting, Start Programming LLMs, and Why t-strings are better than f-strings in Python. We also had an announcement about the upcoming MariaDB Hackathon.
13+
14+
[Malavika Menon](https://www.linkedin.com/in/malavika-s-menon/) started the event with The Evolution of L5: Compile's Spark-Based ETL Framework, where she walked us through the design philosophy and performance improvements of L5, showing how the framework leverages Spark to streamline data pipelines more efficiently.
15+
16+
17+
![Evolution of L5](https://secure.meetupstatic.com/photos/event/8/f/c/a/highres_529776810.webp "Evolution of L5")
18+
19+
[Suhas Gupta](https://www.linkedin.com/in/suhas-gupta-16984046/) followed with Feedback in LLMs, explaining why feedback mechanisms are essential for improving LLM performance, reliability, and user alignment, and how these feedback loops can be practically implemented.
20+
21+
22+
![Feedback in LLMs](https://secure.meetupstatic.com/photos/event/8/f/c/e/highres_529776814.webp "Feedback in LLMs")
23+
24+
[Ankur Gupta](https://www.linkedin.com/in/ankurgupta1982/) then presented DSPy – Stop Prompting, Start Programming LLMs, introducing DSPy as a structured approach to treating LLMs like programmable modules—moving away from ad-hoc prompt tweaks toward modular, maintainable pipelines.
25+
26+
27+
![DSPy – Stop Prompting, Start Programming LLMs](https://secure.meetupstatic.com/photos/event/8/f/d/2/highres_529776818.webp "DSPy – Stop Prompting, Start Programming LLMs")
28+
29+
[Tushar Sadhwani](https://www.linkedin.com/in/tusharsadhwani/) delivered a lightning talk on Why t-strings are better than f-strings in Python, highlighting the new t-strings feature coming in Python 3.14 and how it improves string interpolation.
30+
31+
32+
![T-string](https://secure.meetupstatic.com/photos/event/8/f/d/6/highres_529776822.webp "T-string")
33+
34+
The meetup concluded with the [MariaDB Hackathon](https://mariadb-python.hackerearth.com/) announcement, introducing the upcoming community hackathon focused on MariaDB development and collaboration.
35+
36+
![MariaDB Hackathon announcement](https://secure.meetupstatic.com/photos/event/8/f/d/3/highres_529776819.webp "MariaDB Hackathon announcement")
37+
38+
A big thank you to all our speakers — Malavika, Suhas, Ankur, and Tushar — as well as to our wonderful attendees and our venue partner [McKesson Compile](https://www.linkedin.com/company/compile-inc/?originalSubdomain=in) for making this meetup a success. Stay tuned for more events and knowledge sharing in the months to come!
39+
40+
41+
To stay updated with our future events and discussions:
42+
- Follow us on Twitter/X - [@__bangpypers__](https://twitter.com/__bangpypers__)
43+
- Join our Discord community: [Discord Invite](https://discord.gg/Tnhbqh33zd)
44+
- Follow our meetup schedules: [Meetup Page](https://www.meetup.com/BangPypers/)
45+
- Subscribe to our mailing list: [Mailing List](https://mail.python.org/mailman/listinfo/bangpypers)
46+
- Follow us on Linkedin - [@bangpypers](https://www.linkedin.com/company/bangpypers)

0 commit comments

Comments
 (0)