#PYTHON
· 2 min read
Supercharge Your Api Calls With Fastapi, Asyncio, And Httpx
Explore how to boost web app performance using FastAPI with asyncio and HTTPX for concurrent API calls. This tutorial showcases integration with popular public APIs like JSONPlaceholder and REST Countries, demonstrating efficient data fetching using asynchronous HTTP requests.
#python#fastapi#httpx#async
· 11 min read
Dvc: Develop Machine Learning Experiments In A Structured And Scaled Way
Structured and scalable development of machine learning experiments with DVC. Explaining DVC step by step on a practical example by running experiments with XGBoost and CatBoost on the churn prediction kaggle dataset.
#python#dvc#mlops