Programming

Python

If you're interested in distributed computing, you may find my project minimalcluster-py worth checking out. It's a "minimal" framework written with plain Python and its standard libraries. Even if it's "minimal", it can help build up a small-scale cluster quickly with commodity machines & LAN cable (or even Wifi), in order to tackle "embarrasing parallel" problems.

Star Fork

Python is also my choice for Apache Spark (PySpark). You may be interested in my tutorials for PySpark below.

R Language

I'm the author & maintainer of CRAN R package ECharts2Shiny, which helps embed interactive charts into R Shiny web applications.

CRAN Status Badge CRAN Downloads

Star Fork

You can install it by running

install.packages("ECharts2Shiny")

or check it on Github.


Resource List