Ben Chuanlong Du's Blog

It is never too late to learn.

Python Modules for Date and Time

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

datetime

dateutil

Useful extensions to the standard Python datetime features

dateparser

python parser for human readable dates

arrow

Better dates & times for Python.

monthdelta

Serialization and Caching in Python

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

functools.lru_cache

https://docs.python.org/3/library/functools.html#functools.lru_cache

cachetools

https://cachetools.readthedocs.io/en/latest/ https://github.com/tkem/cachetools

diskcache sounds like a good options!!!

DiskCache …

Object Detection Using Deep Learning

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Concepts

Image Classification

Image Localization

Image Classification: Predict the type or class of an object in an image. Input: An image with a single object, such as a photograph. Output: A …

Tips on TypeScript Compiler

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Compiler Options

https://stackoverflow.com/questions/39416691/webpack-ts2304-cannot-find-name-map-set-promise

https://stackoverflow.com/questions/30439869/can-typescript-compile-to-es6-code