Rhythm Patel
Rhythm Patel is a software engineer at Bloomberg. He is a one of the leaders of Bloomberg's Python Guild, which is dedicated to aiding Python engineers, fostering innovation, creating and maintaining Python packages, as well as acting as a bridge to the wider Python community. Rhythm has spoken at PyCon DE & PyData Berlin 2024, PyCon US 2024, PyCon Italy 2024, PyData London 2024, and internal events. When he’s not working, you can find him playing football or tennis, traveling and hiking, or volunteering at London’s Royal Parks and London Zoo.

Sessions
Managing a database and synchronizing service data representation with the database can be tricky. In this talk, we’ll explore SQLAlchemy, a powerful SQL toolkit that can be used to simplify this task and also to enhance the readability and maintainability of the code. We’ll also discuss how to leverage SQLAlchemy’s Object Relational Mapper (ORM) system and ways to introduce some optimizations.