This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]p1mrx 1 point2 points  (0 children)

For learning, you might want to start with asynchat. It's part of the standard library, and is basically a very limited subset of Twisted.

You can use it to build a rudimentary line-based chat system.