Python Conference APAC 2024

Sejal Gupta

Sejal Gupta (She/Her) is a software engineer, fueled by a passion for technology and constantly strives to empower women in tech. She founded a community (Women in Tech++) where she has mentored 100+ women and seeks to keep this legacy. She has authored 3 research articles on the Internet of Things and presented her work at IEEE Conferences. She is a public speaker and loves to talk about solving problems using cutting-edge technology.
Linkedin: https://www.linkedin.com/in/sejal-gupta-she-her-3aab7815a/ Github: https://github.com/Sejal-G Scopus: https://www.scopus.com/authid/detail.uri?authorId=57222596059 Google Scholar: https://scholar.google.com/citations?hl=en&user=8O4uOVYAAAAJ


Links to social media profile / website / github

https://www.linkedin.com/in/sejal-gupta-she-her-3aab7815a/


Session

10-26
16:30
30min
Organized Chaos: Demystifying Python’s Garbage Collection
Sejal Gupta, Sidhant Gupta

Ever wondered what goes on behind the scenes to keep your Python apps running smoothly? Join us for a deep dive into the world of garbage collection and resource allocation! We’ll uncover the secrets of Python's memory management, from reference counting to tackling those pesky cyclic references. Uncover how Python automatically identifies and cleans up unused objects, ensuring optimal performance using gc module. You'll also get a scoop of tools like memory_profiler and tracemalloc. Whether you're a Python pro or just curious, this talk will help you keep your code lean, clean and efficient. Don't miss it!

CLASS #2