Skip to content

Commit

Permalink
Merge pull request #71 from nvs-abhilash/oct-meetup
Browse files Browse the repository at this point in the history
docs: add oct-2024 meetup blog
  • Loading branch information
anistark authored Oct 22, 2024
2 parents 8130334 + 997b8c7 commit 376e3ee
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-06-15-june-meetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
- nvs-abhilash
description: "June Meetup at BangPypers"
categories: [ meetup, talks]
featured: true
featured: false
image: https://secure.meetupstatic.com/photos/event/9/b/9/2/highres_521739826.webp
---

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

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

Expand Down
46 changes: 46 additions & 0 deletions _posts/2024-10-19-Oct-meetup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
layout: post
title: "October 2024 Meetup"
authors:
- nvs-abhilash
description: "October BangPypers Meetup at Postman"
categories: [ meetup, talks]
featured: true
image: https://secure.meetupstatic.com/photos/event/d/4/b/b/highres_524154459.webp
---

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.

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.

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.

![Indivar Mishra on Fictional Commentator using Streamlit + Google's Vertex AI](https://secure.meetupstatic.com/photos/event/d/4/b/a/highres_524154458.webp)

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.

![Tushar presenting pip install new syntax](https://secure.meetupstatic.com/photos/event/4/2/f/e/highres_524177150.webp)

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.

![Shreyas presenting Performance Testing in Postman](https://secure.meetupstatic.com/photos/event/d/4/c/5/highres_524154469.webp)

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.

![Subham presenting lightning talk on Python HPX](https://secure.meetupstatic.com/photos/event/4/3/0/1/highres_524177153.webp)

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!

![Abhik presenting lightning talk on Issues with Associative Addition](https://secure.meetupstatic.com/photos/event/d/4/c/8/highres_524154472.webp)

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.

![Lunch and networking at Postman](https://secure.meetupstatic.com/photos/event/d/4/c/e/highres_524154478.webp)

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

We look forward to seeing you at our next gathering!

0 comments on commit 376e3ee

Please sign in to comment.