Getting started:
Related tutorials:
- MySQL-CLI: https://www.youtube.com/playlist?list=PLfdtiltiRHWEw4-kRrh1ZZy_3OcQxTn7P
- Analyzing Business Metrics: https://www.codecademy.com/learn/sql-analyzing-business-metrics
| #!/usr/bin/env python | |
| ############################### README ############################### | |
| # External dependencies: | |
| # * libmagic | |
| # * python-dateutil | |
| # * python-magic | |
| # * requests | |
| # | |
| # The shell command call at the end was tested with GNU date from GNU |
Getting started:
Related tutorials: