What does it take to implement a chat system in Python (Not asking for code just advice before I start my little project)

Jake Angulo jake.angulo at gmail.com
Fri Jul 19 03:10:35 EDT 2013


On Thu, Jul 18, 2013 at 2:36 PM, Aseem Bansal <asmbansal2 at gmail.com> wrote:

> I wanted to do a little project for learning Python. I thought a chat
> system will be good as it isn't something that I have ever done.
> ...............
> I wanted to know what will I need?
> 1 learn network/socket programming


I was actually expecting somebody to mention Twisted :)
(or Tornado)

You'll find it easy to use any of these frameworks to power the back-end
chat engine.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130719/eae77f6f/attachment.html>


More information about the Python-list mailing list