Udemy

Udemy Course on using Celery in Python

I’ve signed up at Udemy to create a course on how to use Python with FastAPI and Celery. Celery is great for running async tasks in the background. I’ve used it in my projects to run offline tasks like sending emails, processing images, reports and more. FastAPI is a modern web framework for building APIs with Python 3.6+ based on standard Python type hints. It’s fast, easy to use and has great documentation.