Ben Chuanlong Du's Blog

It is never too late to learn.

Bootstrap Resampling in Python

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

https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.bootstrap.html

Tips on IDE

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

Cloud IDEs

General Purpose IDEs

  1. Visual Studio Code

  2. Lapce

  3. Eclipse (with all kinds of plugins)

  4. SpaceVim

JVM Languages

  1. IntelliJ IDEA (community edition available)

  2. Eclipse

Python

  1. Visual Studio Code

    The best IDE …

Manage Your Python Project Using Poetry

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

Tips and Traps

  1. Python Poetry is current the best project management tool for Python!

  2. Python Poetry supports Python package dependencies on GitHub. For example, if a Python package depends on https …