Fun with Generators

Details
This month, we will have a lightning talk about Python performance tuning from Ryan Kuhl and a full talk about generators from Vinay Sawal, of Dell.
LIGHTNING TALK
"The Fast and the Furious: Tuning Python Code" by Ryan Kuhl
SPEAKER BIO: Ryan Kuhl
Ryan is a Sr. BE Engineer at Tatari and a Fast and Furious super-fan!
MAIN TALK
Generators allow you to declare a function that behaves like an iterator. It uses lazy evaluation technique to iterate over an iterable thus saving memory. It’s very useful when you have to process a very large input set that may not fit into the memory.
SPEAKER BIO: Vinay Sawal
Vinay Sawal is a Distinguished Member of Technical Staff in Cloud Platform & Services Organization in Dell Technologies. In his current role, he’s working as a Software Architect for designing and validating Infrastructure-as-a-Service offerings under the Project APEX umbrella that includes Storage-as-a-Service, Compute-as-a-Service, Data Protection Service, etc. Vinay’s interest lies in developing machine-learning & deep-learning models for solving issues encountered during product development. Vinay has more than 25 granted patents in USA, Europe and Asia.
CODE OF CONDUCT
https://baypiggies.net/pages/code_of_conduct.html
Interactions online have less nuance than in-person interactions. Please be Open, Considerate and Respectful. Also, please refrain from discussing topics unrelated to the Python community or the technical content of the meeting.
RSVP
We will conduct the meeting via Zoom webinar. Please register in advance. To do so, first RSVP "Yes" to this event. You should then see the link to sign up via the Zoom webinar. We will also send the Zoom signup link to the baypiggies@python.org mailing list (sign-up here: https://mail.python.org/mailman/listinfo/baypiggies).

Fun with Generators