pythoncsvrar

Open rar files and read csv files using python


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 ?


Solution

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

    Support for RAR can be added by an external library.