Links in inglese alla documentazione ufficiale delle diverse classi utilizzate:
- https://docs.python.org/3/library/csv.html
- https://docs.python.org/3/library/json.html
- https://docs.python.org/3/library/xml.etree.elementtree.html
- https://docs.python.org/3/library/xml.dom.minidom.html
Per leggere file di excel che sono simili a csv ma hanno anche dei metadati usare:
https://xlrd.readthedocs.io/en/latest/
https://openpyxl.readthedocs.io/en/stable/changes.html
Per fate tests con big data scaricare:
https://www.consumerfinance.gov/data-research/consumer-complaints/
virtualenv enviroments/primo_env -p python3.7
. enviroments/primo_env/bin/activate
source enviroments/primo_env/bin/activate
python --version
git clone https://github.com/Kurara/textprocessor.git
code textprocessor