Ben Chuanlong Du's Blog

It is never too late to learn.

Python Packaging Tools

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

Python packaging:

https://python-packaging.readthedocs.io/en/latest/minimal.html

  1. It is recommended to use PyBuilder to manager Python projects.

pyinstaller

setuptools

pip

pip can install a package from a GitHub …

Parameterized SQL

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

  1. Parameters are not supported in a DDL statement.

Fix Package Installation Issue in Linux

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

Error message: The package hl1440lpr needs to be reinstalled, but I can't find an archive for it.

Steps to fix the issue:

Start with

sudo dpkg --remove --force-all hl1440lpr

If that …

Turn on Remote Login in Mac

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

You cannot SSH into a Mac (even if openssh is install on it) unless Remote Login is turned on. You can follow the steps below to turn on Remote Login on …