Skip to main content

101

Why __name__ == '__main__'?
·323 words·2 mins
Posts Essential 101 python
Wonder why we always start with if __name__ == '__main__': in Python?
Character Encoding Set
·2542 words·12 mins
Posts 101 ascii encoding
ASCII vs CP-1252 vs ISO-8859-1
Docker 101
·421 words·2 mins
Posts 101 docker
Let’s learn about Docker architecture and its alternatives.
Tunnelling with SSH Port Forwarding
·1310 words·7 mins
Posts 101 cli ssh tunnel
Quick notes on tunnelling with SSH port forwarding.
Python Project
·221 words·2 mins
Posts Essential 101 python py-venv
Elegant way to execute Python project.