Re: [BangPypers] [OT][Commercial] Python Training Course
Hi Anand, Where we need to register and is it limited seats. Thanks, Charantej On Tue, Jul 3, 2012 at 10:13 AM, Anand Chitipothu wrote: > Hi, > > I'm conducting a two day Python training course in Bangalore on 4th > and 5th August. > > For more information, please visit the course page at: > http://anandology.com/trainings/python.html > > Thanks, > Anand > ___ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers > -- Thanks & Regards, CharanTej.S ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers
Re: [BangPypers] [OT][Commercial] Python Training Course
Replied offline. Please mail me offline, if you have any questions about the training course. Thanks, Anand On Wed, Jul 4, 2012 at 5:23 PM, charantej.S wrote: > Hi Anand, > >Where we need to register and is it limited seats. > > Thanks, > Charantej > > On Tue, Jul 3, 2012 at 10:13 AM, Anand Chitipothu wrote: > >> Hi, >> >> I'm conducting a two day Python training course in Bangalore on 4th >> and 5th August. >> >> For more information, please visit the course page at: >> http://anandology.com/trainings/python.html >> >> Thanks, >> Anand >> ___ >> BangPypers mailing list >> BangPypers@python.org >> http://mail.python.org/mailman/listinfo/bangpypers >> > > > > -- > Thanks & Regards, > CharanTej.S > ___ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers
[BangPypers] [ANNOUNCEMENT] Retask, a Task Queue implementation for human beings
Hi all, I am happy to announce Retask [1], a Task Queue implementation for human beings. It uses Redis [2] it the backend. User can enqueue and dequeue tasks in the queues they manage. Each task can contain any serializable python objects. We use JSON internally to store the tasks in the queues. [1] http://retask.readthedocs.org [2] http://redis.io Kushal -- http://fedoraproject.org http://kushaldas.in ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers
Re: [BangPypers] [ANNOUNCEMENT] Retask, a Task Queue implementation for human beings
hey , i was checking out ReTask , its a nice tool to have. But i am just curious how is it different from using Redis with its python client. If i am not wrong , redis natively supports pub-sub model. Thanks, Rahul On Wed, Jul 4, 2012 at 10:15 PM, Kushal Das wrote: > Hi all, > > I am happy to announce Retask [1], a Task Queue implementation for > human beings. It uses Redis [2] it the backend. > > User can enqueue and dequeue tasks in the queues they manage. Each > task can contain any serializable python objects. We use JSON > internally to store the tasks in the queues. > > [1] http://retask.readthedocs.org > [2] http://redis.io > > Kushal > -- > http://fedoraproject.org > http://kushaldas.in > ___ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers > ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers
Re: [BangPypers] [ANNOUNCEMENT] Retask, a Task Queue implementation for human beings
On Wed, Jul 4, 2012 at 10:35 PM, Rahul R wrote: > hey , > > i was checking out ReTask , its a nice tool to have. But i am just curious > how is it different from using Redis with its python client. If i am not > wrong , redis natively supports pub-sub model. This is a library implementation where the user does not have to worry about implementing the Queue and Task manually. Kushal ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers