Some time back I came across an article from Symantec blog ‘This Python Has Venom!‘. It documents a virus that infects python’s .pyc files. (python compiled file). Its a proof-of-concept virus and probably not a serious risk. However, its a novel method and considering that .pyc files are ‘platform neutral’ , it can lead to ‘cross platform viruses’.
Just something interesting.