The sample memos.py
has imported the strings of memos and vendors from the Sample memos - memos.csv
.
memos_list
: a list of strings of memosvendors_list
: a list of vendor namesmemo_to_vendor_dict
: a hash table (dictionary) that maps each memo string to corresponding vendor
To use this Python file:
- Clone this entire Resources folder using
git clone https://github.com/Final-Project-Freshman/Resources.git
- Put the codes in the file
sample memos.py
and calls the lists and/or dictionary. Voila!
Documents: