I ran a workshop on Python for librarians at Code4Lib 2024. My materials are in a GitHub repository which includes materials on common Python patterns, dependency management, f-strings, new language features (from 3.5-3.10), Jupyter notebooks, Pandas, Pymarc, Pytest parameterization, and type hints. During the workshop, we only had time to cover notebooks, Pymarc, and Pandas. We also discussed asynchronous programming and the asyncio
library a bit.