A complete implementation of a CSV Reader and CSV Writer built from scratch in Python—without using Python's built-in csv module. This project demonstrates low-level parsing, handling malformed CSVs, ...
This project is a small Python script that reads user acitvity log data from a CSV file and displays it in a clean, readable format in the terminal. It was created as a learning exercise while ...