On Mon, Apr 13, 2026, 8:23 PM Rengaraj D <[email protected]> wrote:

> Hi Everyone
>
> We have scheduled an April Meetup on 25th of April.
> If you are interested to give a talk reply to this thread with Talk Title
> and Description or comment the same on the meetup page [1]
>

I would like to talk about the topic below.

Title:

The Magic of Generators

Description:

Recently I was trying to solve the sum of N perfect squares using python.
Trying using a for loop. Worked for a small range. When I increased the
range, the function started hanging or stuck for a very long time.
This can easily be solved by using a generator which generates perfect
squares.  In this talk we are going to understand the magic of generators.
We try to create a mental model for generators.

Regards
Rengaraj
_______________________________________________
Chennaipy mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/chennaipy.python.org
Member address: [email protected]

Reply via email to