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
People don’t speak entirely in idioms unless they are totally off their rockers. Overusing idioms makes you seem more than self-confident… (more…)
Read more »
Subscribers to LWN.net made this article — and everything that
surrounds it — possible. If you appreciate our content, please
buy a subscription and make the next
set of articles possible. (more…)
Read more »
In this tutorial, you'll learn to use Python on the Raspberry Pi. The Raspberry Pi is one of the leading physical computing boards on the market and a great way to get started using Python to interact with the physical world. (more…)
Read more »
I'll show you what good logging is with real-life examples. Most people don't know what to log, so they end up creating just noise.... (more…)
Read more »
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 »