Skip to content

Commit ba1da24

Browse files
indiVar0508anistark
authored andcommitted
add feb meetup blog
1 parent 424b7a8 commit ba1da24

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

_posts/2024-12-21-dec-meetup.md

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

1212
BangPypers' had its final meetup of 2024 at Rippling with an exciting lineup of talks covering modern Python development, validation frameworks, and AI trends.

_posts/2025-02-15-Feb-meetup.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
layout: post
3+
title: "February 2025 Meetup"
4+
authors:
5+
- indivar
6+
description: "Core Python"
7+
categories: [ meetup, talks]
8+
image: "https://secure.meetupstatic.com/photos/event/1/4/5/9/highres_526265209.webp"
9+
featured: true
10+
---
11+
12+
BangPypers marked its 20th anniversary with a special meetup on February 15, 2025, at ThoughtWorks in Bangalore — the very place where it all began. The event featured two insightful talks centered around core Python topics, as well as a Community Panel that delved into the journey of organizing BangPypers over the years. It was a celebration of growth, learning, and the vibrant Python community!
13+
14+
[Tushar Sadhwani](https://twitter.com/tusharisanerd) kicked off his talk with a deep dive into ["Inside the Python Virtual Machine"](https://github.com/bangpypers/meetup-talks/issues/50), unraveling the inner workings of Python’s execution engine. He explored how Python code is compiled, how objects are represented, and the specific steps the interpreter takes to execute a Python program. This session provided a detailed understanding of the Bytecode VM, offering attendees valuable insights into the mechanics of Python's execution process.
15+
16+
![Inside the Python Virtual Machine](https://secure.meetupstatic.com/photos/event/1/4/0/7/highres_526265127.webp "Inside the Python Virtual Machine")
17+
18+
Next, [Subhashree Banik](https://www.linkedin.com/in/subhashree-banik-a8537118a/) from ThoughtWorks took the stage with her presentation on [“Iterators, Generators, and the Power of Lazy Evaluation in Python”](https://github.com/bangpypers/meetup-talks/issues/51). She delved into how Python’s iterators and generators enable efficient, memory-friendly programming through lazy evaluation — a technique where values are computed only when required. Subhashree explained the key differences between iterators and generators, shedding light on how they work behind the scenes and why they are crucial for managing large datasets and optimizing performance. The talk also covered generator functions, generator expressions, and how infinite sequences can be handled with minimal memory overhead.
19+
20+
![Iterators, Generators, and the Power of Lazy Evaluation in Python](https://secure.meetupstatic.com/photos/event/1/4/3/4/highres_526265172.webp "Iterators, Generators, and the Power of Lazy Evaluation in Python")
21+
22+
After the break, the event shifted to a community panel featuring [Anand Pillai](https://www.linkedin.com/in/anandbpillai/), [Abhiram R](https://www.linkedin.com/in/abhiramr5459/), and [Anirudh Kumar](https://x.com/kranirudha). The panel, focused on "The Journey of Organizing BangPypers", took the audience on a nostalgic journey through the memorable moments of past BangPypers events. The panelists shared insights, stories, and reflections on how the community has evolved over the years, giving attendees a heartfelt look back at the milestones and experiences that have shaped the BangPypers journey.
23+
24+
![The Journey of Organizing BangPypers](https://secure.meetupstatic.com/photos/event/1/4/3/d/highres_526265181.webp "The Journey of Organizing BangPypers")
25+
26+
The meetup wrapped up with a fun quiz combining Bangalore and Python, a perfect way to celebrate what makes BangPypers so special — the vibrant community and the city’s deep connection to Python programming. It was a lighthearted and engaging end to an eventful day, bringing everyone together for a lot of laughs!
27+
28+
![Quiz](https://secure.meetupstatic.com/photos/event/1/4/4/d/highres_526265197.webp "Quiz")
29+
30+
To stay updated with our future events and discussions:
31+
- Follow us on Twitter/X - [@__bangpypers__](https://twitter.com/__bangpypers__)
32+
- Join our Discord community: [Discord Invite](https://discord.gg/Tnhbqh33zd)
33+
- Follow our meetup schedules: [Meetup Page](https://www.meetup.com/BangPypers/)
34+
- Subscribe to our mailing list: [Mailing List](https://mail.python.org/mailman/listinfo/bangpypers)
35+
- Follow us on Linkedin - [@bangpypers](https://www.linkedin.com/company/bangpypers)

0 commit comments

Comments
 (0)