Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.018 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'python.': 0.02; 'subject:Python': 0.06; 'subject:code': 0.07; 'back-end': 0.09; 'cc:addr:python-list': 0.11; 'expecting': 0.16; 'subject: \n ': 0.16; 'subject:Not': 0.16; 'subject:start': 0.16; 'twisted': 0.16; 'wrote:': 0.18; 'subject:project': 0.19; 'thu,': 0.19; 'programming': 0.22; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; 'frameworks': 0.24; '(or': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'mention': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'subject: (': 0.35; 'something': 0.35; 'done.': 0.35; 'received:google.com': 0.35; 'project': 0.37; 'somebody': 0.38; 'pm,': 0.38; 'little': 0.38; 'skip:. 10': 0.39; 'easy': 0.60; "you'll": 0.62; 'skip:n 10': 0.64; 'to:addr:gmail.com': 0.65; 'jul': 0.74; 'power': 0.76; 'subject:before': 0.84; 'subject:system': 0.84; 'subject:chat': 0.93; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=xN5O+ztI7HR6cqPI43f++sWbcKMduO3nUmIdtqw23RI=; b=B7uO/5HQ8KenwiQUlX3aDthVhmFEaIMzBULOnKF2yg9679xdikTiIhbdFtBKKVYY7P DPHeRm65KV1Qd3on1hUVIQhKWirkhnCriy+OoRyrc2QhkM8qJ1yTgwJf/02MISxESwN7 hN0+DVwrHA8TVMXMbWM/7Kj+nI0R1HzVzP8HhmGH8bDXL3PYlp8AokTQy5HgLhjUTval A7cuE2md8IEew0kF5jZMWvvs88B2alUaQxyy5DglDjcZ2AbSVSo0TgRMqWgvzVzjRIDS KdTZQLTJDNogQ57+lNnJkxxVSrwBMAY5Y5HKP0O2q5dy5PsxrhIypJC0ATZK6V1Wag9R BvJg== X-Received: by 10.60.97.74 with SMTP id dy10mr16658721oeb.27.1374217856013; Fri, 19 Jul 2013 00:10:56 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1f3e15e8-bbd3-457c-85f4-c5f251b3e744@googlegroups.com> References: <1f3e15e8-bbd3-457c-85f4-c5f251b3e744@googlegroups.com> From: Jake Angulo Date: Fri, 19 Jul 2013 17:10:35 +1000 Subject: Re: What does it take to implement a chat system in Python (Not asking for code just advice before I start my little project) To: Aseem Bansal Content-Type: multipart/alternative; boundary=089e0115e9fa26dad104e1d80782 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 40 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1374217859 news.xs4all.nl 15937 [2001:888:2000:d::a6]:37732 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50890 --089e0115e9fa26dad104e1d80782 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Jul 18, 2013 at 2:36 PM, Aseem Bansal 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. --089e0115e9fa26dad104e1d80782 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Thu, Jul 18, 2013 at 2:36 PM, Aseem Bansal <asmbansal2@gmail.com= > wrote:
I wanted to do a little project for learning Python. I thought a chat syste= m 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 ac= tually 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.

--089e0115e9fa26dad104e1d80782--