PyLadiesCon 2024

Se han guardado sus preferencias de configuración regional. Nos gusta pensar que tenemos un excelente soporte para el español en Pretalx, pero si encuentra problemas o errores, ¡contáctenos!

Swarooprani Manoor

Prof. Swarooprani Manoor is an Assistant Professor in the Master of Computer Applications department at KLS Gogte Institute of Technology, India. With over 19 years of experience teaching postgraduate students.
She is actively involved in the Python community. She recently spoke at PyLadies 2023 and is excited to contribute at PyLadies 2024. She manages a Python Newsletter on LinkedIn and has conducted workshops at PyCon India 2023 PyDiverse

Her contributions to the broader tech community include presenting talk and leading workshop at BelPy 2024, an International Python Conference. Additionally, she served as an Organizing Team Member BelPy 2024. She has also been a judge for several Hackathons, including HackToFuture 24 Zonal Level Hackathon

Learn more about her professional background on LinkedIn profile


Session

07/12
07:40
20minutos
Loop Less, Map More! Rethink How You Iterate in Python
Swarooprani Manoor

Iteration is a fundamental concept in Python, often handled with traditional loops. But what if there’s a more efficient, Pythonic way?
In this talk, I’ll demonstrate how Python’s map function can transform your approach to iteration. Through real-world examples, you'll see how map can make your code cleaner, easier to read, and often faster.
This talk is ideal for beginners wanting to enhance their coding skills and experienced developers looking to improve their Python code. By the end, you’ll be equipped to use map to write more efficient and readable Python code.

Main Stream