Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #196369
| From | inhahe <inhahe@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: python for irc client |
| Date | 2024-07-04 05:25 -0400 |
| Message-ID | <mailman.1.1720085163.2981.python-list@python.org> (permalink) |
| References | <87msmx4mt5.fsf@raspberrypi> <CAPeSgWoEtcNs+kYNzoL2njQFLdk2MoTeR2JG8FMXciosZeChpw@mail.gmail.com> <CAPeSgWr+2Ci_f+JzhwvoJHf_pG2-1bbZQWwiqx055Q_xon4K1A@mail.gmail.com> |
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.)
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
python for irc client Daniel <me@sc1f1dan.com> - 2024-07-04 00:51 -0700
Re: python for irc client inhahe <inhahe@gmail.com> - 2024-07-04 05:22 -0400
Re: python for irc client Daniel <me@sc1f1dan.com> - 2024-07-04 13:43 -0700
Re: python for irc client inhahe <inhahe@gmail.com> - 2024-07-04 05:25 -0400
Re: python for irc client Left Right <olegsivokon@gmail.com> - 2024-07-04 15:55 +0200
Re: python for irc client orzodk <orzodk@fastmail.com> - 2024-07-08 15:09 -0600
csiph-web