Skip to content

Instantly share code, notes, and snippets.

View alwinw's full-sized avatar
✈️
Navigating the changing skies

Alwin Wang alwinw

✈️
Navigating the changing skies
View GitHub Profile
@alwinw
alwinw / bootstrap_cmdline.py
Created May 17, 2020 09:08 — forked from elmotec/bootstrap_cmdline.py
Minimal python program with logging and argparse.
#!/usr/bin/env python
# encoding: utf-8
"""Minimal python commad line."""
import sys
import argparse
import logging