I'm impressed to say that a Python translation has now been added.
This is an impressive achievement for me. I grew up a Perl man, and all I know about Python is that it's the devil. I've been waiting around on people I know who've been saying "I'm learning Python" for months, and I finally got sick and did a Google search and found a brainfuck interpreter written in Python where I could tell what the equivalent Python code was for each brainfuck command. I then delved deep enough into Python to figure out .append and .insert, so I could make an infinite list, and modified it a little to support different EOF behaviors.
All in all, I basically bullshitted a brainfuck-to-Python translation. I need to hurry up and put a release up here.