Skip to content

Commit 376e3ee

Browse files
authored
Merge pull request #71 from nvs-abhilash/oct-meetup
docs: add oct-2024 meetup blog
2 parents 8130334 + 997b8c7 commit 376e3ee

File tree

2 files changed

+48
-2
lines changed

2 files changed

+48
-2
lines changed

_posts/2024-06-15-june-meetup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
- nvs-abhilash
66
description: "June Meetup at BangPypers"
77
categories: [ meetup, talks]
8-
featured: true
8+
featured: false
99
image: https://secure.meetupstatic.com/photos/event/9/b/9/2/highres_521739826.webp
1010
---
1111

@@ -31,7 +31,7 @@ We finally ended the event with an informal networking session. We extend our he
3131

3232
Stay tuned for our next meetup as we continue to explore and celebrate all things Python! Don't miss out on future events:
3333
- Follow us on Twitter [@__bangpypers__](https://twitter.com/__bangpypers__)
34-
- Join our active Discord server using this [invite](https://discord.com/invite/5hanJnWf9m)
34+
- Join our active Discord server using this [invite](https://discord.gg/Tnhbqh33zd)
3535
- Stay updated with our meetup schedules on Meetup [here](https://www.meetup.com/BangPypers/)
3636
- Join our mailing list [here](https://mail.python.org/mailman/listinfo/bangpypers)
3737

_posts/2024-10-19-Oct-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: "October 2024 Meetup"
4+
authors:
5+
- nvs-abhilash
6+
description: "October BangPypers Meetup at Postman"
7+
categories: [ meetup, talks]
8+
featured: true
9+
image: https://secure.meetupstatic.com/photos/event/d/4/b/b/highres_524154459.webp
10+
---
11+
12+
BangPypers hosted its October meetup on October 19, 2024, at Postman, welcoming over 40 enthusiastic participants, including many first-time attendees (including some college students!) eager to dive into the vibrant Python community. The event featured talks about leveraging GenAI agents, core Python and API testing.
13+
14+
We kicked off the meetup with a brief introduction session. This provided an excellent opportunity for everyone to get to know each other and set the stage for the day's presentations.
15+
16+
Our first speaker, Indivar Mishra, delivered an engaging talk on "[Fictional Commentator using Streamlit + Google's Vertex AI](https://github.com/bangpypers/meetup-talks/issues/39)". Indivar showcased his pet project a fictional commentator. Indivar demonstrated how he used Google Vertex AI function calling capability to commentate cricket match using popular sitcom characters.
17+
18+
![Indivar Mishra on Fictional Commentator using Streamlit + Google's Vertex AI](https://secure.meetupstatic.com/photos/event/d/4/b/a/highres_524154458.webp)
19+
20+
Next, Tushar Sadhwani presented an interesting session on "[pip install new syntax](https://github.com/bangpypers/meetup-talks/issues/35)". Tushar talked about multiple ways that you can modify the Python syntax parsing logic to allow custom syntax. Tushar specifically talked about how you can use `() =>` syntax (which is not a valid Python syntax) for lambda functions. Audiance found the talk interesting and was curious on how to apply the same on their own projects.
21+
22+
![Tushar presenting pip install new syntax](https://secure.meetupstatic.com/photos/event/4/2/f/e/highres_524177150.webp)
23+
24+
Following a short break, we resumed with a talk by Shreyas Panduranga, who introduced "[Performance Testing in Postman](https://github.com/bangpypers/meetup-talks/issues/41)". Shreyas explained how Postman has simplified performance tesing of APIs with their new "Performance Testing" feature.
25+
26+
![Shreyas presenting Performance Testing in Postman](https://secure.meetupstatic.com/photos/event/d/4/c/5/highres_524154469.webp)
27+
28+
The meetup concluded with two lightning talks. First lightning talk was presented by Shubham on Python HPX. Shubham presented a tool for generating Python bindings for C++ code which can boost native python code with minimal code change.
29+
30+
![Subham presenting lightning talk on Python HPX](https://secure.meetupstatic.com/photos/event/4/3/0/1/highres_524177153.webp)
31+
32+
The second lightning talk was presented by Abhik on "Issues with Associative Addition" where he made the audiance aware of how floating point operation works in Python (or any language), and why for some numbers addition is not associative!
33+
34+
![Abhik presenting lightning talk on Issues with Associative Addition](https://secure.meetupstatic.com/photos/event/d/4/c/8/highres_524154472.webp)
35+
36+
We finally ended the event with an informal networking session and a tasty lunch at Postman office. We extend our heartfelt thanks to all the speakers for their valuable contributions and to our participants for their active engagement.
37+
38+
![Lunch and networking at Postman](https://secure.meetupstatic.com/photos/event/d/4/c/e/highres_524154478.webp)
39+
40+
Stay tuned for our next meetup as we continue to explore and celebrate all things Python! Don't miss out on future events:
41+
- Follow us on Twitter [@__bangpypers__](https://twitter.com/__bangpypers__)
42+
- Join our active Discord server using this [invite](https://discord.gg/Tnhbqh33zd)
43+
- Stay updated with our meetup schedules on Meetup [here](https://www.meetup.com/BangPypers/)
44+
- Join our mailing list [here](https://mail.python.org/mailman/listinfo/bangpypers)
45+
46+
We look forward to seeing you at our next gathering!

0 commit comments

Comments
 (0)