Skip to main content

Essential

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.
Firefox
·68 words·1 min
Essential 2021 firefox
Fire starts here …
Insecurity in HTTP Headers
·2195 words·11 mins
Posts Essential async cli http python
Based on essential security, here is how to protect users by securing HTTP headers for a website.