SSTableLoader ( https://github.com/apache/cassandra/blob/trunk/bin/sstableloader ) is a utility implemented inside Cassandra. The command line in the shell invoking the BulkLoader class. Cassandra was built with Java, so all the tools that come with it use the Java code that comes with Cassandra. I don't think anyone would be interested in changing their mind about Cassandra in Python.
source
share