~/blog

All Articles

Thoughts on software development, AI, and technology.

Kotlin

Machine Learning with Kotlin

As Kotlin can leverage the JVM ecosystem, there are already good libraries to get things done.

Python

Reproducible Python project with Pipenv

Pipenv provides a simple way to create and manage independent Python environment as well as installing/removing packages. Nowadays it is the recommended tool to handle your Python projects.