Loading repository data…
Loading repository data…
codingforentrepreneurs / repository
Turn your python projects into a task master and scheduling genie with the magic of Celery & Redis. This is Time & Tasks 2.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Coming Soon
Turn your python projects into a task master and scheduling genie with the magic of Celery & Redis.
In this project, we're going to learn all about the popular python library Celery to help our projects offload tasks, especially time-intensive tasks, to a worker process. We'll also implement scheduling inside of Celery as well.
For time & tasks, I'll be writing a corresponding book. In the past, I would write private notes to help me with the recording process. For this series, I have decided to publish these notes as a "work-in-progress" book right here on github. Depending on how everyone likes the book portion, I'll consider fully publishing the book into more consumable formats. Do you like the book? Let me know -> @joincfe.
For a live version of the book you have 2 options (currently):
nbs/ as Jupyter notebooksThe videos will loosely follow the content in the book. The major difference will be the context that's discussed while building the project. Personally, I think the book will only scratch the surface of what's in the videos.