Amun: Python Honeypot
I am currently working on my own low-interaction Honeypot implementation written in Python. The project is called Amun and is making great progress. The software runs in a virtual linux machine with a little more than 500 IP addresses assigned. The average load is somewhat around 0.6 - 0.7 depending on the number of simultanous connections. This is pretty good for a single threaded scripting language.
Basically Amun follows the same approach as Nepenthes does, it simulates known vulnerabilities and tries to download any automatically distributed binaries by recognizing and decoding the transmitted shellcode.
(More)