Pycon and Pydata Germany 2022
My Notes on Talks I like:
1. Flexible ML Experiment Tracking System for Python Coders with DVC and Streamlit: Talks about Versioning of Machine Learning models and data with DVC along with visualisation in Streamlit.
2. Navigating the limitations of Python’s concurrency model in web services: Evolution of concurrency in Python on Web - unicorn to uvicorn and from Flask / Django to FastAPI.
3. Speed up python on single core: A basic recap of how you can speed up Python code without parallelisation.