| 1234567891011121314151617181920212223242526272829 | ================================== External tutorials and resources==================================Introduction to Celery----------------------Awesome slides from when `Idan Gazit`_ had a talk about Celery at `PyWeb-IL`_:http://www.slideshare.net/idangazit/an-introduction-to-celery.. _`Idan Gazit`: http://twitter.com/IdanGazit.. _`PyWeb-IL`: http://groups.google.com/group/pyweb-ilRabbitMQ, Celery and Django===========================Great Celery tutorial by `Robert Pogorzelski`_ at his blog "Happy Stream ofThoughts":http://robertpogorzelski.com/blog/2009/09/10/rabbitmq-celery-and-django/.. _`Robert Pogorzelski`: http://robertpogorzelski.com/RabbitMQ with Python and Ruby=============================http://www.slideshare.net/hungryblank/rabbitmq-with-python-and-ruby-rupy-2009
 |