Skip to main content
Lucas Melin

Lucas Melin

Pokin’ at things on the internet.

Recent

Adapting the python context manager pattern for Go
·465 words·3 mins
go python
I’ve recently started writing more Go, and one pattern I miss from Python is context managers, which are especially useful when doing IO.
Managing your GitHub setup with python using the Terraform CDK
·1091 words·6 mins
github python terraform
How to automating the management of a GitHub organization using infrastructure-as-code tooling.
How does pathlib combine paths using slashes?
·636 words·3 mins
python
How does the python pathlib library use the forward-slash character to construct paths?