Re: Coding Relic: ATA Commands in Python - http://codingrelic.geekhold.com/2012...
"Simply that Python isn't generally the language one reaches for to write SCSI or ATA commands to hardware devices. Python can be made to work, but the existence of the system header files with all needed structures defined strongly encourages use of C/C++ for this purpose." - DGentry