Building a markov-chain IRC bot with Python and Redis

As an IRC bot enthusiast and tinkerer, I would like to describe the most enduring
and popular bot I’ve written, a markov-chain bot. Markov chains can be used
to generate realistic text,
and so are great fodder for IRC bots. The bot I am writing of has b… Read more

Similar

Unravelling Attribute Access in Python

I wonder how many people realize that Python is has a lot of syntactic sugar? I'm not claiming it's like a Lisp-based language where the syntax is as bare bones as possible (although the Lisp comparison is not entirely unfounded), but much of Python's syn... (more…)

Read more »