Resources
Framework
- Easy-to-build ML demo site
- Gradio
- Streamlit
Useful small lib
- invoke : https://www.pyinvoke.org/
- Generate fake data, helper
- Timezone helper, can init timezone info in 1 line
- joblib
- https://joblib.readthedocs.io/en/latest/index.html
- Optimize to do pipeline operation
Image processing
- skimage (scikit-image)
- openCV
- Pillow
Visualization Lib
- matplotlib
- like a base for every other lib
- enough for simple 2d graph
- seaborn
- good for heatmap
- plotly
- great for 3d plot
- Graphviz
- https://www.graphviz.org/
- Good for plotting Network style nodes and graph
Doc / Guide
- A better doc than official python doc