Ben Chuanlong Du's Blog

It is never too late to learn.

Path in Rust

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

My List of Python Modules

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

Awesome Python

Awesome Python Applications

Data Science

  1. pandas: data frame.

  2. scipy: scientific computing.

  3. numpy: multi-dimensional arrays, fundation of pandas and deep learning packages.

  4. re: regular expression

File System

  1. shutil: copy, move …