Re: python for irc client

Liste des GroupesRevenir à cl python 
Sujet : Re: python for irc client
De : inhahe (at) *nospam* gmail.com (inhahe)
Groupes : comp.lang.python
Date : 04. Jul 2024, 11:25:48
Autres entêtes
Message-ID : <mailman.1.1720085163.2981.python-list@python.org>
References : 1 2 3
On Thu, Jul 4, 2024 at 5:22 AM inhahe <inhahe@gmail.com> wrote:

>
>
On Thu, Jul 4, 2024 at 5:14 AM Daniel via Python-list <
python-list@python.org> wrote:
>
>
In your wisdom, would python be a good environment to accomplish this?
>
>

I think Python would be a great language to write an IRC client in, it's a
rapid-development language, and also Python is particularly good for text
manipulation and the IRC protocol is textual rather than binary.
>

Oh yeah, I forgot I was going to mention that Twisted has already done a
lot of the dirty work for you if you make it in Python...they have twisted.
words.protocols.irc, which implements the IRC protocol. (I don't know if
it's up to date and supports ircv3, though.)

Date Sujet#  Auteur
4 Jul 24 o Re: python for irc client1inhahe

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal