Hugo's Blog
Hugo's Go-To Stack for Building Maintainable Software
Here's a quick summary of my go-to tech stack for software development. My experience comes from being highly active on GitHub, with over 5,000 contributions in 2024. Additionally, I'll share insights on writing maintainable, clean, and scalable code.
Who is Chun-Ho (Hugo) Lin π¨π»βπ»
I'm Chun-Ho (Hugo) Lin, a graduate with a Bachelor's degree from National Central University (NCU) πΏοΈ, driven by a sincere passion for Software Engineering π».
Three methods to Access environment variable values in Python
In Python, you can access environment variables using the `os` module, which provides a property called `environ` that contains the environment variables. In this post, I will share with you three methods to access environment variable values in Python.