Open rar files and read csv files using python

Cemre Mengü picture Cemre Mengü · Oct 9, 2012 · Viewed 8.5k times · Source

I need to write a program which opens some rar files that contain csv files and read them. I know that there are external libraries for this purpose but what is the best way or library to achieve such a task ?

Answer

user647772 picture user647772 · Oct 9, 2012

Python comes with batteries included. csv is one of these batteries.

Support for RAR can be added by an external library.