12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- ==================================
- 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-il
- .. raw:: html
- <div style="width:425px;text-align:left" id="__ss_2089054">
- <a style="font:14px Helvetica,Arial,Sans-serif;display:block;
- margin:12px 0 3px 0;text-decoration:underline;"
- href="http://www.slideshare.net/idangazit/an-introduction-to-celery"
- title="An Introduction to Celery">An Introduction to Celery</a>
- <object style="margin:0px" width="425" height="355"> <param name="movie"
- value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=pyweb-celery-090929081406-phpapp01&stripped_title=an-introduction-to-celery" />
- <param name="allowFullScreen" value="true"/><param name="allowScriptAccess"
- value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=pyweb-celery-090929081406-phpapp01&stripped_title=an-introduction-to-celery" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355">
- </embed></object><div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more
- <a style="text-decoration:underline;"
- href="http://www.slideshare.net/">documents</a>
- from <a style="text-decoration:underline;"
- href="http://www.slideshare.net/idangazit">Idan Gazit</a>.</div></div>
- RabbitMQ, Celery and Django
- ===========================
- Great Celery tutorial by `Robert Pogorzelski`_ at his blog "Happy Stream of
- Thoughts":
- 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
|