Better Go to Bed Earlier
I exported my data from Fitbit and used a little bit of Python to inspect my sleep records. The code is available on GitHub.
I exported my data from Fitbit and used a little bit of Python to inspect my sleep records. The code is available on GitHub.
Workflow on a data science project from idea to deploy. See the Python package on https://pypi.org/project/ez-address-parser/
Setup a webapp to generate QR code. Demo available at https://ez-qrcode-generator.herokuapp.com/
How to handle some bit level data manipualtions in Python
Two simple examples from LeetCode to illustrate the idea of Dynamic Programming
How to use one of simplest supervised learning model (Naive Bayes) to perform language detection