Kaggle
kaggle -h # to see the help
List the currently active competitions:
kaggle competitions listdownload files associated with a competition:
kaggle competitions download -c [COMPETITION]make a competition submission:
kaggle competitions submit -c [COMPETITION] -f [FILE] -m [MESSAGE]