d a g n y :      h o m e     |     d o w n l o a d s     |     d o c u m e n t a t i o n     |     l i n k s
l
i
n
k
s
Python links
Python -- A pretty good scripting language. It has some "Real" object orientation (read: Not like perl's) and is very clean and easy to learn. If that doesn't sell you, get it anyway because you'll need it to run dagny. www.python.org

Python Documentation -- My friend and yours, documentation. You shouldn't need much of python's features in order to develop dagny Actions, but the Python Library Refrence could be some help. If you plan on doing any sort of customization, you'll need to know the regular expression module.

irclib -- A library for using the IRC protocol in python. It's what dagny uses, and it's pretty good. You don't need to download it as dagny come packaged with it, and isn't really being developed anymore. Once dagny is more mature, I may undertake a rewrite of irclib and add async I/O, but that is still a pipe dream. Thanks to Joel Rosdahl.