Learning Python
This repository includes my Python scripts. Texts I'm reading are Learning Python (Amazon), Dive Into Python 3 (Amazon), and The Quick Python Book 2ed (Amazon).
- text_file.py: a simple text filter.
- callback.py
- closure.py
- parse_report/: reads a text file report. Report shows one record over multiple lines.
- parse_excel/: reads and creates an Excel file, using xlrd and xlsxwriter.