Skip to content

Commit 7333d6c

Browse files
tiyashabanerjee46indiVar0508
authored andcommitted
Added January Blog
1 parent a9c9b51 commit 7333d6c

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

_posts/2025-12-13-december-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/2/a/a/2/highres_531790914.webp"
9-
featured: true
9+
featured: false
1010
---
1111

1212
The December BangPypers meetup was hosted at [Flexera](https://www.linkedin.com/company/flexera/), where we had five engaging sessions: AI-Driven DevOps, AI Browsers, a deep dive into favorite PEPs, Responsible Agentic AI Frameworks, and an introduction to GPU Programming in Python.
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
layout: post
3+
title: "January 2026 Meetup"
4+
authors:
5+
- ramgopalsiddh
6+
description: "Python Meetup"
7+
categories: [ meetup, talks, AI, GIL ]
8+
image: "https://secure.meetupstatic.com/photos/event/6/c/7/a/highres_532287770.webp"
9+
featured: true
10+
---
11+
12+
The January BangPypers meetup was a fantastic start to the new year, hosted at [Cloudsek](https://www.linkedin.com/company/cloudsek/?originalSubdomain=in), where we had three insightful sessions covering Recursive Language Models, Causal Reasoning Engines, and a deep dive into Python's GIL.
13+
14+
[Jayita Bhattacharyya](https://www.linkedin.com/in/jayita-bhattacharyya/) started the proceedings with her talk on *Recursive Language Models*. She explored how these models build upon themselves to achieve more complex reasoning and generation, showcasing their potential to tackle problems that are difficult for standard models.
15+
16+
![Recursive Language Models](https://secure.meetupstatic.com/photos/event/6/3/5/2/highres_532285426.webp "Recursive Language Models")
17+
18+
[Soumya Ranjan Das](https://www.linkedin.com/in/soumya-ranjan-das99/) presented the *Causal Reasoning Engine*. He introduced a framework for building systems that can understand cause and effect, moving beyond correlation to true causal inference. Soumya demonstrated how this is a critical step towards more robust and explainable AI.
19+
20+
![Causal Reasoning Engine](https://secure.meetupstatic.com/photos/event/6/3/5/7/highres_532285431.webp "Causal Reasoning Engine")
21+
22+
[Viraj Sharma](https://sharmaviraj.com/) then took the stage to unravel the mysteries of the Global Interpreter Lock in his talk, *Unlocking Python’s GIL: Myth, Magic & Multicore*. He demystified the GIL, explained its impact on concurrent programming in Python, and explored modern techniques to work around it for true multicore parallelism.
23+
24+
![Unlocking Python’s GIL: Myth, Magic & Multicore](https://secure.meetupstatic.com/photos/event/6/3/7/6/highres_532285462.webp "Unlocking Python’s GIL: Myth, Magic & Multicore")
25+
26+
We also had two engaging lightning talks:
27+
28+
[Abhishek Prasad](https://www.linkedin.com/in/compro-prasad/) gave a lightning talk about [*Datastart*](https://data-star.dev/), a platform designed to empower and connect data enthusiasts with valuable resources and insights.
29+
30+
![data-star.dev](https://secure.meetupstatic.com/photos/event/6/3/8/b/highres_532285483.webp "data-star.dev")
31+
32+
[Archit Gupta](https://www.linkedin.com/in/i-archit-gupta/) presented a lightning talk on *Cyber Security Basics*, providing essential insights and practical tips for securing digital assets and understanding common threats.
33+
34+
![Cyber Security Basics](https://secure.meetupstatic.com/photos/event/6/3/9/d/highres_532285501.webp "Cyber Security Basics")
35+
36+
## Community Announcements
37+
38+
Looking ahead, we’re excited to collaborate with [SciPy India](https://www.linkedin.com/company/scipyindia/) for our [**SciPy India x Bangpyers Feb Meetup**](https://www.meetup.com/bangpypers/events/311155506/?eventOrigin=group_upcoming_events).
39+
40+
We are community partners for two upcoming events: **[PyConf Hyd 2026](https://2026.pyconfhyd.org/)** happening on March 14-15, and the **[CloudxAI Conference](https://cloudconf.ai/)** on March 14.
41+
42+
A big thank you to all our speakers — **Jayita, Soumya, Viraj, Abhishek, and Archit** — as well as to our wonderful attendees and our venue partner [Cloudsek](https://www.linkedin.com/company/cloudsek/?originalSubdomain=in) for making this meetup a success. Stay tuned for more events and knowledge sharing in the months to come!
43+
44+
To stay updated with our future events and discussions:
45+
- Follow us on Twitter/X - [@__bangpypers__](https://twitter.com/__bangpypers__)
46+
- Join our Discord community: [Discord Invite](https://discord.gg/Tnhbqh33zd)
47+
- Follow our meetup schedules: [Meetup Page](https://www.meetup.com/BangPypers/)
48+
- Subscribe to our mailing list: [Mailing List](https://mail.python.org/mailman/listinfo/bangpypers)
49+
- Follow us on Linkedin - [@bangpypers](https://www.linkedin.com/company/bangpypers)

0 commit comments

Comments
 (0)