Essential
Benchmark and Measurement
·415 words·2 mins
Posts
Essential
python
Different ways to do benchmark and measurement with Python code.
Choosing Hardware Key for Myself
·268 words·2 mins
Posts
Essential
2fa
hardware
mfa
yubikey
Show you how I choose my first YubiKey.
Python Package
·223 words·2 mins
Posts
Essential
101
python
Fundamental building block for Python package.
Why __name__ == '__main__'?
·323 words·2 mins
Posts
Essential
101
python
Wonder why we always start with if __name__ == '__main__': in Python?
Python Project
·221 words·2 mins
Posts
Essential
101
python
py-venv
Elegant way to execute Python project.
