Hello Chennai Py ,

Can someone provide the slides for Guru's talk?
Please,

Regards
Parthiban

On Sat, May 24, 2025 at 11:12 PM <chennaipy-requ...@python.org> wrote:

> Send Chennaipy mailing list submissions to
>         chennaipy@python.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://mail.python.org/mailman3/lists/chennaipy.python.org/
> or, via email, send a message with subject or body 'help' to
>         chennaipy-requ...@python.org
>
> You can reach the person managing the list at
>         chennaipy-ow...@python.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Chennaipy digest..."
>
> Today's Topics:
>
>    1. Meeting minutes May meetup (Rengaraj D)
>    2. Re: Meeting minutes May meetup (Shiv Katira)
>    3. Re: Meeting minutes May meetup (Rengaraj D)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 24 May 2025 22:34:02 +0530
> From: Rengaraj D <sakthirenga...@gmail.com>
> Subject: [Chennaipy] Meeting minutes May meetup
> To: Chennai Python User Group Mailing List <chennaipy@python.org>
> Message-ID:
>         <
> cangayd6j4baafujgd+uyoxcdljbj6bho3rqaluwvq2xuc9c...@mail.gmail.com>
> Content-Type: multipart/alternative;
>         boundary="00000000000041424d0635e4b443"
>
> # Meeting Minutes May 2025
>
> We started at 3:15 PM since we waited for people to join.
> We had around 30 attendees.
> We started with introductions; we had a lot of first-time attendees.
>
> ## First Talk
> ### Elasticsearch
>
> Madhav Kumar went in-depth into Elasticsearch internals.
> He explained various techniques used in search to tokenize words.
> He spoke about tokenizers and how they work:
>  - N-gram
>  - Edge N-gram
> He also ran some demos.
>
> ### Build, Dissect Packets
>
> Rengaraj started with an introduction to the Scapy framework.
> - He had a spelling mistake in the title.
> - He compared the OSI layer with Scapy APIs.
> - He went on to create IP layer packets.
> - He went on to explain how to stack layers of a packet:
>   Eth/IP/UDP or TCP/DNS
> - He created packets and sent them over the network.
>
> ### Networking Tea Break
>
> Before the tea break, we called for volunteers to introduce themselves and
> share
> their areas of expertise to enable meaningful networking during the break.
>
> ### Optimizing Python: From Slow to Go
>
> Guru gave an excellent talk on how we can improve Python processing time
> when using:
> - Threads
> - Multiprocessing
> - Concurrency
> - asyncio
> - subinterpreters
>
> An important takeaway is that subinterpreters—something I had never heard
> of—
> have been in Python since version 1.5.
>
> ## Lightning Talks
>
> * Abhishek started by showing various AI model performances and left us
> with
>   the question: when an AI model reaches 100% accuracy, what is going to
> happen?
>
> * Vijay gave a talk on Sentence Transformers, which he learned about while
> prototyping
>   an AI-based voice control system (I think).
>   - He showed how words are clustered.
>   - He showed how sentences can be clustered.
>   During Vijay's talk, I thought: it’s a steep learning curve.
>
> * Shreyas gave a talk on how he used AI as a partner rather than just a Q&A
> tool.
>   He showed a structured one-page prompt designed so that AI asks questions
> instead
>   of only responding to human prompts. This way, AI becomes a partner
> rather than a threat.
>
> # Thanks
>
> With that, the Chennaipy May meetup concluded.
> Rengaraj thanked:
> - All the volunteers behind the scenes
> - IMSc and Prof. Amirtanshu for the venue and continued support
> - All the speakers
> - The timekeeper
>
> We finally took a group photo. I saw a lot of people hadn't left the campus
> until 6 PM.
> They were discussing things all the way until they exited the gate.
> -------------- next part --------------
> A message part incompatible with plain text digests has been removed ...
> Name: not available
> Type: text/html
> Size: 2762 bytes
> Desc: not available
>
> ------------------------------
>
> Message: 2
> Date: Sat, 24 May 2025 23:04:41 +0530
> From: Shiv Katira <shivkat...@gmail.com>
> Subject: [Chennaipy] Re: Meeting minutes May meetup
> To: Chennai Python User Group Mailing List <chennaipy@python.org>
> Message-ID:
>         <CAH4Fk7uz1cR79w=
> jctmzpmxhkqfokru3p3hxzysp39vikot...@mail.gmail.com>
> Content-Type: multipart/alternative;
>         boundary="000000000000bdbd600635e52120"
>
> Thank you Rengaraj for the amazing meetup. Would it be possible for you to
> share the photos?
>
> Regards,
> Shiv Katira
> shivkat...@gmail.com
>
>
> On Sat, 24 May, 2025, 22:35 Rengaraj D via Chennaipy, <
> chennaipy@python.org>
> wrote:
>
> > # Meeting Minutes May 2025
> >
> > We started at 3:15 PM since we waited for people to join.
> > We had around 30 attendees.
> > We started with introductions; we had a lot of first-time attendees.
> >
> > ## First Talk
> > ### Elasticsearch
> >
> > Madhav Kumar went in-depth into Elasticsearch internals.
> > He explained various techniques used in search to tokenize words.
> > He spoke about tokenizers and how they work:
> >  - N-gram
> >  - Edge N-gram
> > He also ran some demos.
> >
> > ### Build, Dissect Packets
> >
> > Rengaraj started with an introduction to the Scapy framework.
> > - He had a spelling mistake in the title.
> > - He compared the OSI layer with Scapy APIs.
> > - He went on to create IP layer packets.
> > - He went on to explain how to stack layers of a packet:
> >   Eth/IP/UDP or TCP/DNS
> > - He created packets and sent them over the network.
> >
> > ### Networking Tea Break
> >
> > Before the tea break, we called for volunteers to introduce themselves
> and
> > share
> > their areas of expertise to enable meaningful networking during the
> break.
> >
> > ### Optimizing Python: From Slow to Go
> >
> > Guru gave an excellent talk on how we can improve Python processing time
> > when using:
> > - Threads
> > - Multiprocessing
> > - Concurrency
> > - asyncio
> > - subinterpreters
> >
> > An important takeaway is that subinterpreters—something I had never heard
> > of—
> > have been in Python since version 1.5.
> >
> > ## Lightning Talks
> >
> > * Abhishek started by showing various AI model performances and left us
> > with
> >   the question: when an AI model reaches 100% accuracy, what is going to
> > happen?
> >
> > * Vijay gave a talk on Sentence Transformers, which he learned about
> while
> > prototyping
> >   an AI-based voice control system (I think).
> >   - He showed how words are clustered.
> >   - He showed how sentences can be clustered.
> >   During Vijay's talk, I thought: it’s a steep learning curve.
> >
> > * Shreyas gave a talk on how he used AI as a partner rather than just a
> > Q&A tool.
> >   He showed a structured one-page prompt designed so that AI asks
> > questions instead
> >   of only responding to human prompts. This way, AI becomes a partner
> > rather than a threat.
> >
> > # Thanks
> >
> > With that, the Chennaipy May meetup concluded.
> > Rengaraj thanked:
> > - All the volunteers behind the scenes
> > - IMSc and Prof. Amirtanshu for the venue and continued support
> > - All the speakers
> > - The timekeeper
> >
> > We finally took a group photo. I saw a lot of people hadn't left the
> > campus until 6 PM.
> > They were discussing things all the way until they exited the gate.
> > _______________________________________________
> > Chennaipy mailing list -- chennaipy@python.org
> > To unsubscribe send an email to chennaipy-le...@python.org
> > https://mail.python.org/mailman3//lists/chennaipy.python.org
> > Member address: shivkat...@gmail.com
> >
> -------------- next part --------------
> A message part incompatible with plain text digests has been removed ...
> Name: not available
> Type: text/html
> Size: 4299 bytes
> Desc: not available
>
> ------------------------------
>
> Message: 3
> Date: Sat, 24 May 2025 23:11:34 +0530
> From: Rengaraj D <sakthirenga...@gmail.com>
> Subject: [Chennaipy] Re: Meeting minutes May meetup
> To: Shiv Katira <shivkat...@gmail.com>
> Cc: Chennai Python User Group Mailing List <chennaipy@python.org>
> Message-ID:
>         <CANgAyd6o6YDeOBP7fO1zTc5Zw47WtBash1Z4M2g+i=
> snqve...@mail.gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> On Sat, 24 May 2025 at 23:04, Shiv Katira <shivkat...@gmail.com> wrote:
> >
> > Thank you Rengaraj for the amazing meetup. Would it be possible for you
> to share the photos?
>
> Shiv,
>
> You can fetch from the linkedin page.
>
>
> https://www.linkedin.com/posts/chennaipy_we-had-excellent-may-meetup-we-started-at-activity-7332094572837183488-JWbD?utm_source=share&utm_medium=member_desktop&rcm=ACoAAAM1qJwB7Fz2ytE_N2Q8RzxHIXADrByq_7Q
>
> Regards
> Rengaraj
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Chennaipy mailing list -- chennaipy@python.org
> To unsubscribe send an email to chennaipy-le...@python.org
> https://mail.python.org/mailman3//lists/chennaipy.python.org
>
>
> ------------------------------
>
> End of Chennaipy Digest, Vol 140, Issue 7
> *****************************************
>
_______________________________________________
Chennaipy mailing list -- chennaipy@python.org
To unsubscribe send an email to chennaipy-le...@python.org
https://mail.python.org/mailman3//lists/chennaipy.python.org
Member address: arch...@mail-archive.com

Reply via email to